diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2004-11-15 23:19:12 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2004-11-15 23:19:12 +0000 |
commit | 79e259b23f1664a3adfdb2c8b703bc88dd44881c (patch) | |
tree | 4262cdb87f5697edb5db835a40263bee6d5627d7 /CHANGES | |
parent | 04b8c5968cfc600a276aa0cf3b8c0a9f7aec87f8 (diff) | |
download | swig-79e259b23f1664a3adfdb2c8b703bc88dd44881c.tar.gz |
more updates
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,13 +5,13 @@ See CHANGES.current for current version. Version 1.3.23 (November 11, 2004) ================================= -12/05/2004: wsfulton +11/05/2004: wsfulton Patch #982753 from Fabrice Salvaire: Adds dependencies generation for constructing makefiles. New command line options -MF -MD -MMD to work with the current options -M and -MM. These options are named the same and work the same as in gcc. -12/05/2004: wsfulton +11/05/2004: wsfulton %ignore/%rename changes for methods with default arguments to mirror %feature behaviour. See previous entry. |