Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | preliminary Lua 5.3 support | Benoit Germain | 2014-12-16 | 1 | -1/+1 |
| | | | | Untested, but it might just work :). | ||||
* | Deep userdata changes | Benoit Germain | 2014-06-17 | 1 | -0/+524 |
* bumped version to 3.9.6 * separate deep userdata code in a dedicated file to allow external modules to implement Lanes-compatible deep userdata without requiring a binary dependency against the Lanes module. because of this linda_id function(eDO_metatable) must push 2 values on the stack: a metatable and a deep version string obtained from luaG_pushdeepversion() |