more updates

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6743 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-15 23:19:12 +00:00
commit 1f5520131a
2 changed files with 13 additions and 4 deletions

View file

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

View file

@ -13,8 +13,17 @@ Version 1.3.23 (working version)
we process protected/private members, ie, we check
for constructors, operator new, virtual members, etc.
- Fix Ruby/Java to work (or better, ignore) multi-inheritance +
- Fix Ruby/Java to work (or ignore) multi-inheritance +
directors. Allow other languages to define if it is
supported or not.
- Now you can run
SWIG_FEATURES="-directors -dirprot"
make check-ruby-test-suite
make check-python-test-suite
make check-java-test-suite
make check-ocaml-test-suite
and you will get only 'real' errors. ruby and python
compile with no errors, java shows some problems.