summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf7c4f8..a3949f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+15-01-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Disable lots of debug messages.
+
+ * src/analysis/disass/disassembler.c:
+ Disable an old function using removed symbols.
+
+ * src/arch/arm/v7/link.c:
+ Disable lots of debug messages.
+
+ * src/arch/instruction.h:
+ Declare GBinFormat without including the right header (circular reference).
+
+ * src/format/symbol.h:
+ Ensure all symbols are declared ; this fix some sign extension bugs.
+
+ * src/gui/panels/bookmarks.c:
+ Disable an temporary function using removed symbols.
+
14-12-31 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: