swig/Source/Modules
2003-03-06 21:10:49 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx gcc -Wall warnings fix 2003-03-03 23:29:53 +00:00
browser.cxx Added missing #include of "swigconfig.h" to Source/Modules/browser.cxx, 2002-12-20 16:27:16 +00:00
chicken.cxx gcc -Wall warnings fix 2003-03-03 23:29:53 +00:00
contract.cxx File move 2002-12-03 20:33:35 +00:00
csharp.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
emit.cxx varargs patch. Critical that we check all of the language modules to make sure they still work. 2003-02-04 16:16:12 +00:00
guile.cxx File move 2002-12-03 20:33:35 +00:00
java.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
lang.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
main.cxx polymorphism patch merge 2003-03-06 19:21:58 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Version simplification. 2002-12-11 22:39:28 +00:00
ocaml.cxx Proper handling of arrays finally in the works, no special typemaps needed. 2003-03-01 07:53:24 +00:00
overload.cxx Allow number of arguments replacement when overloading. 2003-02-15 02:01:29 +00:00
perl5.cxx File move 2002-12-03 20:33:35 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
python.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Enhancement to Swig_require(), Swig_save(), Swig_restore() 2003-03-06 21:10:49 +00:00
s-exp.cxx gcc -Wall warnings fix 2003-03-03 23:29:53 +00:00
swigmain.cxx CSharp added 2003-03-03 20:27:25 +00:00
swigmod.h polymorphism patch merge 2003-03-06 19:21:58 +00:00
tcl8.cxx File move 2002-12-03 20:33:35 +00:00
typepass.cxx File move 2002-12-03 20:33:35 +00:00
xml.cxx deprecated -xml output.xml 2003-02-22 09:16:13 +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