2020-02-09 Rico Tzschichholz <
[email protected]>
Release 0.20.3
2019-11-25 Rico Tzschichholz <
[email protected]>
Flatten call structure a bit
2019-10-05 Rico Tzschichholz <
[email protected]>
Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups
It is possible that a spurious or stolen wakeup could occur. For that
reason, waiting on a condition variable should always be in a loop,
based on an explicitly-checked predicate.
Fixes
https://gitlab.gnome.org/GNOME/libgee/issues/34
2019-09-25 Rico Tzschichholz <
[email protected]>
Fix "Access to possible `null'" warnings and use unsafe casts