diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-12-16 21:55:04 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-12-16 21:55:04 (GMT) |
commit | 64e09a6c3e39785975b5322973ed83734cedb82e (patch) | |
tree | a87d29cca9d86ccd26676460282ddf59c4e9cb17 /ChangeLog | |
parent | 2581d80875304c466e8930dbe67986ceb95752b2 (diff) |
Reintroduced the delayed disassembling of binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@304 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,5 +1,38 @@ 12-12-16 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/disassembler.h: + Reintroduce the delayed disassembling of binaries. + + * src/analysis/disass/output.c: + * src/analysis/disass/output.h: + Give information about the progress while printing. + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + Retrieve the last instruction of a list. + + * src/glibext/delayed.c: + Prevent the current work being deleted on the "work-completed" signal, + and then being updated. + + * src/gtkext/gtkextstatusbar.c: + Reintroduce GDK locks in the official way. + + * src/main.c: + Reintroduce GDK locks in the official way. + + * src/plugins/pglist.c: + * src/plugins/pglist.h: + Provide a global way to protect GTK accesses when dealing with plugins. + + * src/project.c: + Protect GTK accesses when being notified of completed disassembly. + +12-12-16 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Change the output filename for the GLib marshals. |