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
2017-05-21Added missing tests for List.range, reduce and foreach.Greatwolf
2017-05-21Added tests for List.partition.Greatwolf
2017-05-21Added tests for List.split.Greatwolf
2017-05-21Added tests for List.put, remove, len, clear and contains.Greatwolf
2017-05-21Minor refactor of seq.last and fixes corner case ofGreatwolf
2017-05-21Added more tests for seq.lastGreatwolf
2017-05-14Fix global success variable in lapp.IoriBranford
2017-05-13updated template moduleThijs Schreijer
2017-05-11Merge pull request #249 from Tieske/feat/reuse-templateSteve J Donovan
2017-05-11split the templating engine in a compile and render stepThijs Schreijer
2017-05-08Issue #245 document 'optional'steve donovan
2017-05-08Issue #246: bad/misleading code in examplessteve donovan
2017-04-21change compat.execute to behave similarly on Lua 5.1 and Lua > 5.1.Aapo Talvensaari
2017-04-05bump to 1.5.21.5.2steve donovan
2017-04-05lapp: print left in codesteve donovan
2017-04-02issue #228: bug in file matching for dir.getfiles1.5.1steve donovan
2017-04-02issue #243 broken lapp default: little fix to c222e422274csteve donovan
2017-04-02testclone example assumed global lfssteve donovan
2017-04-02update changes and version numbersteve donovan
2017-04-01issue #226: can use either = or : to separate flag/value1.5.0steve donovan
2017-04-01issue #241: little hack to handle no-trailing-comment casesteve donovan
2017-04-01Merge pull request #193 from jvprat/class_tostringSteve J Donovan
2017-04-01Merge pull request #240 from urzds/fix/lapp-convert-defaultsSteve J Donovan
2017-04-01Merge pull request #242 from tjachmann/workaround-for-pretty.load-errorSteve J Donovan
2017-03-27Workaround for error in pretty.load with a C hook tjachmann
2017-01-30lapp: Convert default values using the associated converter functionDennis Schridde
2017-01-15Merge pull request #239 from kulla/rename-arg-patternPeter Melnichenko
2017-01-14dir.lua: Rename arg "pattern" to "shell_pattern"Stephan Kulla
2016-12-08Fix a test to pass under LuaJIT with Lua 5.2 compatPeter Melnichenko
2016-12-08Merge pull request #237 from Tieske/fix/executePeter Melnichenko
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-11-27Fix a typo in pl.seq docs [ci skip]Peter Melnichenko
2016-11-27Merge pull request #233 from greatwolf/seq_coveragePeter Melnichenko
2016-11-27Added test for seq.printall.Greatwolf
2016-11-26Added missing test case for equal_to and random.Greatwolf
2016-11-26Added tests for seq.random, minmax, enum and copy_tuples.Greatwolf
2016-11-24seq coverageGreatwolf
2016-11-23Merge pull request #231 from greatwolf/bugfix_refactorPeter Melnichenko
2016-11-23Added more tests for seq.reduce.Greatwolf
2016-11-23naming consistency.Greatwolf
2016-11-23redundant checks.Greatwolf
2016-11-22Update version number in docsPeter Melnichenko
2016-11-22Fix typos in pl.lapp docsPeter Melnichenko
2016-11-22Added tests for seq.take.Greatwolf
2016-11-22Added tests for seq.skip.Greatwolf
2016-11-22More concise code.Greatwolf
2016-10-09Update CHANGES.md [ci skip]Peter Melnichenko
2016-10-09Merge pull request #213 from gpleiss/reduce-memoPeter Melnichenko