diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -3,12 +3,14 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 29 BGe 21-Feb-2011 | 6 | CHANGE 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 | ||
9 | CHANGE 28 BGe 18-Feb-2011 | 11 | CHANGE 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 | ||
13 | CHANGE 27 BGe 17-Feb-2011 | 15 | CHANGE 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 | ||
31 | CHANGE 25 BGe 12-Feb-2011: | 33 | CHANGE 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 | ||
35 | CHANGE 24 DPtr 25-Jan-2011: | 37 | CHANGE 24 DPtr 25-Jan-2011: |
@@ -59,7 +61,7 @@ CHANGE 19 BGe 2-Dec-2010: | |||
59 | 61 | ||
60 | CHANGE 18 BGe 6-Oct-2010: | 62 | CHANGE 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 | ||
64 | CHANGE 17 BGe 21-Sept-2010: | 66 | CHANGE 17 BGe 21-Sept-2010: |
65 | Fixed stupid compilation errors. | 67 | Fixed stupid compilation errors. |