summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-11-06 00:29:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-11-06 00:29:36 (GMT)
commit828124e38d266e382bb1477ef51c9fac8e81c591 (patch)
tree37d1d6af336987030791ba4c41b89a8cf144d270 /ChangeLog
parentc1ff0021b42fb5738a0cb31da15c12eb6dfac816 (diff)
Defined the entry point for decompilations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@189 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog46
1 files changed, 45 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6915732..52191ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,48 @@
-10-11-05 Cyrille Bagard <nocbos@gmail.com>
+10-11-06 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefiles from the 'src/analysis/decomp', 'src/decomp'
+ and 'src/decomp/lang' directories to AC_CONFIG_FILES.
+
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Save decompilation works into code buffers.
+
+ * src/analysis/decomp/decompiler.c:
+ * src/analysis/decomp/decompiler.h:
+ * src/analysis/decomp/Makefile.am:
+ New entries: define the entry point for decompilations.
+
+ * src/analysis/exporter.h:
+ Move some code into gbufferline.h.
+
+ * src/analysis/Makefile.am:
+ Build and use decomp/libanalysisdecomp.la.
+
+ * src/decomp/lang/java.c:
+ * src/decomp/lang/java.h:
+ * src/decomp/lang/Makefile.am:
+ * src/decomp/Makefile.am:
+ * src/decomp/output.c:
+ * src/decomp/output.h:
+ * src/decomp/output-int.h:
+ New entries: provide tools to write code for a given language
+ in a generic way.
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ Kill the 'GContentExporter' interface by moving its properties here.
+
+ * src/glibext/gcodebuffer.c:
+ Fix bugs in rendering.
+
+ * src/gtkext/gtksourceview.c:
+ Update code to use and draw an internal code buffer.
+
+ * src/Makefile.am:
+ Use the new libraries.
+
+10-11-04 Cyrille Bagard <nocbos@gmail.com>
* i18n.h:
New entriy: introduce translations.