swig/Source/Modules
2012-11-20 20:06:21 +00:00
..
allegrocl.cxx Fix possible null dereference 2012-11-19 19:52:44 +00:00
allocate.cxx Add warnings for badly named destructors. Fix %extend and destructors for templates - they weren't always being wrapped. Fix destructor "name" attribute. 2011-09-13 06:15:29 +00:00
browser.cxx Fix display of pointers on 64 bit systems, only 32 bit values were being shown. 2012-07-21 22:52:30 +00:00
cffi.cxx Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix some minor memory leaks in most uses of NewFile. 2012-11-14 22:16:07 +00:00
chicken.cxx Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix some minor memory leaks in most uses of NewFile. 2012-11-14 22:16:07 +00:00
clisp.cxx Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix some minor memory leaks in most uses of NewFile. 2012-11-14 22:16:07 +00:00
contract.cxx Remove numerous hard coded 'result' variable name in generated c/c++ wrappers. The variable name is now defined in just one place, making it possible to change the name easily if a target language so wishes - see cwrap.c. 2011-10-30 21:51:50 +00:00
csharp.cxx Fix obvious copy/paste errors in some director code 2012-11-19 19:47:48 +00:00
d.cxx [D] Fixed namespace handling bug introduced in r13915. 2012-11-20 20:06:21 +00:00
directors.cxx Cosmetic variable renaming for consistency across language modules 2012-10-27 17:38:05 +00:00
emit.cxx Support special variable expansion in %extend. 2012-10-11 19:28:02 +00:00
go.cxx Fix double delete 2012-11-19 19:39:20 +00:00
guile.cxx Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *) 2012-11-14 22:16:54 +00:00
java.cxx Correctly handle errors if language symbol already exists 2012-11-19 19:46:21 +00:00
lang.cxx Fix 'name' attribute for explicitly defined constructors and destructors if the associated class was in a namespace, eg a correct fully qualified name might be Space::Klass::~Klass, but it was Space::~Klass, now it is simply ~Klass (names are now consistent with implicitly added constructors/destructors). 2012-11-13 22:21:51 +00:00
lua.cxx Fix Coverity 'Uninitialized pointer fields' - member variables are now initialized 2012-11-14 22:17:28 +00:00
main.cxx Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
modula3.cxx Possible fix for global variable setters in modula3 2012-11-19 19:43:24 +00:00
module.cxx SWIG license change - Source moves to GPLv3 2010-02-27 23:53:33 +00:00
mzscheme.cxx Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *) 2012-11-14 22:16:54 +00:00
ocaml.cxx Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *) 2012-11-14 22:16:54 +00:00
octave.cxx Fix Coverity 'Uninitialized pointer fields' - member variables are now initialized 2012-11-14 22:17:28 +00:00
overload.cxx Fix partial overloading warning messages appearing 2011-03-11 22:36:59 +00:00
perl5.cxx Fix memory leak 2012-11-19 19:40:31 +00:00
php.cxx Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
pike.cxx Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix some minor memory leaks in most uses of NewFile. 2012-11-14 22:16:07 +00:00
python.cxx Fix segfaults when using filename paths greater than 1024 characters in length - use String * and heap instead of fixed size static char array buffers. 2012-11-18 00:45:18 +00:00
r.cxx Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *) 2012-11-14 22:16:54 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Fix uninitialised member var 2012-11-19 19:41:12 +00:00
s-exp.cxx Fix Coverity 'Uninitialized pointer fields' - member variables are now initialized 2012-11-14 22:17:28 +00:00
swigmain.cxx Added support for the D programming languge. 2010-11-18 00:24:02 +00:00
swigmod.h Fix bug 3529601 - seg fault when a protected method has the director 2012-05-29 22:02:43 +00:00
tcl8.cxx Add missing support for -outdir for -tcl -itcl and -modula3 2012-11-18 00:46:07 +00:00
typepass.cxx Minor warning fixes 2012-11-14 22:48:09 +00:00
uffi.cxx Resource leak fixes (or hiding them from Coverity static analysis tool by using String instead of char *) 2012-11-14 22:16:54 +00:00
utils.cxx Cosmetic - comments added 2011-05-05 06:09:55 +00:00
xml.cxx Fix display of pointers on 64 bit systems, only 32 bit values were being shown. 2012-07-21 22:52:30 +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