diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +2009-01-25 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefiles from 'common' and 'src/format/java/' directories to AC_CONFIG_FILES. + The modification of WARNING_FLAGS and will be improved. + + * src/binary.c: + Update code. + + * src/common/endianness.c: + * src/common/endianness.h: + * src/common/Makefile.am: + New entries: read unsigned integers regardless of the host machine endianness. + + * src/format/exe_format.c: + * src/format/exe_format.h: + Properly register new file formats. + + * src/format/java/attribute.c: + * src/format/java/attribute.h: + * src/format/java/e_java.c: + * src/format/java/e_java.h: + * src/format/java/field.c: + * src/format/java/field.h: + * src/format/java/java-int.h: + * src/format/java/Makefile.am: + * src/format/java/method.c: + * src/format/java/method.h: + * src/format/java/pool.c: + * src/format/java/pool.h: + New entries: support the Java Class file format. + + * src/format/Makefile.am: + Add java to SUBDIRS. + + * src/Makefile.am: + Add common to SUBDIRS and update openida_LDADD. + 2009-01-06 Cyrille Bagard <nocbos@gmail.com> * src/easygtk.c: |