swig/Lib
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 Commit patch 2019314 2008-08-02 08:28:02 +00:00
cffi Apply patch from Petr Viktorin to fix some recent regressions in CFFI/CLOS 2008-05-21 22:15:52 +00:00
chicken add assert.h to fix chicken build of external runtime (ext_test testsuite) 2008-08-02 08:49:43 +00:00
clisp Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
csharp Fix array bounds checking in C# std::vector wrappers 2008-09-01 20:32:53 +00:00
gcj Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
guile 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
java Fix director typemaps for pointers so that NULL pointers are correctly marshalled to C#/Java null in director methods 2008-07-14 21:09:23 +00:00
lua [lua] bugfix 1938142 (bool& and bool* support) 2008-06-17 02:57:15 +00:00
modula3 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
mzscheme Add newmemory parameter for SWIG_TypeCast 2008-02-10 00:35:11 +00:00
ocaml Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages. 2008-06-19 20:02:13 +00:00
octave minor formatting change - copying the python version 2008-05-14 22:10:31 +00:00
perl5 Fix another perl global namespace pollution 2008-09-01 20:00:28 +00:00
php [PHP] For std_vector.i and std_map.i, rename empty() to is_empty() 2008-07-04 01:22:11 +00:00
pike Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages. 2008-06-19 20:02:13 +00:00
python 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 change Rf_warning to warning. Looks like a typo 2008-08-31 16:07:43 +00:00
ruby Fix crashing in the Ruby reject method in the STL wrappers 2008-06-21 20:45:32 +00:00
std STL fixes when using %import rather than %include and the Solaris Workshop compiler 2008-05-07 21:33:19 +00:00
tcl Add newmemory parameter for SWIG_TypeCast 2008-02-10 00:35:11 +00:00
typemaps Fixed SF #1976978, apply the macros for primitive types to std::wstring 2008-05-30 13:53:33 +00:00
uffi New language module: Common Lisp with UFFI. 2005-08-09 15:09:15 +00:00
xml delete the perl5 typemaps, ignored here 2006-01-05 19:34:51 +00:00
allkw.swg Use the system angle brackets for %include 2005-11-26 09:28:20 +00:00
attribute.i Remove cvs $Header$ 2007-10-17 21:43:55 +00:00
carrays.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cdata.i [PHP] The SWIG cdata.i library module is now supported. 2008-07-03 23:55:33 +00:00
cmalloc.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
constraints.i 64 bit portability warnings fix 2006-11-24 22:41:17 +00:00
cpointer.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cstring.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
cwstring.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
exception.i [PHP5] Fix how zend_throw_exception() is called (bug #1700785). 2007-04-16 15:13:45 +00:00
inttypes.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
linkruntime.c fix macro issue reported by Vladimir Menshakov 2006-04-10 19:00:44 +00:00
math.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:45:17 +00:00
pointer.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
runtime.swg fix VC++ warning 2005-09-29 13:17:05 +00:00
shared_ptr.i Complete the Python support for shared_ptr mainly for derived classes. This includes the smartptr feature for overriding the class registration function and shared_ptr typemaps 2008-02-09 12:25:41 +00:00
std_except.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stdint.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stl.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swig.swg New templated method SwigValueInit to initialise all types - used initially for return types in director methods 2007-10-28 23:07:33 +00:00
swigarch.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swigerrors.swg add the null reference error 2005-12-27 22:01:39 +00:00
swiginit.swg [lua] updated configure script yet again 2008-01-24 06:16:45 +00:00
swiglabels.swg Suppress unused methods warning for VC++ 2008-06-22 22:12:43 +00:00
swigrun.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
swigrun.swg Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie change in definition of swig_converter_func 2008-02-10 21:44:18 +00:00
swigwarnings.swg Fix a few typos. 2008-05-19 20:23:50 +00:00
wchar.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
windows.i More alternative calling convention names 2007-08-11 00:02:24 +00:00