summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83cbb83..46d607f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+13-12-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac
+ * src/analysis/type.h
+ * src/analysis/types/basic.h
+ Add forgotten definitions and updates.
+
+13-12-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/common/cpp.h:
+ Provide a way to get the size of a static array.
+
+ * src/common/extstr.c:
+ * src/common/extstr.h:
+ Extend internal features for strings.
+
+ * src/format/mangling/itanium/Makefile.am:
+ * src/format/mangling/itanium/abi.c:
+ * src/format/mangling/itanium/abi.h:
+ * src/format/mangling/itanium/component.c:
+ * src/format/mangling/itanium/component.h:
+ * src/format/mangling/itanium/component-int.h:
+ * src/format/mangling/itanium/context.c:
+ * src/format/mangling/itanium/context.h:
+ New entries: handle Itanium demangling with C code (first part).
+
+ * src/format/mangling/itanium_gram.y:
+ * src/format/mangling/itanium.h:
+ * src/format/mangling/itanium_tok.l:
+ Deleted entries.
+
+ * src/format/mangling/Makefile.am:
+ Update the rules for the Itanium demangling.
+
+ * src/main.c:
+ Update call to tests.
+
13-09-01 Cyrille Bagard <nocbos@gmail.com>
* src/format/mangling/java_gram.y: