Dave Beazley
840a4f83ff
Minor improvements
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@248 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-22 20:46:54 +00:00
Dave Beazley
75e5f3aefe
Back to simple makefiles (at least for now)
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@171 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-02-01 22:24:39 +00:00
Dave Beazley
653770f984
Cleaned up the makefiles, fixed a few build problems, removed YACC-generated files from the repository
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-29 14:44:27 +00:00
Loic Dachary
5be3d9e104
1/28/00 : loic
...
Apply automake everywhere
Keep configure scripts so that people are not *forced* to autoconf
Keep sources generated by yacc so that compilation without yacc
is possible.
Source/LParse/cscanner.c: change lyacc.h into parser.h to please
default yacc generation rules.
Use AC_CONFIG_SUBDIRS in configure.in instead of hand made script.
Update all relevant .cvsignore to include .deps
Fixed missing ; line 136 Source/Swig/swig.h
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@164 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-29 01:06:10 +00:00
Dave Beazley
8266b8e9e2
Restored the DOH load method because it is a reserved interface to implement object serialization in the future.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@162 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-28 18:00:59 +00:00
Dustin Mitchell
5e32168080
Removed 'Load' from all of the objects, as it was not being used.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@155 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-27 22:07:22 +00:00
Dustin Mitchell
e9a56ae83d
Not sure what 'signature' is .. it's gone now
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-27 01:25:26 +00:00
Dave Beazley
fc2fb1ff98
Major cleanup of comments
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-20 05:45:58 +00:00
Dave Beazley
ba0f57158f
A bunch of cleanup
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 23:35:55 +00:00
Dave Beazley
a6c7947c08
Some cleanup of the header file
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@95 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 04:06:28 +00:00
Dave Beazley
784ddea377
Fixed file/line attributes
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@94 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 03:48:02 +00:00
Dave Beazley
db74b9d3fb
Added DohChop
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@92 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:53:38 +00:00
Dave Beazley
ebba088d98
Removed String_replace method.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@90 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:44:38 +00:00
Dave Beazley
76d5855c3f
Added line/file methods
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@69 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 20:00:05 +00:00
Dave Beazley
c595c94f1d
Added callables
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@29 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-05 14:54:43 +00:00
Dave Beazley
722d67666a
Major changes
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@28 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-02 15:34:50 +00:00
Dave Beazley
89c05cbe23
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@27 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-20 14:08:37 +00:00
Dave Beazley
05640f1cab
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@26 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-20 14:03:13 +00:00
Dave Beazley
d3c2185d00
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@25 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-19 16:26:26 +00:00
Dustin Mitchell
762c41903d
Added preprocessor macros to only process this file once.
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@24 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-10-22 21:46:36 +00:00
Dave Beazley
cab4069c6a
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@22 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-30 15:11:17 +00:00
Dave Beazley
16ca1b7225
Added encoding
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@21 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-29 17:48:58 +00:00
Dave Beazley
546867ac9d
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@20 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-28 14:51:57 +00:00
Dave Beazley
2009a6dcc6
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@19 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-18 21:40:29 +00:00
Dave Beazley
76f3489353
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@18 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-18 04:12:59 +00:00
Dave Beazley
430c0a81c6
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@17 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-17 23:35:40 +00:00
Dave Beazley
c070fbcad8
Minor cleanup
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@16 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-16 22:50:10 +00:00
Dave Beazley
3282d737fb
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@15 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 23:28:26 +00:00
Dave Beazley
b49373bcdc
Cleanup
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@14 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 05:21:29 +00:00
Dave Beazley
fd037676d5
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 00:25:40 +00:00
Dave Beazley
db37837498
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-11 13:21:18 +00:00
Dave Beazley
de4fd916ec
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-11 00:33:22 +00:00
Dave Beazley
3c3571b625
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-09 23:02:33 +00:00
Dave Beazley
89d7365595
Added Pools
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-05 22:44:02 +00:00
Dave Beazley
8db85c8079
*** empty log message ***
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-04 14:45:20 +00:00
Dave Beazley
b026f85683
Initial revision
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@2 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-03 22:39:23 +00:00