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-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
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