diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 45 insertions, 1 deletions
@@ -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. |