aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index bc0368a..58b6061 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,12 +3,14 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 29 BGe 21-Feb-2011 6CHANGE 29 BGe 1-Mar-2011
7 Make the number of internal keeper states selectable by an optional parameter passed to require. 7 fixed potential crash at application shutdown when calling lua_close() on a killed thread's VM.
8 exposed cancel_test() in the lanes to enable manual testing for cancellation requests.
9 removed kludgy {globals={threadName}} support, replaced with a new function set_debug_threadname().
8 10
9CHANGE 28 BGe 18-Feb-2011 11CHANGE 28 BGe 18-Feb-2011
10 Moved keeper-related code in a separate source file 12 - moved keeper-related code in a separate source file
11 keeper.lua is now embedded in text form instead of bytecode to improve LuaJIT2-compatibility 13 - keeper.lua is now embedded in text form instead of bytecode to improve LuaJIT2-compatibility
12 14
13CHANGE 27 BGe 17-Feb-2011 15CHANGE 27 BGe 17-Feb-2011
14 - we know Lanes is loaded in the master state, so we don't force it 16 - we know Lanes is loaded in the master state, so we don't force it
@@ -29,7 +31,7 @@ CHANGE 26 BGe 14-Feb-2011:
29 inter-state data copy for unsupported types 31 inter-state data copy for unsupported types
30 32
31CHANGE 25 BGe 12-Feb-2011: 33CHANGE 25 BGe 12-Feb-2011:
32 Changed idfunc signature and contract to clarify the fact it is not lua-callable 34 Changed idfunc signature and contract to clarify that fact it is not lua-callable
33 and to be able to require the module it was exported from in the target lanes 35 and to be able to require the module it was exported from in the target lanes
34 36
35CHANGE 24 DPtr 25-Jan-2011: 37CHANGE 24 DPtr 25-Jan-2011:
@@ -59,7 +61,7 @@ CHANGE 19 BGe 2-Dec-2010:
59 61
60CHANGE 18 BGe 6-Oct-2010: 62CHANGE 18 BGe 6-Oct-2010:
61 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown 63 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown
62 A bit of code cleanup 64 A bit of code cleanup
63 65
64CHANGE 17 BGe 21-Sept-2010: 66CHANGE 17 BGe 21-Sept-2010:
65 Fixed stupid compilation errors. 67 Fixed stupid compilation errors.