new fixes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
942ec4b99e
commit
b9fb2f2514
1 changed files with 21 additions and 0 deletions
|
|
@ -1,6 +1,27 @@
|
|||
Version 1.3.25 (In progress)
|
||||
============================
|
||||
|
||||
02/21/2005: mmatus
|
||||
|
||||
Fix swigrun.swg warnings reported when using "gcc -W -Wall"
|
||||
(static/inline not used in front of a function
|
||||
declaration), and add SWIGUNUSED attribute to avoid
|
||||
unused warnings elsewhere.
|
||||
|
||||
Fix unused variable warnings.
|
||||
|
||||
[Python] Use new SWIGUNUSED attribute to avoid warnings in
|
||||
SWIGINTERN methods.
|
||||
|
||||
[Python] Fix PyOS_snprintf for python versions < 2.2 (SF #1104919).
|
||||
|
||||
[Python] Fix map/multimap to allow empty maps (reported by
|
||||
Philippe Hetroy).
|
||||
|
||||
[Docs] Add some documentation to Python.html and
|
||||
SWIGPlus.html, including for example the fact that
|
||||
'friends' are now supported.
|
||||
|
||||
02/21/2005: wsfulton
|
||||
[PHP] Patch from Olly Betts, so that wrappers compile with Zend thread safety enabled.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue