aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* backport Lua 5.2/5.3 buffer API for Lua 5.1Philipp Janda2015-01-212-0/+18
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-201-1/+345
* use table library from Lua 5.3 sources if availablePhilipp Janda2015-01-201-0/+3
* add lua_arith and lua_compare for Lua 5.1Philipp Janda2015-01-202-0/+46
* add table.sort, add code from lua-compat-5.2Philipp Janda2015-01-181-0/+40
* table library (except table.sort for now) respects metamethodsPhilipp Janda2015-01-171-1/+115
* add ipairs function that respects __indexPhilipp Janda2015-01-171-0/+10
* add new fields to math libraryPhilipp Janda2015-01-161-31/+85
* add initial implementation of c-api and licensePhilipp Janda2015-01-132-0/+355