Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * fixed potential crash at application shutdown when calling lua_close() on ↵ | Benoit Germain | 2011-03-01 | 1 | -0/+6 |
| | | | | | | | a killed thread's VM. * exposed cancel_test() in the lanes to enable manual testing for cancellation requests. * removed kludgy {globals={threadName}} support, replaced with a new function set_debug_threadname(). | ||||
* | Make the number of internal keeper states selectable by an optional ↵ | Benoit Germain | 2011-02-21 | 1 | -20/+19 |
| | | | | parameter passed to require. | ||||
* | * keeper.lua is now embedded in text form instead of bytecode to improve ↵ | Benoit Germain | 2011-02-18 | 1 | -0/+199 |
LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file |