summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-03-31 18:42:08 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-03-31 18:56:32 +0100
commita15bbbaee5f55c4341b9c657e2c338c3bf9a1fce (patch)
tree72611448f3728cd4d8b4e6ce15e2032cefff62d9 /CHANGES.current
parent8322686e84c31c3245c48f995367fabd84dde6c0 (diff)
downloadswig-a15bbbaee5f55c4341b9c657e2c338c3bf9a1fce.tar.gz
Java - unsigned long long marshalling improvements for negative numbers
Affects marshalling of negative numbers from Java to C only. A cast to signed long long in the C layer will now result in the expected value. Closes #623.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index 5e9f9a866..f3976c5f4 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-03-31: wsfulton
+ [Java] unsigned long long marshalling improvements when a negative number
+ is passed from Java to C. A cast to signed long long in the C layer will now
+ result in the expected value. No change for positive numbers passed to C.
+ Fixes #623.
+
2016-03-22: alexwarg
[Lua] #398 Fix lua __getitem + inheritance
The new handling of classes in Lua (not merging methods into the derived classes)