diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |