swig/Source/Modules
Marcelo Matus 46318e8766 fix bug #1263457
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8887 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-02-23 23:45:28 +00:00
..
.cvsignore *** empty log message *** 2003-01-22 08:11:51 +00:00
allegrocl.cxx Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +00:00
allocate.cxx solve duplicate symbol issue reported by Andreas Held 2006-02-08 02:06:15 +00:00
browser.cxx Eric Sunshine patch - Mods to work on NextStep 2004-01-22 22:42:18 +00:00
cffi.cxx Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +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 fix C + struct + enums 2006-02-09 23:14:33 +00:00
directors.cxx change director order back, bad fix 2005-10-26 14:11:28 +00:00
emit.cxx add fragment warning and fixes 2006-01-30 22:22:13 +00:00
guile.cxx implement the 'allowexcept' feature for global variables 2006-01-28 02:36:13 +00:00
java.cxx fix C + struct + enums 2006-02-09 23:14:33 +00:00
lang.cxx fix for directors, now the test-suite runs again using -directors 2006-02-21 11:20:09 +00:00
lua.cxx Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +00:00
main.cxx allow director protected members by default 2006-02-20 18:18:44 +00:00
modula3.cxx Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +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 fix unused variable 2006-02-05 04:07:16 +00:00
perl5.cxx fix gcc warning reported by R. Bernstein 2006-02-17 21:10:42 +00:00
php4.cxx Fix the constructor naming for non-shadow forms. 2006-02-23 21:49:01 +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 fix duplicate method definitions when using -fastproxy 2006-02-23 09:47:21 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx fix for directors, now the test-suite runs again using -directors 2006-02-21 11:20:09 +00:00
s-exp.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
swigmain.cxx Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +00:00
swigmod.h Deal with Microsofts attempt at deprecating C standard runtime functions for proprietary ones in Visual Studio 2005 2006-02-19 22:16:56 +00:00
tcl8.cxx Fix Sun workshop char* problems 2006-02-17 23:20:19 +00:00
typepass.cxx fix bug #1263457 2006-02-23 23:45:28 +00:00
uffi.cxx Better error message displayed when file cannot be opened 2005-09-08 22:31:21 +00:00
utils.cxx fix previous overload +protected member issue, as reported by Colin McDonald 2006-02-21 11:09:05 +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