aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6eaca41..c9404d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 48: BGe 25-Sep-2012
4 * version 3.4.0
5 * new method linda:dump() that outputs the full contents of a linda as a table, also linked to __towatch for Decoda support
6 * linda:receive() API change!
7 * instead of [val, key], linda:receive( timeout, key) returns [key, val]
8 * instead of [val, [...]], linda:receive( timeout, linda.batched key) returns [key, val[, ...]]
9 this is to unify the return values of regular and batched mode, and to be able to tell when batched mode is interrupted by a lane cancellation
10 * fixed Lua 5.2 build to take into account the "loaders"->"searchers" name change in 'package' module.
11 * a bit of html cleanup and added some infos in the documentation regarding the Lanes internals
12
3CHANGE 47: BGe 13-Sep-2012 13CHANGE 47: BGe 13-Sep-2012
4 * implemented set_debug_threadname() for pthread builds where possible 14 * implemented set_debug_threadname() for pthread builds where possible
5 * refactored linda __tostring and __concat 15 * refactored linda __tostring and __concat