diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: |