swig/Source/Modules
Olly Betts 10c6e1064d [Tcl] Fix several ocurrences of "warning: deprecated conversion
from string constant to 'char*'" from GCC 4.2 in generated C/C++
code.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9993 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-10-16 22:12:44 +00:00
..
allegrocl.cxx [allegrocl] see CHANGES.current 2007-08-16 18:39:50 +00:00
allocate.cxx add missing new line to warning 2006-11-06 22:45:31 +00:00
browser.cxx -fakeversion appears in generated files. Made comment with version number at top of generated files consistent. 2006-11-15 23:45:47 +00:00
cffi.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
chicken.cxx %extend for static member varibles work in progress ... more consistent code across different language modules and memory leak fixes 2006-12-05 22:12:25 +00:00
clisp.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
contract.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
csharp.cxx Back out valueparm attribute in the csvarin typemap. Add example usage of temporary variables in the csvarin typemap into docs. Modify CDate C# example. Add in special variable expansion in the csvarin typemap. 2007-09-21 23:58:00 +00:00
directors.cxx Fix director operator pointer casts 2006-11-09 22:32:28 +00:00
emit.cxx API cleanup (Parms) 2007-01-10 23:43:07 +00:00
guile.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
java.cxx Strip C comments from the java typemaps when determining to use the premature garbage collection prevention parameter 2007-10-12 21:31:22 +00:00
lang.cxx comment fix 2007-10-09 23:24:07 +00:00
lua.cxx [lua] move verbose error checks, more test cases, reorg of luatypemaps.swg 2007-09-27 05:36:25 +00:00
main.cxx Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
modula3.cxx Fix unused parameter in Printf. 2007-05-17 22:34:29 +00:00
module.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
mzscheme.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
ocaml.cxx Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
overload.cxx dead code fixes 2007-07-17 22:29:48 +00:00
perl5.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
php4.cxx [PHP] Fix many occurrences of "warning: deprecated conversion from 2007-10-16 21:39:37 +00:00
pike.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
python.cxx [python] Split potentially long string literals to avoid hitting 2007-09-18 00:50:20 +00:00
r.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove bogus unused parameter from Printf call. 2007-08-23 15:15:24 +00:00
s-exp.cxx Fix a bunch of minor bugs found by Coverity scanner 2007-08-10 02:55:27 +00:00
swigmain.cxx fix alphabetical order 2007-08-28 20:17:08 +00:00
swigmod.h Ensure the premature garbage collection prevention parameter (pgcpp) is generated for Java wrappers 2007-09-19 23:17:50 +00:00
tcl8.cxx [Tcl] Fix several ocurrences of "warning: deprecated conversion 2007-10-16 22:12:44 +00:00
typepass.cxx Fix warning display of templated base classes 2007-09-30 19:27:40 +00:00
uffi.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
utils.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
xml.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +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