swig/Source/Modules
2004-09-26 00:49:41 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Sun Workshop warning fixes 2004-08-25 20:45:23 +00:00
allocate.cxx change attribute cplus:exceptionclass to feature:exceptionclass. Now it can be enforced with %feature 2004-09-26 00:48:33 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
chicken.cxx change attribute cplus:exceptionclass to feature:exceptionclass. Now it can be enforced with %feature 2004-09-26 00:48:33 +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 Fixes to compile on some buggy Redhat gcc 2.96 versions 2004-08-12 21:12:21 +00:00
directors.cxx Common director support functions moved to new file directors.cxx 2003-11-18 20:21:39 +00:00
emit.cxx unnecessary check and code simplification when emitting value type returns 2004-09-03 22:17:14 +00:00
guile.cxx Consistent use of 'proxy' over 'shadow' throughout 2004-09-02 20:32:30 +00:00
java.cxx Warning fix for directors submitted by Russell Magee 2004-09-14 21:37:18 +00:00
lang.cxx memory leak fix 2004-09-03 22:13:41 +00:00
main.cxx added the -I- option and %include <file> 2004-09-17 05:55:43 +00:00
modula3.cxx Sun Workshop warning fixes 2004-08-25 20:45:56 +00:00
module.cxx File move 2002-12-03 20:33:35 +00:00
mzscheme.cxx <Dmitriy.Zavin@infineon.com> writes: 2004-08-17 14:21:33 +00:00
ocaml.cxx Commit for Art Yerkes 2004-09-02 20:42:10 +00:00
overload.cxx Fix for gcc-3.4.0 2004-05-31 21:37:49 +00:00
perl5.cxx %feature("shadow") patch from Christoph Flamm 2004-09-02 20:33:28 +00:00
php4.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
pike.cxx -ldflags option removed for removed prebuilt runtime library 2004-07-10 16:42:54 +00:00
python.cxx Change attribute cplus:exceptionclass to feature:exceptionclass. Add python:nondynamic feature. Fix -modern + exceptions 2004-09-26 00:49:41 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Pass "false" as the value for the "disown" argument of director-wrapped 2004-09-01 02:49:23 +00:00
s-exp.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
swigmain.cxx Added Allegro CL module 2004-04-27 23:00:41 +00:00
swigmod.h Fix for enum forward declarations 2004-08-23 20:10:51 +00:00
tcl8.cxx Applied patch #1011604 submitted by Charles Schwieters. Fix for 64 bit tcl interpreters. 2004-08-23 20:05:51 +00:00
typepass.cxx Fix for enum forward declarations 2004-08-23 20:10:51 +00:00
utils.cxx fix dirprot mode 2004-04-11 12:20:04 +00:00
xml.cxx XML patch from Robin Dunn adds -dump_xml and -xmlout <file> for generating XML of post processed parse tree 2004-07-12 19:53:23 +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