new fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6976 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-02-22 19:46:42 +00:00
commit b9fb2f2514

View file

@ -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.