Commit graph

49 commits

Author SHA1 Message Date
Dustin Mitchell
38dbbc4ed4 Removed 'Load' from all of the objects, as it was not being used.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@155 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-27 22:07:22 +00:00
Dustin Mitchell
4bc1883f46 Not sure what 'signature' is .. it's gone now
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@154 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-27 01:25:26 +00:00
Dustin Mitchell
d2c40e1b17 Big changes. The makefiles now recurse correctly, and targets (e.g.
experiment, swim, swig, pymod, etc.) are passed along to sub-makes
correctly.  Also, a mechanism has been devised to avoid the use of *.o
in the toplevel Makefile, as it was linking files which were not intended
for use in the final executable.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@148 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-24 22:43:13 +00:00
Dustin Mitchell
8046a06297 Changed strings to recognized backslashified quotes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@140 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-21 22:37:34 +00:00
Dave Beazley
baa2138392 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@131 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-20 05:57:15 +00:00
Dave Beazley
d72c7beb9d Major cleanup of comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-20 05:45:58 +00:00
Dave Beazley
df7ba1da83 A bunch of cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 23:35:55 +00:00
Dave Beazley
bae3344f6c Some cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@124 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 21:01:30 +00:00
Dave Beazley
7b799030e3 Rearranged to hide methods.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@120 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 07:01:22 +00:00
Dave Beazley
71f8a29f49 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@119 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 06:54:53 +00:00
Dave Beazley
f3caa27a9d *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@118 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 06:54:35 +00:00
Dave Beazley
059cd4513e Rearranged to allow static declarations.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-19 06:53:48 +00:00
Dave Beazley
a60286213f Changed the name of Destroy to Delete
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@97 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 04:33:51 +00:00
Dave Beazley
35fad48faf *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@96 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 04:29:03 +00:00
Dave Beazley
877a2f09ae Some cleanup of the header file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@95 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 04:06:28 +00:00
Dave Beazley
fcbb0f7e38 Fixed file/line attributes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@94 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 03:48:02 +00:00
Dave Beazley
c82f8cac3a Added Chop method.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@93 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:54:10 +00:00
Dave Beazley
c53e05e028 Added DohChop
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@92 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:53:38 +00:00
Dave Beazley
63b63d91d8 Removed String_replace method.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@90 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:44:38 +00:00
Dustin Mitchell
9c38da024d Changed raw_insert to correctly update the file pointer (s->sp).
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@88 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:42:35 +00:00
Loic Dachary
cb441954cf Added .cvsignore, Examples/.cvsignore, Source/DOH/Doh/.cvsignore
Source/SWIG1.1/main.cxx: Fixed -I handling bug


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@79 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:23:52 +00:00
Dave Beazley
c6bac250dd Added line/file methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@69 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 20:00:05 +00:00
Dave Beazley
475a4d54b3 Added line update
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@41 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 22:12:39 +00:00
Dustin Mitchell
c4a023be78 Moved Makefiles and configure.in to the top level, and added .cvsignore
files to most subdirectories to make things a bit cleaner.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@37 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 20:51:24 +00:00
Dave Beazley
149b390357 Added callables
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@29 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-05 14:54:43 +00:00
Dave Beazley
0a3ba3f73d Major changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@28 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-02 15:34:50 +00:00
Dave Beazley
34851a45f5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@27 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-20 14:08:37 +00:00
Dave Beazley
b7b413d207 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@26 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-20 14:03:13 +00:00
Dave Beazley
a12b8f43ac *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@25 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-11-19 16:26:26 +00:00
Dustin Mitchell
1f6e7781bb Added preprocessor macros to only process this file once.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@24 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-10-22 21:46:36 +00:00
Dave Beazley
0db00305af *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@23 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-09-17 21:31:49 +00:00
Dave Beazley
5d1946922e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@22 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-30 15:11:17 +00:00
Dave Beazley
f621311ac3 Added encoding
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@21 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-29 17:48:58 +00:00
Dave Beazley
2cfa99195a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@20 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-28 14:51:57 +00:00
Dave Beazley
155cfdc73a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@19 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-18 21:40:29 +00:00
Dave Beazley
facfcadae6 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@18 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-18 04:12:59 +00:00
Dave Beazley
2ed1b755ad *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@17 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-17 23:35:40 +00:00
Dave Beazley
f312e6a58e Minor cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@16 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-16 22:50:10 +00:00
Dave Beazley
d48387d9f0 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@15 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 23:28:26 +00:00
Dave Beazley
17f6c1597b Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@14 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 05:21:29 +00:00
Dave Beazley
59155a06c2 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@13 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-12 00:25:40 +00:00
Dave Beazley
89d5b286df *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@12 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-11 13:21:18 +00:00
Dave Beazley
aab770d975 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@11 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-11 00:33:22 +00:00
Dave Beazley
e24c0aa376 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@10 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-10 13:47:05 +00:00
Dave Beazley
bff836ae6a *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-09 23:02:33 +00:00
Dave Beazley
b199b4a034 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-09 14:13:41 +00:00
Dave Beazley
e57db77e74 Added Pools
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-05 22:44:02 +00:00
Dave Beazley
62d825592b *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-04 14:45:20 +00:00
Dave Beazley
f80f527736 Initial revision
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@2 626c5289-ae23-0410-ae9c-e8d60b6d4f22
1999-08-03 22:39:23 +00:00