diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +15-06-13 Cyrille Bagard <nocbos@gmail.com> + + * Makefile.am: + Do not require an Internet connection to build 'revision.h' anymore. + + * src/analysis/blocks/flow.c: + * src/analysis/blocks/flow.h: + Update code. + + * src/analysis/db/cdb.c: + Remove an active wait loop. + + * src/analysis/decomp/il.c: + Update code. + + * src/analysis/disass/area.c: + Improve loading speed with binary search of sorted arrays. + + * src/analysis/disass/disassembler.c: + Update code. + + * src/analysis/disass/macro.c: + * src/analysis/disass/macro.h: + Update code. + + * src/arch/processor.c: + Improve loading speed with binary search of sorted arrays. + + * src/format/elf/symbols.c: + Update code. + + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + Improve loading speed with binary search of sorted arrays. + + * src/format/symbol.c: + Sort symbols using right values. + 15-05-15 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/graph/nodes/flow.c: |