summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-12-29 14:15:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-12-29 14:15:31 (GMT)
commit0f9f9028ad0efe92e001c990d2d3f9ae2ad2a88a (patch)
tree4d40947fe82c55b77fa7905532a4591dd3f9860b /ChangeLog
parent944461f7af1995b08783dc761772908ec7c204a6 (diff)
Added forgotten definitions and updates.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@362 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: