summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-16 16:03:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-16 16:03:28 (GMT)
commit6f9563a0184e36fab8d0c2c38d151827784e331e (patch)
tree2d0e13667bc9efcc0f26c17572c9d38dabd89db7 /ChangeLog
parentc7a14e50bd002e3922969e9bae7816753aefb073 (diff)
Properly output routines documentation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@268 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0acfbff..5d3e7c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: