diff options
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: |