aboutsummaryrefslogtreecommitdiff
path: root/compat53/module.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 io.read() and io.lines().Philipp Janda2015-08-231-21/+77
* 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-011-11/+3
* Fix typo.Philipp Janda2015-04-261-1/+1
* Add nonyieldable xpcall that takes extra arguments.Philipp Janda2015-04-261-4/+12
* Refactor compat53 and compat53.module Lua modules.Philipp Janda2015-04-251-34/+751
* split compat53 Lua module into separate modules that do/don't modify the glob...Philipp Janda2015-04-111-0/+37