diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2008-10-30 Cyrille Bagard <nocbos@gmail.com> + + * src/arch/processor.c: + * src/arch/processor-int.h: + * src/arch/x86/processor.c: + Remove the CR & LF characters when printing strings. + + * src/binary.c: + * src/binary.h: + Display all found strings on binary loading. + + * src/easygtk.c: + * src/easygtk.h: + Add a function which builds a notebook widget. + + * src/editor.c: + Build the bottom of the editor. + + * src/format/elf/e_elf.c: + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Begin to rename the function providing the list of all resolved items. + + * src/Makefile.am: + Add pan_strings.[ch] to openida_SOURCES. + + * src/pan_strings.c: + * src/pan_strings.h: + New entries: display all found strings. + + * src/pan_symbols.c: + * src/pan_symbols.h: + Typo. + 2008-10-29 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/op_call.c: |