aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 1850415..bc0368a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,9 +3,12 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 29 BGe 21-Feb-2011
7 Make the number of internal keeper states selectable by an optional parameter passed to require.
8
6CHANGE 28 BGe 18-Feb-2011 9CHANGE 28 BGe 18-Feb-2011
7 - moved keeper-related code in a separate source file 10 Moved keeper-related code in a separate source file
8 - keeper.lua is now embedded in text form instead of bytecode to improve LuaJIT2-compatibility 11 keeper.lua is now embedded in text form instead of bytecode to improve LuaJIT2-compatibility
9 12
10CHANGE 27 BGe 17-Feb-2011 13CHANGE 27 BGe 17-Feb-2011
11 - we know Lanes is loaded in the master state, so we don't force it 14 - we know Lanes is loaded in the master state, so we don't force it
@@ -26,7 +29,7 @@ CHANGE 26 BGe 14-Feb-2011:
26 inter-state data copy for unsupported types 29 inter-state data copy for unsupported types
27 30
28CHANGE 25 BGe 12-Feb-2011: 31CHANGE 25 BGe 12-Feb-2011:
29 Changed idfunc signature and contract to clarify that fact it is not lua-callable 32 Changed idfunc signature and contract to clarify the fact it is not lua-callable
30 and to be able to require the module it was exported from in the target lanes 33 and to be able to require the module it was exported from in the target lanes
31 34
32CHANGE 24 DPtr 25-Jan-2011: 35CHANGE 24 DPtr 25-Jan-2011:
@@ -56,7 +59,7 @@ CHANGE 19 BGe 2-Dec-2010:
56 59
57CHANGE 18 BGe 6-Oct-2010: 60CHANGE 18 BGe 6-Oct-2010:
58 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown 61 Fixed 'memory leak' in some situations where a free running lane is collected before application shutdown
59 A bit of code cleanup 62 A bit of code cleanup
60 63
61CHANGE 17 BGe 21-Sept-2010: 64CHANGE 17 BGe 21-Sept-2010:
62 Fixed stupid compilation errors. 65 Fixed stupid compilation errors.