aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-01-20 10:51:11 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-01-20 10:51:11 +0100
commitcf9b09ff352611fb8cee3679127f3655cbe73ae7 (patch)
tree011ae091b0bff2d10a9e8dd0fd564ab2b6365f86 /CHANGES
parent1843a0add00186eee129b0b0a2ee605866acbb61 (diff)
downloadlanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.tar.gz
lanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.tar.bz2
lanes-cf9b09ff352611fb8cee3679127f3655cbe73ae7.zip
get()/set() improvements
* bumped version to 3.8.0 * linda:set() accepts multiple values to set in the specified slot * linda:get() accepts an optional count to peek several values at once * nil values are now converted just as in send()/receive()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f450700..3639295 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 91: BGe 20-Jan-14
4 * version 3.8.0
5 * linda:set() accepts multiple values to set in the specified slot
6 * linda:get() accepts an optional count to peek several values at once
7
3CHANGE 90: BGe 16-Jan-14 8CHANGE 90: BGe 16-Jan-14
4 * version 3.7.8 9 * version 3.7.8
5 * lane:cancel() now accepts a boolean second argument when soft cancelling (negative timeout) to wake the thread if necessary 10 * lane:cancel() now accepts a boolean second argument when soft cancelling (negative timeout) to wake the thread if necessary