summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index c396bf2..83259ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -97,7 +97,12 @@ Version history
* tweaked autoexp.dat modifications to be more stable with uninitialized data
* autoexp.snippet now split into two files: autoexp.expand and autoexp.visualizer
-not released Version 0.14
-
- * when a dynamic array type is detected for a DMC compiled executable (command
- option -C is used), it is converted to int64 (fixing DMC bug)
+2010-06-23 Version 0.14
+
+ * 64-integer types are now displayed as "dlong" and "ulong" instead of "__int64" and
+ "unsigned __int64"
+ * improved support for long and ulong for DMD versions before 1.057 and 2.041
+ * DMC also emits D-types for "long long" and "unsigned long long", these are
+ translated back to the correct types if command option -C is used
+ * now adding properties "has nested type" and "is nested type" to class/struct/union/enum types
+ * better support for enumerators: now added as user defined types (DMD patch needed)