diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
@@ -1,3 +1,46 @@ +09-08-01 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add "VOID:OBJECT,OBJECT" to iodamarshal.list. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Remove code and use the new functions from delayed.[ch]. + Provide and use signals to catch disassembly end. + + * src/analysis/delayed.c: + * src/analysis/delayed.h: + New entries: process disassembling in a dedicated thread. + + * src/analysis/Makefile.am: + Add delayed.[ch] to libanalysis_la_SOURCES. + + * src/common/dllist.h: + Fix a bug in dl_list_del(). + + * src/editor.c: + Update the code ; use the new status bar. + + * src/format/exe_format.c: + Handle NULL parameters in get_bin_part_values(). + + * src/gtkext/gtkblockview.c: + Reduce the number of lines drawn. + + * src/gtkext/gtkextstatusbar.c: + * src/gtkext/gtkextstatusbar.h: + New entries: provide a status bar with a progress bar. + + * src/gtkext/Makefile.am: + Add gtkextstatusbar.[ch] to libgtkext_la_SOURCES. + + * src/main.c: + Load the delayed functions manager and update calls for creating projects. + + * src/project.c: + * src/project.h: + Display a binary only when its disassembly is completed. + 09-07-27 Cyrille Bagard <nocbos@gmail.com> * plugins/stackvars/stackvars.c: |