summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b657fe..7fb2826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
16-09-26 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/routine.c:
+ * src/analysis/routine.h:
+ Define a proper cache for routine names with their packages. Clean the code.
+
+ * src/analysis/type.c:
+ Build a namespace from types recursively.
+
+ * src/format/dex/class.c:
+ * src/format/symbol.c:
+ Update code.
+
+16-09-26 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/disass/disassembler.c:
- Delete code sorting routines as they are already sorted.
+ Delete code sorting routines as they are already sorted. Clean the code.
16-09-25 Cyrille Bagard <nocbos@gmail.com>