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
path: root/lua
AgeCommit message (Expand)Author
2021-04-27release 1.10.0Thijs Schreijer
2021-04-27chore(array2d) overhaul of module and tests (#377)Thijs Schreijer
2021-01-31docs(utils) fix deprecation docsThijs Schreijer
2021-01-31fix(path) makepath would fail to create a top-level dirThijs Schreijer
2021-01-31chore(dir) reduce scopes and fix indentationThijs Schreijer
2021-01-31feat(path) wrap lfs functions to provide better error messageThijs Schreijer
2021-01-31fix(permute) make order logical (#374)Thijs Schreijer
2021-01-31fix(app) parse values that contain = or :Thijs Schreijer
2021-01-31feat(splitv) add patt and number optionsThijs Schreijer
2021-01-31fix(path) don't test for function but for result (#371)Thijs Schreijer
2021-01-07fix(pretty) do not fail on erroring metamethods (#369)Thijs Schreijer
2021-01-07chore(Date) deprecate the Date module/class (#367)Thijs Schreijer
2021-01-07feat(compat) add a 5.4 compatible "warn" function (#366)Thijs Schreijer
2021-01-06fix(dir.rmtree) remove symlinks without followingThijs Schreijer
2020-10-13permute: add deprecation warningsThijs Schreijer
2020-10-13feat: deprecation warningsThijs Schreijer
2020-10-09feat(permute) add permutations of values besides orderThijs Schreijer
2020-10-09change(permute) rename function to include typeThijs Schreijer
2020-09-27release 1.9.2Thijs Schreijer
2020-09-27pl.dir: convert dir.walk from coroutines to iterators, take 2 (#350)Hisham Muhammad
2020-09-25release 1.9.11.9.1Thijs Schreijer
2020-09-24release 1.8.1 (after dropping faulty 1.9.0)Thijs Schreijer
2020-09-24fix(coroutines) fix last coroutine based iteratorThijs Schreijer
2020-09-24drop OpenResty hacksHisham Muhammad
2020-09-24pl.permute: replace coroutine with iteratorHisham Muhammad
2020-09-24pl.dir: replace coroutine with iteratorHisham Muhammad
2020-09-24pl.dir: avoid shadowing variable namesHisham Muhammad
2020-09-24pl.lexer: replace coroutine with iteratorHisham Muhammad
2020-09-22release 1.9.0Thijs Schreijer
2020-09-22fix(compat) OpenResty implementation of coroutine.wrap (#342)Thijs Schreijer
2020-09-22Allow inheritance of _init from more than one level up (#289)mcclure
2020-08-23chore(docs) some minor doc updatesThijs Schreijer
2020-08-05release 1.8.0Thijs
2020-08-05docs(*) fix rendering issuesThijs
2020-08-04fix(lexer) recognize numbers without a leading 0 (#333)Thijs Schreijer
2020-08-04fix(path) path.isabs now properly reports drive+rel.pathThijs
2020-08-04chore(path) refactor tests and add docs to path moduleThijs
2020-08-01fix(strict) minor fixes to strict module (#330)Thijs Schreijer
2020-07-31fix(*) openresty coroutinesThijs
2020-07-31fix(path) path.package_path improved error messagesThijs
2020-07-31fix(compat) Lua 5.1 package.search_path implementationThijs
2020-07-30chore(pretty) added docs on 'write' for alternativesThijs
2020-07-30docs(stringx) updated docs for stringx, mainly examples added (#327)Thijs Schreijer
2020-07-30feat(stringx) count option for overlap (#326)Thijs Schreijer
2020-07-29fix(stringx) rfind skipped the whole substring when looking at the next result.spacewander
2020-07-29feat(pretty) add a debug function to quickly dump some valuesThijs Schreijer
2020-07-29chore(*) additional tests and docs for tablex moduleThijs
2020-07-29chore(style) indentsThijs
2020-07-29pl.pretty: fix table write with symbol as key (#319)BuBuaBu
2020-07-29chore(comment) update description workaround Windows exitcodes (#324)Thijs Schreijer