Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt tests for compat53.module. | Philipp Janda | 2015-04-26 | 1 | -55/+73 |
* | split compat53 Lua module into separate modules that do/don't modify the glob... | Philipp Janda | 2015-04-11 | 1 | -1/+1 |
* | backport Lua 5.2/5.3 buffer API for Lua 5.1 | Philipp Janda | 2015-01-21 | 2 | -0/+18 |
* | luajit already has yieldable (x)pcall, add tests for code from compat52 | Philipp Janda | 2015-01-20 | 1 | -1/+345 |
* | use table library from Lua 5.3 sources if available | Philipp Janda | 2015-01-20 | 1 | -0/+3 |
* | add lua_arith and lua_compare for Lua 5.1 | Philipp Janda | 2015-01-20 | 2 | -0/+46 |
* | add table.sort, add code from lua-compat-5.2 | Philipp Janda | 2015-01-18 | 1 | -0/+40 |
* | table library (except table.sort for now) respects metamethods | Philipp Janda | 2015-01-17 | 1 | -1/+115 |
* | add ipairs function that respects __index | Philipp Janda | 2015-01-17 | 1 | -0/+10 |
* | add new fields to math library | Philipp Janda | 2015-01-16 | 1 | -31/+85 |
* | add initial implementation of c-api and license | Philipp Janda | 2015-01-13 | 2 | -0/+355 |