swig/Source/Modules
Haoyu Bai 3d8ddfc442 Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken.
This is the (incomplemete) log produced by svnmerge.py:

Merged revisions 10405-10409,10420-10422,10426,10438,10445,10451,10454-10465,10467,10473-10475,10485,10488-10489,10493-10495,10497,10509-10510,10513-10514,10517,10520,10525,10528-10529,10533-10535,10554-10557,10570,10573,10593,10614,10666-10669,10673,10678,10687,10690,10704-10706,10731,10744,10750-10752,10755,10759,10770,10775-10776,10813,10819 via svnmerge from 
https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-bhy



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-09-11 17:18:07 +00:00
..
allegrocl.cxx Commit patch 2019314 2008-08-02 08:28:02 +00:00
allocate.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
browser.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
cffi.cxx patch #2079381 submitted by Boris Smilga - constant exprs put into no-eval context in DEFCENUM 2008-09-01 21:46:41 +00:00
chicken.cxx fix typo 2008-06-23 21:14:53 +00:00
clisp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
contract.cxx Fix SF #1943608 - substitution in %contract. 2008-05-11 20:25:12 +00:00
csharp.cxx Add new terminator attribute for the csin typemap for C# 2008-09-02 20:56:52 +00:00
directors.cxx Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
emit.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
guile.cxx fix typo 2008-06-23 21:14:53 +00:00
java.cxx Fix enums when using -noproxy 2008-06-02 20:15:39 +00:00
lang.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
lua.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
main.cxx correct comment about deprecated option 2008-06-24 21:53:12 +00:00
modula3.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
module.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
mzscheme.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
ocaml.cxx fix some potential null pointer usage as reported by CoveriCoverity Prevent 2008-06-29 00:19:05 +00:00
octave.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
overload.cxx simpler error display for method names using new Swig_name_decl() 2008-02-28 23:14:07 +00:00
perl5.cxx rollback 10737:10749, this work is better left on a branch until it is 2008-08-19 07:09:29 +00:00
php.cxx [PHP] The deprecated command line option "-make" has been removed. 2008-07-04 01:02:22 +00:00
pike.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
python.cxx Merged the Python 3.0 support branch. The merging progress is not so smooth, so hope this commit won't make anything broken. 2008-09-11 17:18:07 +00:00
r.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
README File move 2002-12-03 20:33:35 +00:00
ruby.cxx Remove some vc++ /W4 warnings 2008-06-21 15:23:02 +00:00
s-exp.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +00:00
swigmain.cxx [PHP4] Support for PHP4 has been removed. The PHP developers are 2008-07-02 05:55:18 +00:00
swigmod.h Add the optimal attribute to the out typemap for more optimal code generation when returning objects by value 2008-05-14 22:12:31 +00:00
tcl8.cxx Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_new() to Swig_typemap_lookup() 2008-05-15 21:18:44 +00:00
typepass.cxx Additions to %types so that a user can specify the code to go into the casting / conversion function 2008-01-31 22:45:59 +00:00
uffi.cxx Fix portability problem using /dev/null 2008-09-01 20:42:40 +00:00
utils.cxx Fix wrapping of overloaded protected methods when using allprotected mode 2008-05-07 20:59:00 +00:00
xml.cxx Replace cvs $Header$ with svn $Id$ 2007-10-17 21:42:11 +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