summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-19 20:22:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-19 20:22:14 (GMT)
commit5710f9d5be56b427ccfa48f6a730d70396817efe (patch)
tree4b694774ce446295ef5b01a7df28bd8160b97025 /ChangeLog
parent8ff010a34762737016624a68f593d0e6736d4349 (diff)
Fixed several bugs when processing concurrent delayed works.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31dca7f..a6c2c2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+15-12-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/fetch.c:
+ Track the remaining drop points for the delayed work group.
+
+ * src/arch/context-int.h:
+ * src/arch/context.c:
+ * src/arch/context.h:
+ Use an external counter to track the added drop points.
+
+ * src/glibext/delayed.c:
+ * src/glibext/delayed.h:
+ Fix several bugs when processing concurrent delayed works. Count precisely
+ the remaining works to wait for. Avoid to generate group identifiers equal
+ to DEFAULT_WORK_GROUP. Fix a bug by handling the "no status bar" case. Fix
+ an Out-Of-Bound access when creating new groups.
+
15-12-17 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/context.c: