summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-06-30 00:00:52 (GMT)
commit2c9fa2bc584305985ae53958ea2fb371adba3834 (patch)
tree6b1b9f451caafb1a44777e581354164c2aacea9f /ChangeLog
parent1cb0bfdc11dc46a2bc2fd6dfb0aa32d0f4bf0fe1 (diff)
Built graphic links from the flow of the code blocks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@84 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: