summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1bd49..e18bb91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+15-05-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/disassembler.c:
+ Reorder the disassembling steps for more sanity.
+
+ * src/analysis/disass/links.c:
+ Fix a bug when creating natural execution flows.
+
+ * src/analysis/disass/macro.c:
+ Fix a bug when following the execution jumps to create basic blocks.
+
+ * src/arch/link.c:
+ Improve the content of debug messages.
+
15-05-04 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/graph/edge.c: