diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +2008-07-27 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Remove AC_PROG_RANLIB in favor of AC_PROG_LIBTOOL. Add AM_PROG_CC_C_O + and schedule the creation of the new Makefiles. + + * src/arch/instruction.c: + * src/arch/instruction.h: + * src/arch/instruction-int.h: + * src/arch/Makefile.am: + * src/arch/operand.c: + * src/arch/operand.h: + * src/arch/operand-int.h: + * src/arch/processor.c: + * src/arch/processor.h: + * src/arch/processor-int.h: + * src/arch/x86/instruction.h: + * src/arch/x86/Makefile.am: + * src/arch/x86/opcodes.h: + * src/arch/x86/op_int.c: + * src/arch/x86/processor.c: + * src/arch/x86/processor.h: + New entries: parse x86 binary data and display the result. + + * src/binary.c: + * src/binary.h: + New entries: load a basic ASM content. + + * src/editor.c: + Set some fixed fonts and use the new code snippet. Update the GPL header + (Firebox Tools -> OpenIDA, version 2 -> version 3). + + * src/format/elf/format_elf.c: + * src/format/elf/format_elf.h: + * src/format/elf/Makefile.am: + * src/format/Makefile.am: + New entries: empty files. + + * src/gtksnippet.c: + * src/gtksnippet.h: + New entries: from an example from GTK.org, display assembly content. + + * src/Makefile.am: + Add binary.[ch] and gtksnippet.[cg] files to openida_SOURCES and internal + libraries to openida_LDADD. + 2008-07-23 Cyrille Bagard <nocbos@gmail.com> * AUTHORS: |