summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-06-23 07:27:52 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2010-06-23 07:27:52 (GMT)
commit81f3ca8636f863d32f0da61c214077305f28ccfc (patch)
tree7fe1c6dfdfbe273b0f429974284b7c25d09a5899 /CHANGES
parent33e49f0ed70a8277e0b14365c823accb9c29f120 (diff)
downloadcv2pdb-81f3ca8636f863d32f0da61c214077305f28ccfc.zip
cv2pdb-81f3ca8636f863d32f0da61c214077305f28ccfc.tar.gz
cv2pdb-81f3ca8636f863d32f0da61c214077305f28ccfc.tar.bz2
* improved support for 64-integer types
* 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)
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)