diff options
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: |