summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3603eed..420ecf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2009-03-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ Attach an offset to lines and create comment lines. Provide disassembly
+ options for lines rendering (this part needs to be rewritten).
+
+ * src/analysis/prototype.c:
+ * src/analysis/prototype.h:
+ Add an offset to routines information.
+
+ * src/binary.c:
+ Insert comments into disassembled code.
+
+ * src/common/dllist.c:
+ * src/common/dllist.h:
+ Add a macro for inserting items.
+
+ * src/format/elf/e_elf.c:
+ * src/format/elf/e_elf.h:
+ * src/format/exe_format.c:
+ * src/format/exe_format.h:
+ * src/format/exe_format-int.h:
+ Load all routine prototypes. Enable binary parts sorting.
+
2009-03-04 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: