summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-30 23:10:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-30 23:10:48 (GMT)
commitbec7fe8b2840838fe3a2620b8af29264d8b54e60 (patch)
tree321bc2e24a42b43a95f62d89a12f8192bce487c5 /ChangeLog
parent55dbd294b0d740648bb1b63e6159e3aa9361a2e1 (diff)
Fixed implicit declarations of functions causing crashes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@523 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89e6c08..b10dc29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+15-05-01 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/mobicore/mclf.c:
+ * src/analysis/db/cdb.c:
+ * src/format/dex/dex.c:
+ * src/format/elf/helper_arm.c:
+ Fix implicit declarations of functions causing crashes.
+
+ * src/format/elf/symbols.h:
+ Declare some Elf symbols related functions as public.
+
+ * src/gtkext/gtkblockview.c:
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkbufferview.h:
+ * src/gtkext/gtkbufferview-int.h:
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel-int.h:
+ Fix implicit declarations of functions causing crashes. Move some code
+ dealing with scrolling adjustments.
+
15-04-30 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/opcodes/opcodes_tmp_thumb_16.h: