summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-22 21:38:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-22 21:38:30 (GMT)
commit4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (patch)
tree92cf5860302b4ba485c85fef3062f1179a978560 /ChangeLog
parent0f73369ad9cd15cb17ae44aadfc035cb12778b93 (diff)
Reorganized the global variables for the work queue singleton.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c56cc94..d88cfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: