diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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. |