swig/Source/Modules
Gonzalo Garramuno 4cd98d3865 Improved algorithm of renaming of methods with numbers at the end.
Fixed some const issues.
Improved report on overloaded function error.
Fixed some minor iterator potential problems.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-05-04 13:12:31 +00:00
..
allegrocl.cxx API cleanup (Parms) 2007-01-10 23:43:07 +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 fixed closing paren 2007-04-21 19:10:14 +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 Add in pre, post and cshin attributes for the csin typemap 2007-04-17 22:45:17 +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 beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
java.cxx Add in pre, post and pgcppname attributes for the javain typemap 2007-04-17 22:44:33 +00:00
lang.cxx comment fixes 2007-04-17 22:34:49 +00:00
lua.cxx Fixed issues with C++ classes and hierachies across multiple source files. 2007-05-02 02:20:29 +00:00
main.cxx Major overhaul of C/C++ scanner API. Unified tokenizing code so that tokens are scanned by a common code base 2007-01-12 19:01:40 +00:00
modula3.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
module.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
mzscheme.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
ocaml.cxx Fix director operator pointer casts 2006-11-09 22:32:28 +00:00
overload.cxx API cleanup (Parms) 2007-01-10 23:43:07 +00:00
perl5.cxx API cleanup (Parms) 2007-01-10 23:43:07 +00:00
php4.cxx Stop passing unused argument to Printf(). 2007-04-15 23:22:29 +00:00
pike.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
python.cxx [Python] Fix lack of generation of docstrings when -O is used. 2007-04-20 01:16:31 +00:00
r.cxx API cleanup (Parms) 2007-01-10 23:43:07 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Improved algorithm of renaming of methods with numbers at the end. 2007-05-04 13:12:31 +00:00
s-exp.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
swigmain.cxx beautify/format source code with gnu indent 2006-11-01 23:54:54 +00:00
swigmod.h Fix director operator pointer casts 2006-11-09 22:32:28 +00:00
tcl8.cxx %extend for static member varibles work in progress ... static member variable and global variable wrapper names changed so that they don't clash with the user supplied %extend function name 2006-12-05 22:10:56 +00:00
typepass.cxx correction to last commit 2007-03-19 21:28:16 +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