summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-09 11:57:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-09 11:57:58 (GMT)
commit0b6e87de0d4313f8ef31907bc48ce4d7f7749738 (patch)
treef268e98efa733379b275d8834864f13cff6fa9ac /ChangeLog
parent3628caa2311ee89ad0d2a0aa2438d7e85b497da4 (diff)
Loaded all Dex pool items using several threads.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fd4ee5..338dec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
16-10-09 Cyrille Bagard <nocbos@gmail.com>
+ * src/format/dex/Makefile.am:
+ Add the 'loading.[ch]' files to libformatdex_la_SOURCES.
+
+ * src/format/dex/dex.c:
+ Update code.
+
+ * src/format/dex/loading.c:
+ * src/format/dex/loading.h:
+ New entries: load all Dex pool items using several threads.
+
+ * src/format/dex/pool.c:
+ * src/format/dex/pool.h:
+ Update code.
+
+ * src/format/elf/symbols.c:
+ Cosmetic.
+
+ * src/format/mangling/dex/type_gram.y:
+ * src/format/mangling/dex/type_tok.l:
+ Make the parser reentrant to deal with Dex types and threads.
+
+16-10-09 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Remove the Makefile from the 'src/gtkext/graph/nodes' directory.