diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-10-29 01:38:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-10-29 01:38:43 (GMT) |
commit | 3b1b7cd7a3b7b36d2937e13437519e951668a995 (patch) | |
tree | fda56d25b729287f603d32dc51493ea3bb0bffea /ChangeLog | |
parent | 8ae0409cfc70aa399bc0083a1ce6bdb27cc2ce23 (diff) |
Fixed bugs and made the binary loading process faster.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@134 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +09-10-29 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/exporter.c: + Remove useless code handling GTK iterator position. + + * src/arch/x86/instruction.c: + Clean the x86 instructions list. Begin to modify the get_text() function. + + * src/arch/x86/opcodes.h: + Define the x86 decoding function prototype. + + * src/arch/x86/operand.c: + * src/arch/x86/operand.h: + Make sure the operand types are always initialized. + + * src/arch/x86/processor.c: + Reorganize the instructions decoding function. + + * src/gtkext/gtkblockview.c: + Remove useless code handling GTK iterator position. Set the layout + buffer as late as possible in order to avoid signals. + 09-10-23 Cyrille Bagard <nocbos@gmail.com> * src/graph/dot.c: |