summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-07-15 22:04:38 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-07-15 22:04:38 (GMT)
commit293f9f24c6338b5d41dd8f613aefae6be9bdbfcb (patch)
tree2edadc11a52af0a37b89e057fd51bb6ecde834e7 /ChangeLog
parentb8ebd9e4d8f90c8ae8860d2a09f619a14c91715e (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--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6618a2..375be3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: