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
2018-12-23lexer read ahead in file mode for multi-line patternslexer-fixThijs 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
2018-07-24fix(template) implement forced tostringThijs Schreijer
2018-07-15Merge pull request #263 from tarleb/masterPeter Melnichenko
2017-11-25List.lua: fix spacing and capitalization in docsAlbert Krewinkel
2017-09-27Merge pull request #261 from hishamhm/tabsPeter Melnichenko
2017-09-26Convert tabs to spaces in tests.Hisham Muhammad
2017-09-26Convert tabs to spaces in source code.Hisham Muhammad
2017-07-18Merge pull request #253 from greatwolf/fix_seq_lastSteve J Donovan
2017-07-17Merge pull request #254 from greatwolf/list_coverage1.5.4Steve J Donovan
2017-07-17Merge pull request #251 from IoriBranford/masterSteve J Donovan
2017-07-17Merge pull request #244 from bungle/masterSteve J Donovan
2017-07-16bump version to 1.5.31.5.3steve donovan
2017-07-16Merge pull request #255 from doronbehar/patch-1Steve J Donovan
2017-07-16Merge pull request #250 from Tieske/feat/improve-templateSteve J Donovan
2017-07-15Fix error in 'pl.lapp.process_options_string'Doron Behar
2017-07-14feat(template): handle special case of a constant stringThijs Schreijer