Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22fix(compat): Correct quoting on rawget callCaleb Maclennan
2022-07-22fix(compat) use rawget to bypass "strict" checkers (#437)Thijs Schreijer
2022-01-15fix(compat): make compat.warn compatible with OpenResty's global scope protec...Piotr Przybylski
2022-01-06docs(unpack) minor doc fix for 'unpack' functionsThijs Schreijer
2021-01-07feat(compat) add a 5.4 compatible "warn" function (#366)Thijs Schreijer
2020-09-24drop OpenResty hacksHisham Muhammad
2020-09-22fix(compat) OpenResty implementation of coroutine.wrap (#342)Thijs Schreijer
2020-07-31fix(compat) Lua 5.1 package.search_path implementationThijs
2020-07-29chore(comment) update description workaround Windows exitcodes (#324)Thijs Schreijer
2018-11-27Fix Windows exit codes in compat.executeThijs Schreijer
2018-11-27increased test coverage and updated docs: compat + utilsThijs Schreijer
2018-09-21added an unpack that honors the n fieldThijs Schreijer
2018-09-21added linter to the test setup and fixed warningsThijs Schreijer
2017-04-21change compat.execute to behave similarly on Lua 5.1 and Lua > 5.1.Aapo Talvensaari
2016-12-08Merge branch 'master' of https://github.com/stevedonovan/Penlight into fix/ex...Thijs Schreijer
2016-12-06fix os.execute to return proper results when LuaJIT is being used with 52 com...Thijs Schreijer
2016-12-06Tweak local declaration in pl.compatPeter Melnichenko
2016-08-141.4.0 release1.4.0steve donovan
2016-07-20all source should now have Unix line endingsSteve Donovan
2016-01-08Fix a typo in the documentation (setfenv instead of getfenv)Jordi Vilalta Prat
2014-01-20Fixed utils.execute returning different results with Lua 5.1 and Lua 5.2mpeterv
2013-08-11documentation changes and refactoringssteve donovan
2013-06-21Issue #39: 5.2-compatible load only loads binary chunks if permittedsteve donovan
2013-06-18refactoring - 5.1/5.2 compatibility functions moved into pl.compatsteve donovan