summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60b797..94c3dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+09-06-30 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Disable the "control flow" link for conditional jumps.
+
+ * src/analysis/line.c:
+ * src/analysis/line.h:
+ Retrieve the destination link of a line.
+
+ * src/graph/layout.c:
+ Build graphic links from the flow of the code blocks.
+
+ * src/gtkext/gtkbinview.c:
+ * src/gtkext/gtkbinview.h:
+ * src/gtkext/gtkbinview-int.h:
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkgraphview.c:
+ Add the 'const' qualifier to some parameters when possible. Add some
+ functions to deal with lines/addresses of views.
+
09-06-29 Cyrille Bagard <nocbos@gmail.com>
* src/graph/dot.c: