swig/Source/Modules
2003-06-29 21:52:26 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allocate.cxx Compiler warnings. 2003-03-23 20:44:52 +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 From felix@proxima-mt.de: 2003-06-24 16:24:02 +00:00
contract.cxx *** empty log message *** 2003-06-10 21:12:35 +00:00
csharp.cxx New typemap attribute which specifies the destructor wrapper method name thus making the wrapper method name configurable. 2003-06-29 21:52:26 +00:00
emit.cxx *** empty log message *** 2003-06-10 21:12:35 +00:00
guile.cxx Merged first chunk of Guile changes contributed by John Lenz. 2003-06-03 22:12:50 +00:00
java.cxx New typemap attribute which specifies the destructor wrapper method name thus making the wrapper method name configurable. 2003-06-29 21:52:26 +00:00
lang.cxx Re-introduces warning for missing globalin and memberin typemaps. Same warning as missing varin typemap. 2003-06-01 22:52:28 +00:00
main.cxx wrap by contract work 2003-05-21 21:29:11 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx Merged MzScheme changes contributed by John Lenz. 2003-06-10 21:58:02 +00:00
ocaml.cxx Small correction to templating support. 2003-06-08 04:32:52 +00:00
overload.cxx Allow number of arguments replacement when overloading. 2003-02-15 02:01:29 +00:00
perl5.cxx Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
php4.cxx Modifications to work on MacOS, submitted by Bernard Desgraupes. 2002-12-16 21:20:53 +00:00
pike.cxx warning fix 2003-06-25 09:36:59 +00:00
python.cxx multiargument director typemap segfault fix (python) 2003-06-26 09:46:32 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx *** empty log message *** 2003-06-04 23:36:13 +00:00
s-exp.cxx warning fix 2003-06-25 09:36:59 +00:00
swigmain.cxx cosmetic change 2003-03-19 20:44:44 +00:00
swigmod.h wrap by contract work 2003-05-21 21:18:44 +00:00
tcl8.cxx Matched the text for warnings 462 and 463 to that shown in the docs. 2003-06-01 22:53:38 +00:00
typepass.cxx Very subtle change to handling of unnamed enums and typedef (an 2003-05-01 19:48:14 +00:00
xml.cxx Fixed xml sym:name problem. 2003-03-23 14:13:34 +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