diff ChangeLog @ 84:67961454902b

- bigger cleanup in callvm code * changed init of most callvms to reuse code and for consistency * removed unused functions * general changes for consistency * added some missing cconv defines do mode calls - fixed potential buffer overrun on arm64 - fixed sparc and x64 mode setting (only one mode, but wasn't (pointlessly) resettable) - error code handling (dcGetError) changes, flag is now cleared (work still underway) - Changelog update
author cslag
date Wed, 06 Apr 2016 00:21:51 +0200
parents 54930a037e8a
children 01a2aee8d30b
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 28 23:46:59 2016 +0200
+++ b/ChangeLog	Wed Apr 06 00:21:51 2016 +0200
@@ -4,12 +4,17 @@
 dyncall:
   o better C++ compiler support (for pointer conversions)
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
+  o fixed potential buffer overrun on arm64
+  o error code handling (dcGetError) changes, flag is now cleared (work still
+    underway)
 dyncallback:
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
 doc:
   o working html doc generation from TEX sources
 bindings:
-  o python: updated to latest signature format (was still on 0.1), cleanup
+  o better documentation, removed relative path dependencies, general cleanup
+  o python: updated to latest signature format (was still on 0.1)
+  o java: rewritten (old version was never complete, anyways)
 
 Version 0.9 (2015/12/31)
 dyncall: