aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a6889d..f450700 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 90: BGe 16-Jan-14
4 * version 3.7.8
5 * lane:cancel() now accepts a boolean second argument when soft cancelling (negative timeout) to wake the thread if necessary
6 * if a blocked linda send() or receive() call is interrupted by a cancellation request,
7 it returns CANCEL_ERROR so that this case can be differentiated from a simple timeout
8 * fixed WIN32 THREAD_CREATE() wrong _beginthreadex() error detection
9 * fatal WIN32 threading errors retrieve and output the error description string with FormatMessage()
10 * fixed missing lanes.set_singlethreaded
11 * fixed perftest.lua
12 * added test/cancel.lua
13
3CHANGE 89: BGe 09-Jan-14 14CHANGE 89: BGe 09-Jan-14
4 * version 3.7.7 15 * version 3.7.7
5 * fix crash when calling linda:count() on unknown keys 16 * fix crash when calling linda:count() on unknown keys