aboutsummaryrefslogtreecommitdiff
path: root/compat53.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split compat53 Lua module into separate modules that do/don't modify the ↵Philipp Janda2015-04-111-933/+0
| | | | global env
* remove some references to global variablesPhilipp Janda2015-02-231-1/+3
|
* use Lua 5.3's source for string packingPhilipp Janda2015-01-211-9/+18
|
* luajit already has yieldable (x)pcall, add tests for code from compat52Philipp Janda2015-01-201-156/+162
|
* use table library from Lua 5.3 sources if availablePhilipp Janda2015-01-201-2/+3
|
* prepare to use ltablib.c from 5.3 for table libraryPhilipp Janda2015-01-191-8/+16
|
* add table.sort, add code from lua-compat-5.2Philipp Janda2015-01-181-4/+658
|
* table library (except table.sort for now) respects metamethodsPhilipp Janda2015-01-171-11/+147
|
* add ipairs function that respects __indexPhilipp Janda2015-01-171-2/+26
|
* add new fields to math libraryPhilipp Janda2015-01-161-4/+73
|
* add utf8 library from Lua 5.3; use struct for string packingPhilipp Janda2015-01-141-0/+24