summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-22 21:57:08 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-22 21:57:08 (GMT)
commit1b2ad075c4929cfc2b1efe9ff633a12c31dc7594 (patch)
tree9c535020b1519b0f94513cab561adeb8f4b212cc /ChangeLog
parentf6f110acb8bf3243dffc527271c17619a078fcc4 (diff)
Made a first try to get all registered prototypes of functions.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@18 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f34d4fa..4969bee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-08-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/binary.c:
+ Skip the GUI display.
+
+ * src/format/dwarf/abbrev.c:
+ * src/format/dwarf/abbrev.h:
+ Make abbreviation codes unsigned. Clean the code. Add the ability to not
+ update the reading position when reading abbreviation attributes.
+
+ * src/format/dwarf/dwarf-int.h:
+ Add some definitions for registered prototypes of functions.
+
+ * src/format/dwarf/info.c:
+ Make a first try to get all registered prototypes of functions.
+
+ * src/format/dwarf/utils.c:
+ * src/format/dwarf/utils.h:
+ Add the ability to not update the reading position when decoding
+ [U]LEB128. Fix a bug when decoding [U]LEB128 numbers.
+
2008-08-17 Cyrille Bagard <nocbos@gmail.com>
* src/format/dwarf/abbrev.c: