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