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
2019-07-08weird split behavioursplitsThijs Schreijer
2019-05-29fix(readme) added some missing links to reported issuesThijs Schreijer
2019-05-29fix(stringx) rpartition returned bad order args if not foundThijs Schreijer
2019-05-14docs(changelog) update change logThijs Schreijer
2019-05-14feat(pretty) force ordered output in pretty.write (#293)Håkan Thörngren
2019-05-07missing assert_stringTsT
2019-05-07fix(path) return original casing instead of normalizedThijs Schreijer
2019-04-29fix(stringx) do not append empty string if hit number of matchesThijs Schreijer
2019-01-07fix(map) setdefault will now honor a 'false' valueThijs Schreijer
2019-01-07tests(map) extended tests for the Map objectThijs Schreijer
2019-01-06doc(set) make the set module a class in the documentationThijs Schreijer
2019-01-06split test-set.lua in separate files to match modulesThijs Schreijer
2019-01-06rearrange tests to matching module testsThijs Schreijer
2019-01-06rename test files to match the modules testedThijs Schreijer
2019-01-06removed unrelated testsThijs Schreijer
2019-01-06renamed a test file, to match the tested moduleThijs Schreijer
2018-11-28updated pl.app docs, adding examples and testsThijs Schreijer
2018-11-27update pl.file docs (remove and replace with references)Thijs Schreijer
2018-11-27update coveralls badgeThijs Schreijer
2018-11-27update `pl.url` docs and test coverageThijs Schreijer
2018-11-27update `pl.types` documentationThijs Schreijer
2018-11-27minor performance: localize 2 functionsThijs Schreijer
2018-11-27Added tests and bugfixes in types.is_empty, and types.to_boolThijs Schreijer
2018-11-27add Windows stats to LuaCovThijs Schreijer
2018-11-27Fix Windows exit codes in compat.executeThijs Schreijer
2018-11-27increased test coverage and updated docs: compat + utilsThijs Schreijer
2018-11-26Updated README.md to show the proper CI badgeThijs Schreijer
2018-11-25adding a .gitignore for LuaCov filesThijs Schreijer
2018-11-25Use local source-tree when running examples in testingThijs Schreijer
2018-11-23Release 1.6.01.6.0Thijs Schreijer
2018-11-22update changelog with #262 and #275Thijs Schreijer
2018-11-22Make tablex.deepcopy and tablex.deepcompare cycle-aware.Hisham Muhammad
2018-11-22Fix vulnerable pattern in pl.stringx.stripHisham Muhammad
2018-09-21Fix test.assertraise treating return value of a call as its errorPeter Melnichenko
2018-09-21Update changelog [ci skip]Peter Melnichenko
2018-09-21Fix extra return value in utils.pack docsPeter Melnichenko
2018-09-21Merge pull request #274 from Tieske/unpackPeter Melnichenko
2018-09-21Fix more cases of incorrect PE evaluation orderPeter Melnichenko
2018-09-21added an unpack that honors the n fieldThijs Schreijer
2018-09-21Fix wrong precedence for binary/unary negation in PEsPeter Melnichenko
2018-09-21Merge pull request #273 from Tieske/linterPeter Melnichenko
2018-09-21Add 1.5.x changes to changelogPeter Melnichenko
2018-09-21added linter to the test setup and fixed warningsThijs Schreijer
2018-09-21Move changelog and fix formatting/missing releases [ci skip]Peter Melnichenko
2018-09-21Fix test.assertraise error on table argumentPeter Melnichenko
2018-09-21Fix types.is_empty returning true on a table with false as a keyPeter Melnichenko
2018-09-21Fix import_into not importing some pl modulesPeter Melnichenko
2018-09-21Fix version numberPeter Melnichenko
2018-09-21Merge pull request #256 from Tieske/fix/safe-templatePeter Melnichenko
2018-09-21chore(template) minor cleanup of generated codeThijs Schreijer