Commit graph

122 commits

Author SHA1 Message Date
Dustin Mitchell
4273d397f5 More changes; almost done!
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@98 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-14 18:12:09 +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
bd136234bf Fixed String_chop method.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@91 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:53:20 +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
Dave Beazley
caaeb3d508 Fixed string_replace method.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@89 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:42:42 +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
Dave Beazley
b4e2b775fb Fixed String-replace() methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@87 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 20:42:12 +00:00
Dave Beazley
6c184efaef Fixed problem with comment in preprocessor directive and last line of a file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@85 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 17:20:58 +00:00
Dave Beazley
31ac5eb28e Added carriage return to end of every file.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@84 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 17:20:35 +00:00
Dave Beazley
debf258415 Added -freeze option.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@82 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:43:01 +00:00
Dave Beazley
c2e7ecacfe Added Dieter Baron's patch for optional arguments.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@80 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 16:35:44 +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
5721b8d38e *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@78 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 15:52:11 +00:00
Dave Beazley
59f1e8a6e4 Stupid mistake. Duh.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@77 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 15:51:39 +00:00
Loic Dachary
bcf1395567 Source/Modules1.1/java.cxx: fixed char* -> const char* warnings that are
errors when compiling with gcc-2.95.2
  Source/SWIG1.1/main.cxx: cast const char* to char* for String_replace
  token and rep should really be const.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@76 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-13 15:13:59 +00:00
Dave Beazley
62653fd529 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@73 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 23:49:22 +00:00
Dustin Mitchell
d988d8b735 More work
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@72 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 23:48:45 +00:00
Dave Beazley
a7d7ad14ff Added WRAPEXTERN symbol.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@70 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 20:11:00 +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
c91f356ee0 Corrected the version
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@67 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 18:22:34 +00:00
Dave Beazley
63b0bee56a Fixed expressions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@66 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 18:22:21 +00:00
Dave Beazley
0a2dc820cf Modified file inclusion output slightly.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@65 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 18:01:14 +00:00
Dave Beazley
743735cd92 Added Java
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@64 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 17:33:21 +00:00
Dave Beazley
448dea3af5 Minor cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@60 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 05:04:29 +00:00
Dave Beazley
1c93f89362 Removed latex
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@59 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 05:00:08 +00:00
Dave Beazley
a8f930bb99 Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@58 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 04:54:35 +00:00
Dave Beazley
92b02c63e4 Cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@57 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 04:51:54 +00:00
Dave Beazley
c7bcbe6540 Modified to use .txt instead of .doc
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@56 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 04:49:25 +00:00
Dave Beazley
07a80662f3 Flipped include_all flag.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@55 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 04:42:40 +00:00
Dave Beazley
8bd2ea80fe Added cvstags
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@54 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 04:09:03 +00:00
Dave Beazley
75da14aaa5 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@53 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-12 03:42:56 +00:00
Dave Beazley
2c57ed1bd0 Minor changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@45 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 23:50:36 +00:00
Dave Beazley
d9cbd8087f Added preprocessor
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@44 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 23:50:20 +00:00
Dave Beazley
6eee71a655 Cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@43 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 23:50:08 +00:00
Dustin Mitchell
edb0694f1b Partially complete rewrite of Doh/string.c
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@42 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 22:28:48 +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
Dave Beazley
15f2345dcd Fixed minor bug with %include
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@38 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 21:06:13 +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
ad9cb6a2d7 Fixed object files.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@36 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 20:15:07 +00:00
Dave Beazley
99683e442c *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@35 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 20:08:58 +00:00
Dave Beazley
b558974525 First checkin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@34 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-11 20:08:25 +00:00
Dustin Mitchell
6eea8fa1c5 Initial revision
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@30 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-06 23:01:08 +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