diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-08-22 21:38:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-08-22 21:38:30 (GMT) |
commit | 4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (patch) | |
tree | 92cf5860302b4ba485c85fef3062f1179a978560 /ChangeLog | |
parent | 0f73369ad9cd15cb17ae44aadfc035cb12778b93 (diff) |
Reorganized the global variables for the work queue singleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +17-08-22 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pychrysa/pychrysa.c: + * src/analysis/disass/area.c: + * src/analysis/disass/disassembler.c: + * src/analysis/disass/fetch.c: + * src/analysis/loading.c: + * src/analysis/project.c: + Update code. + + * src/core/Makefile.am: + Add the 'global.[ch]' files to libcore_la_SOURCES. + + * src/core/core.c: + Reorganize the global variables for the work queue singleton. + + * src/core/global.c: + * src/core/global.h: + New entries: store and provide the global work queue. + + * src/format/dex/dex.c: + * src/format/dex/pool.c: + * src/format/elf/symbols.c: + * src/glibext/delayed.c: + * src/glibext/delayed.h: + Reorganize the global variables for the work queue singleton. + + * src/gui/panels/errors.c: + * src/main.c: + Update code. + 17-08-21 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |