summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorSimon Marchetto <simon.marchetto@scilab-enterprises.com>2016-04-06 15:03:53 +0200
committerSimon Marchetto <simon.marchetto@scilab-enterprises.com>2016-04-06 15:03:53 +0200
commitdb29b6a00583b35d09a3fb460a2e271448f37b5b (patch)
tree63227f8e451afb6dc0624774991a023e3020d2bb /CHANGES.current
parent6c254d1ebb3fd2fe8230886ca6a78eb98ddc4477 (diff)
downloadswig-db29b6a00583b35d09a3fb460a2e271448f37b5b.tar.gz
scilab: update CHANGES with pointer type tracking
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 18ab3ba45..701db7986 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,12 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-04-06: smarchetto
+ [Scilab] #552 Make Scilab runtime keep track of pointer types
+ Instead of a Scilab pointer which has no type, SWIG Scilab maps a
+ pointer to a structure tlist containing the pointer adress and its type.
+
+
2016-04-02: ahnolds
[Python] Apply #598. Fix misleading error message when attempting to read a non-existent
attribute. The previous cryptic error message:
@@ -13,7 +19,7 @@ Version 3.0.9 (in progress)
AttributeError: 'Foo' object has no attribute 'bar'
2016-04-02: derkuci
- [Python] Patch #610 to fix #607.
+ [Python] Patch #610 to fix #607.
Fix single arguments when using python -builtin -O with %feature("compactdefaultargs")
2016-03-31: wsfulton
@@ -79,7 +85,7 @@ Version 3.0.9 (in progress)
strips the symbol's suffix instead of the prefix. The example below
will rename SomeThingCls to SomeThing and AnotherThingCls to AnotherThing:
- %rename("%(rstrip:[Cls])s") "";
+ %rename("%(rstrip:[Cls])s") "";
class SomeThingCls {};
struct AnotherThingCls {};