diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2008-08-24 19:34:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2008-08-24 19:34:50 (GMT) |
commit | 2d9a76d0989ba0a1020dd333df3852ab6fc675de (patch) | |
tree | b0d2724e915c99a66078445cbe309ba91044d3b9 /ChangeLog | |
parent | 7af746b641de4a8d6d99ceb2bfd7f77af824bbcf (diff) |
Got and inserted debug comments into code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@21 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2008-08-24 Cyrille Bagard <nocbos@gmail.com> + * src/binary.c: + Remove unused code. Get and insert comments into code. + + * src/format/dwarf/d_dwarf.c: + * src/format/dwarf/d_dwarf.h: + Provide comments for all registered debug functions. + + * src/gtksnippet.c: + * src/gtksnippet.h: + Better handle the code lines. + +2008-08-24 Cyrille Bagard <nocbos@gmail.com> + * src/format/dwarf/abbrev.c: * src/format/dwarf/abbrev.h: Remove old code. Add a function to test if an attribute exists. |