diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-08-10 00:17:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-08-10 00:17:32 (GMT) |
commit | 088a489002fd1c9a62d5cafe693dc73cc271ee18 (patch) | |
tree | a147acd77fab3b66d541326349d08dae29ec0e8c /ChangeLog | |
parent | bcfcb4ec8b4cf9a35b77e93d172e7dae81e8872a (diff) |
Improved Itanium demangling.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@179 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +10-08-10 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/routine.c: + * src/analysis/routine.h: + Improve the code. + + * src/analysis/type.c: + * src/analysis/type.h: + Fix one warning, one bug in templates and improve the code. + + * src/format/mangling/demangler.c: + Extend the test suite. + + * src/format/mangling/itanium_gram.y: + * src/format/mangling/itanium_tok.l: + Improve Itanium demangling. + 10-08-01 Cyrille Bagard <nocbos@gmail.com> * src/format/elf/helper_x86.c: |