diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-07-15 22:04:38 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-07-15 22:04:38 (GMT) |
commit | 293f9f24c6338b5d41dd8f613aefae6be9bdbfcb (patch) | |
tree | 2edadc11a52af0a37b89e057fd51bb6ecde834e7 /ChangeLog | |
parent | b8ebd9e4d8f90c8ae8860d2a09f619a14c91715e (diff) |
Stored several destinations for each line when needed.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@95 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +09-07-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Remove a GCC warning and compute links for unverified conditions. + + * src/analysis/line.c: + * src/analysis/line.h: + * src/analysis/line-int.h: + Store several destinations for each line when needed. + + * src/editor.c: + Typo: GtkBinview -> GtkBinView. + + * src/graph/layout.c: + Use the new links computed in binary.c and update the code. + + * src/gtkext/gtkbinview.c: + * src/gtkext/gtkbinview.h: + * src/gtkext/gtkbinview-int.h: + Typo: GtkBinview -> GtkBinView. + + * src/gtkext/gtkgraphview.c: + Update the code. + + * src/panel/symbols.c: + Typo: GtkBinview -> GtkBinView. + 09-07-15 Cyrille Bagard <nocbos@gmail.com> * src/format/elf/helper_x86.c: |