git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8845 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
649 B
Text
15 lines
649 B
Text
Version 1.3.29 (In progress)
|
|
============================
|
|
|
|
02/17/2006: mkoeppe
|
|
[MzScheme] Typemaps for all integral types now accept the full range of integral
|
|
values, and they signal an error when a value outside the valid range is passed.
|
|
[Guile] Typemaps for all integral types now signal an error when a value outside
|
|
the valid range is passed.
|
|
|
|
02/13/2006: mgossage
|
|
[Documents] updated the extending documents to give a skeleton swigging code
|
|
with a few typemaps.
|
|
[Lua] added an extra typemap for void* [in], so a function which requires a void*
|
|
can take any kind of pointer
|
|
|