Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use Lua 5.3's source for string packing | Philipp Janda | 2015-01-21 | 1 | -9/+18 |
* | luajit already has yieldable (x)pcall, add tests for code from compat52 | Philipp Janda | 2015-01-20 | 1 | -156/+162 |
* | use table library from Lua 5.3 sources if available | Philipp Janda | 2015-01-20 | 1 | -2/+3 |
* | prepare to use ltablib.c from 5.3 for table library | Philipp Janda | 2015-01-19 | 1 | -8/+16 |
* | add table.sort, add code from lua-compat-5.2 | Philipp Janda | 2015-01-18 | 1 | -4/+658 |
* | table library (except table.sort for now) respects metamethods | Philipp Janda | 2015-01-17 | 1 | -11/+147 |
* | add ipairs function that respects __index | Philipp Janda | 2015-01-17 | 1 | -2/+26 |
* | add new fields to math library | Philipp Janda | 2015-01-16 | 1 | -4/+73 |
* | add utf8 library from Lua 5.3; use struct for string packing | Philipp Janda | 2015-01-14 | 1 | -0/+24 |