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-10-23docs(readme): Fix link to LuaFileSystem (#445)HEADmasterWang Shidong
2022-08-14chore(docs) properly display back-slash characterThijs Schreijer
2022-07-22release 1.13.1 docs1.13.1Thijs Schreijer
2022-07-22release 1.13.1Thijs Schreijer
2022-07-22fix(compat): Correct quoting on rawget callCaleb Maclennan
2022-07-22release 1.13.0 docs1.13.0Thijs Schreijer
2022-07-22release 1.13.0Thijs Schreijer
2022-07-22fix(compat) use rawget to bypass "strict" checkers (#437)Thijs Schreijer
2022-07-22fix(path) ensure win paths like "c:\\" are directories (#436)Thijs Schreijer
2022-07-21fix(lapp) support positional args with numbers (#428)nathanrpage97
2022-07-21fix(lapp) add file name to arg table when using the default value (#427)nathanrpage97
2022-07-21fix(pretty) error in pl.pretty table sort function (#430)Stéphane Veyret
2022-07-21fix(app) require_here follow symlink'd main module (#423)Nathaniel Wesley Filardo
2022-07-21docs(tablex) small doc improvement (#435)Thijs Schreijer
2022-07-21fix(xml) fix xml.parse() with filename (#431)Christian Walther
2022-07-21fix(ci) fix for untrusted python certs (#434)Thijs Schreijer
2022-03-24chore(ci) Utilize new upstream Luacheck Action (#425)Caleb Maclennan
2022-03-18chore(rockspecs) new revisions fro deprecated protocolThijs Schreijer
2022-03-18chore: Update GitHub access protocol, insecure connections blockedCaleb Maclennan
2022-03-03fix(ci) update token appveyor/coverallsThijs Schreijer
2022-02-13fix(utils.enum) don't allow varargs with nilsThijs Schreijer
2022-02-13feat(utils) add 'kpairs' iteratorThijs Schreijer
2022-02-13feat(utils) enum to accept hash tables as wellThijs Schreijer
2022-01-27chore(ci) switch CI to github actions (#415)Thijs Schreijer
2022-01-15fix(compat): make compat.warn compatible with OpenResty's global scope protec...Piotr Przybylski
2022-01-10release 1.12.0 docs1.12.0Thijs Schreijer
2022-01-10release 1.12.0Thijs Schreijer
2022-01-10deprecate(xml) deprecate the 'pl.xml' moduleThijs Schreijer
2022-01-10chore(test) update defauilt busted options (verbose+gtest)Thijs Schreijer
2022-01-10chore(xml) add some more testsThijs Schreijer
2022-01-10chore(docs) update xml moduleThijs Schreijer
2022-01-10minor refactorThijs Schreijer
2022-01-10deprecate(text) deprecate the 'pl.text' moduleThijs Schreijer
2022-01-10feat(stringx) add the functions from `pl.text`Thijs Schreijer
2022-01-06feat(utils) added 'utils.enum' function to create enumsThijs Schreijer
2022-01-06docs(unpack) minor doc fix for 'unpack' functionsThijs Schreijer
2022-01-05fix(pl) import_into using the previous environment's __newindex if setarichard
2022-01-05fix(stringx) expandtabs failed on Lua 5.3+Thijs
2022-01-05chore(test) move stringx tests over to bustedThijs Schreijer
2022-01-05feat(text) wrap/fill can break long words, honours widthThijs Schreijer
2022-01-05fix(text) fixed text.wrap (mono-letter, accents, tests)Sygmei
2022-01-05fix(lapp) enable lapp to have lua-patterns in enumsnathanrpage97
2022-01-05feat(array2d) Automatically parse_range for string index (#404)kalekje
2022-01-05fix(dir) Added default "." for dir and start_path (#405)kalekje
2022-01-03fix(test) text-tests, describe blocksThijs Schreijer
2022-01-03fix(text) dedent now handles declining indents and empty linesThijs Schreijer
2022-01-01chore(tests) rename template tests to relate to template moduleThijs Schreijer
2022-01-01chore(docs) update docs of the 'text' moduleThijs Schreijer
2022-01-01chore(tests) migrate `pl.text` tests to bustedThijs Schreijer
2021-12-18fix(xml) xml.maptags hangs on text nodes (#396)Thijs Schreijer