diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +10-12-02 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/decomp/decompiler.c: + Change debug code. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Print decompiled code of routines. + + * src/analysis/type.h: + Fix included headers. + + * src/arch/immediate.c: + * src/decomp/expr/arithm.c: + * src/decomp/expr/array.c: + * src/decomp/expr/assign.c: + * src/decomp/expr/call.c: + * src/decomp/expr/pseudo.c: + Fix output area (BLC_ASSEMBLY -> BLC_ASSEMBLY_HEAD). + + * src/decomp/lang/java.c: + * src/decomp/output.c: + * src/decomp/output.h: + * src/decomp/output-int.h: + Extend the output features. + + * src/format/dex/class.c: + * src/format/dex/class.h: + * src/format/dex/dex.c: + * src/format/dex/method.c: + * src/format/dex/method.h: + Improve the rendering of decompiled Dex code. + + * src/format/format.c: + Change debug code. + + * src/format/format.h: + Fix included headers. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Add the RTT_KEY_WORD rendering attribute. + + * src/gtkext/gtkbufferview.c: + Avoid a crash by adding the needed scrolling function. + 10-11-28 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |