diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2009-03-15 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/line.c: + * src/analysis/line.h: + Add flags to lines and draw them in the margin if needed. Find lines by + their offset. + + * src/arch/processor.c: + Typo. + + * src/binary.c: + Specify the entry point for rendering. + + * src/format/elf/e_elf.c: + Handle some corrupted fields in the ELF header (sizes and quantities of + the section and program (!?) entries). Rely on program header to provide + code to analyse if none is found. + + * src/format/elf/elf-int.h: + Fix the ELF_PHDR macro (. -> ()->). + + * src/format/elf/Makefile.am: + Add LIBGTK_CFLAGS to INCLUDES in order to be able to print log messages. + + * src/format/exe_format.c: + * src/format/exe_format.h: + * src/format/exe_format-int.h: + Give the entry point of a loaded program. + + * src/gtksnippet.c: + Update a call to draw_rendering_line(). + 2009-03-14 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |