summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: