From b9fb2f2514f901445675387b9cc684a28e253a32 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 22 Feb 2005 19:46:42 +0000 Subject: [PATCH] new fixes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6976 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/CHANGES.current | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index c6adbfdda..5e7e58ff0 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -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.