git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9632 626c5289-ae23-0410-ae9c-e8d60b6d4f22
42 lines
1.4 KiB
Text
42 lines
1.4 KiB
Text
Version 1.3.32 (in progress)
|
|
============================
|
|
|
|
01/03/2007: beazley
|
|
[Internals]. Use of swigkeys.c/.h variables is revoked. Please use
|
|
simple strings for attribute names.
|
|
|
|
12/30/2006: beazley
|
|
Internal API functions HashGetAttr() and HashCheckAttr() have been revoked.
|
|
Please use Getattr() to retrieve attributes. The function Checkattr() can
|
|
be used to check attributes. Note: These functions have been revoked
|
|
because they only added a marginal performance improvement at the expense
|
|
code clarity.
|
|
|
|
12/26/2006: mgossage
|
|
[Lua] Added more STL (more exceptions, map, size_t),
|
|
fixed test case: conversion_ns_template.
|
|
|
|
12/21/2006: mgossage
|
|
[Lua] Update to throw errors when setting immutables,
|
|
and allowing user addition of module variables.
|
|
|
|
12/20/2006: wsfulton
|
|
Fix typedef'd variable wrappers that use %naturalvar, eg, std::string.
|
|
|
|
12/14/2006: wsfulton
|
|
[C#] Add std::wstring and wchar_t typemaps
|
|
|
|
12/14/2006: olly
|
|
[php] Fix bug #1613673 (bad PHP5 code generated for getters and
|
|
setters).
|
|
|
|
12/02/2006: wsfulton, John Lenz, Dave Beazley
|
|
Move from cvs to Subversion for source control
|
|
|
|
11/30/2006: beazley
|
|
Cleaned up swigwarnings.swg file not to use nested macro
|
|
definitions.
|
|
|
|
11/12/2006: wsfulton
|
|
[Java, C#] Fix for %extend to work for static member variables.
|
|
|