summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-01-25 21:27:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-01-25 21:27:14 (GMT)
commit21493170bb188ad9548820c830c3e8d7055e3f46 (patch)
treefdc4d03b0aaa5e7ed8a0b8b151926f654cece321 /ChangeLog
parent8f1e49332cd81760c98166be9df79a7136f5ca57 (diff)
Supported the Java Class file format.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@46 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d0f8a..9c68616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: