diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -3,9 +3,12 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 29 BGe 21-Feb-2011 | ||
7 | Make the number of internal keeper states selectable by an optional parameter passed to require. | ||
8 | |||
6 | CHANGE 28 BGe 18-Feb-2011 | 9 | CHANGE 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 | ||
10 | CHANGE 27 BGe 17-Feb-2011 | 13 | CHANGE 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 | ||
28 | CHANGE 25 BGe 12-Feb-2011: | 31 | CHANGE 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 | ||
32 | CHANGE 24 DPtr 25-Jan-2011: | 35 | CHANGE 24 DPtr 25-Jan-2011: |
@@ -56,7 +59,7 @@ CHANGE 19 BGe 2-Dec-2010: | |||
56 | 59 | ||
57 | CHANGE 18 BGe 6-Oct-2010: | 60 | CHANGE 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 | ||
61 | CHANGE 17 BGe 21-Sept-2010: | 64 | CHANGE 17 BGe 21-Sept-2010: |
62 | Fixed stupid compilation errors. | 65 | Fixed stupid compilation errors. |