aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-13 16:09:15 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-13 16:09:15 +0100
commit32ad991eb8c590472607d61e9a831d2ca9db05c5 (patch)
tree1e3920223e81a5970241f9687db9129d7ec7bb2e /CHANGES
parentc38429579de57d338e0a1c14a7ed7b4aa90e059a (diff)
downloadlanes-32ad991eb8c590472607d61e9a831d2ca9db05c5.tar.gz
lanes-32ad991eb8c590472607d61e9a831d2ca9db05c5.tar.bz2
lanes-32ad991eb8c590472607d61e9a831d2ca9db05c5.zip
more fixes/tweaks about cancelled lindas
* bumped version to 3.8.5 * linda:limit() returns lanes.cancel_error on a limited linda * lanes.genlock() and lanes.genatomic() support cancelled lindas by returning lanes.cancel_error whenever appropriate * fixed a possible Lua stack overflow when calling linda:dump() * fixed cases where linda:send() and linda:receive() would not return lanes.cancel_error when they should
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6baa38e..329c53f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 98: BGe 13-Feb-14
4 * version 3.8.5
5 * linda:limit() returns lanes.cancel_error on a limited linda
6 * lanes.genlock() and lanes.genatomic() support cancelled lindas by returning lanes.cancel_error whenever appropriate
7 * fixed a possible Lua stack overflow when calling linda:dump()
8 * fixed cases where linda:send() and linda:receive() would not return lanes.cancel_error when they should
9
3CHANGE 97: BGe 10-Feb-14 10CHANGE 97: BGe 10-Feb-14
4 * version 3.8.4 11 * version 3.8.4
5 * new API linda:cancel("read"|"write"|"both"|"none") 12 * new API linda:cancel("read"|"write"|"both"|"none")