diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +12-10-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/output.c: + * src/analysis/routine.c: + * src/analysis/routine.h: + * src/analysis/type.c: + * src/analysis/type.h: + * src/analysis/types/basic.c: + * src/analysis/types/cse.c: + * src/analysis/types/cse-int.h: + * src/analysis/types/encaps.c: + * src/analysis/types/literal.c: + * src/analysis/types/template.c: + * src/analysis/variable.c: + * src/analysis/variable.h: + Properly output routines documentation. + + * src/decomp/lang/asm.c: + * src/decomp/lang/java.c: + * src/decomp/output.c: + * src/decomp/output.h: + * src/decomp/output-int.h: + Provide a function to start routines documentation. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Remember last used column. + 12-10-12 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |