swig/Source/Modules
Marcelo Matus c198225f9d add missing goto fail when needed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8587 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-01-28 04:14:57 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Don't use catch...throw in C mode. 2006-01-14 11:26:56 +00:00
allocate.cxx fix detection of public access 2006-01-23 17:31:15 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
cffi.cxx Removed a bug which was not allowing code for unions to be generated. 2006-01-25 15:04:24 +00:00
chicken.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:41:48 +00:00
clisp.cxx Applied the patch by Roger Sen Montero to add the :name option in the 2005-12-27 00:20:23 +00:00
contract.cxx Moved non static function declarations from source files into header files 2003-12-28 21:48:39 +00:00
csharp.cxx implement the naturalvar feature for global vars in java and csharp 2006-01-28 02:38:00 +00:00
directors.cxx change director order back, bad fix 2005-10-26 14:11:28 +00:00
emit.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:36:13 +00:00
guile.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:36:13 +00:00
java.cxx implement the naturalvar feature for global vars in java and csharp 2006-01-28 02:38:00 +00:00
lang.cxx implement the naturalvar feature for global vars in java and csharp, implement the 'allowexcept' feature for global variables 2006-01-28 02:39:24 +00:00
lua.cxx updated CHANGES.current & small fix to lua.cxx 2006-01-12 07:22:46 +00:00
main.cxx add the -dump_parse_top and -dump_parse_modules 2006-01-12 17:19:02 +00:00
modula3.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:41:48 +00:00
module.cxx remove many memory leaks and cleanup 2005-11-29 01:47:10 +00:00
mzscheme.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:36:13 +00:00
ocaml.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:36:13 +00:00
overload.cxx Visual Studio warning fix 2006-01-10 23:20:22 +00:00
perl5.cxx add missing goto fail when needed 2006-01-28 04:14:57 +00:00
php4.cxx Extract the class name in CreateZendListDestructor in a more robust manner - 2005-12-31 03:01:56 +00:00
pike.cxx Modify following features to work as flags, so that they can be truely set and unset: 2005-09-30 23:01:13 +00:00
python.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:41:48 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx add missing goto fail when needed 2006-01-28 04:14:57 +00:00
s-exp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
swigmain.cxx Commandline option display: Put back in alphabetical order, fix typos and improve wording and consistency. 2006-01-07 23:34:31 +00:00
swigmod.h implement the naturalvar feature for global vars in java and csharp, implement the 'allowexcept' feature for global variables 2006-01-28 02:39:24 +00:00
tcl8.cxx add missing goto fail when needed 2006-01-28 04:14:57 +00:00
typepass.cxx fix template forward + using 2006-01-24 22:23:12 +00:00
uffi.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
utils.cxx fix friend bug #1323114 2005-10-17 13:28:59 +00:00
xml.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00

06/25/2002

This directory contains all of the SWIG language modules.  Many of these
modules contain code that dates back to SWIG1.0.  The module API has changed
a lot in the development releases so this is fairly messy.  We're working on
cleaning it up, but you'll have to bear with us until it's done.

-- Dave