summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-02-02 18:51:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-02-02 18:51:02 (GMT)
commit5b89c8369d2a26089f22be7c482e8254244ebc8c (patch)
treefdd7a23a256a0841f0d0d32a0ce33ceeb54e671e /ChangeLog
parent0936f64aac6a4fa9ebc08962bc9cac663f210c00 (diff)
Closed some switch cases with a 'break' keyword.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@336 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c9b261..48a5414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+13-02-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/androhelpers/switch.c:
+ Ensure that switch cases which share instructions have distinct blocks.
+
+ * src/analysis/block.c:
+ * src/analysis/block.h:
+ * src/analysis/block-int.h:
+ * src/analysis/blocks/flow.c:
+ * src/analysis/blocks/virtual.c:
+ Provide leaf blocks of a group of blocks.
+
+ * src/analysis/decomp/il.c:
+ Reorganize the code. Close some switch cases with a 'break' keyword.
+
+ * src/analysis/disass/macro.c:
+
+ * src/arch/dalvik/decomp/if.c:
+ * src/arch/dalvik/instruction.c:
+ Decompile more 'if' instructions.
+
+ * src/decomp/instr/keyword.c:
+ * src/decomp/instr/keyword.h:
+ New entries: allow to insert the 'break' keyword in decompiled code.
+
+ * src/decomp/instr/Makefile.am:
+ Add the 'keyword.[ch]' files to libdecompinstr_la_SOURCES.
+
+ * src/decomp/instr/switch.c:
+ Typos.
+
13-01-31 Cyrille Bagard <nocbos@gmail.com>
* plugins/androhelpers/switch.c: