aboutsummaryrefslogtreecommitdiff
path: root/compat53 (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent loops when loading files within requireHisham Muhammad2025-01-231-41/+22
* fix: return third result in file-opening functionsHisham Muhammad2024-08-301-6/+18
* adjust file metatables even in compat53.module mode (#67)Hisham Muhammad2024-08-293-56/+143
* fix: math.tointeger accepts strings convertible to integers (#66)Hisham Muhammad2024-08-291-0/+1
* Support getting io.popen results on file:close() on PUC-Rio Lua 5.1 (#53)Hisham Muhammad2023-09-131-0/+9
* Fix loadstring on Lua 5.1Jordi Vilalta Prat2016-05-181-1/+1
* Fix the return code of os.execute() on Windows.Jordi Vilalta Prat2016-04-251-1/+4
* Make '*' optional for file:lines() and file:read().Philipp Janda2015-08-241-239/+306
* Make '*' optional for io.read() and io.lines().Philipp Janda2015-08-231-21/+77
* Remove superfluous redefinitions.Philipp Janda2015-08-181-23/+5
* assert() can handle non-string errors.Philipp Janda2015-08-181-0/+14
* Compress decimal escapes for string.format("%q").Philipp Janda2015-06-021-3/+3
* Fix warnings emitted by luacheck.v0.2Philipp Janda2015-05-012-13/+5
* Choose correct xpcall implementation in compat53 module.Philipp Janda2015-04-261-2/+2
* Fix typo.Philipp Janda2015-04-261-1/+1
* Add nonyieldable xpcall that takes extra arguments.Philipp Janda2015-04-262-6/+14
* Refactor compat53 and compat53.module Lua modules.Philipp Janda2015-04-253-968/+985
* Merge branch 'master' into isolatedPhilipp Janda2015-04-201-7/+18
* split compat53 Lua module into separate modules that do/don't modify the glob...Philipp Janda2015-04-113-0/+1050