1.3.37 final touches

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11063 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2009-01-13 07:11:00 +00:00
commit 3a23be4434
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
*** ANNOUNCE: SWIG 1.3.37 (30 December 2008) ***
*** ANNOUNCE: SWIG 1.3.37 (13 January 2009) ***
http://www.swig.org

View file

@ -1,5 +1,5 @@
Version 1.3.37 (30 December 2008)
=================================
Version 1.3.37 (13 January 2009)
================================
2009-01-13: mgossage
[Lua] Added contract support for requiring that unsigned numbers are >=0
@ -11,10 +11,10 @@ Version 1.3.37 (30 December 2008)
methods reported by Sam Hendley.
2009-01-12: drjoe
Fixed handling of integer arrays
[R] Fixed handling of integer arrays
2009-01-10: drjoe
Fix integer handling in r to deal correctly with signed
[R] Fix integer handling in r to deal correctly with signed
and unsigned issues
2009-01-10: wsfulton

View file

@ -6,7 +6,7 @@
<body bgcolor="#ffffff">
<H1><a name="Sections"></a>SWIG-1.3 Development Documentation</H1>
Last update : SWIG-1.3.37 (30 December 2008)
Last update : SWIG-1.3.37 (13 January 2009)
<H2>Sections</H2>

4
README
View file

@ -1,6 +1,6 @@
SWIG (Simplified Wrapper and Interface Generator)
Version: 1.3.37 (30 December 2008)
Version: 1.3.37 (13 January 2009)
Tagline: SWIG is a compiler that integrates C and C++ with languages
including Perl, Python, Tcl, Ruby, PHP, Java, Ocaml, Lua,
@ -100,7 +100,7 @@ SWIG-1.3.37 summary:
- Improved C# array support
- Numerous Allegro CL improvements
- Bug fixes/enhancements for Python, PHP, Java, C#, Chicken, Allegro CL,
CFFI, Ruby, Tcl, Perl.
CFFI, Ruby, Tcl, Perl, R, Lua.
- Other minor generic bug fixes and enhancements
SWIG-1.3.36 summary: