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-09-21added linter to the test setup and fixed warningsThijs Schreijer
2017-05-21Minor refactor of seq.last and fixes corner case ofGreatwolf
2016-11-27Fix a typo in pl.seq docs [ci skip]Peter Melnichenko
2016-11-23Added more tests for seq.reduce.Greatwolf
2016-11-23naming consistency.Greatwolf
2016-11-22Added tests for seq.take.Greatwolf
2016-11-22Added tests for seq.skip.Greatwolf
2016-11-22More concise code.Greatwolf
2016-09-13pl.seq() constructor can take an iterator which returns a function _and_ an o...Steve Donovan
2016-08-22Remove unused localizations, update dependency listsPeter Melnichenko
2016-08-16Import pl classes before attaching their metatablePeter Melnichenko
2014-04-25more type info in docsSteve Donovan
2013-09-06Pull #91: move is_XXX and to_bool into pl.typesSteve Donovan
2012-06-18seq.lines now accepts a file-like object, and extra arguments if Lua 5.2, or ...steve donovan
2012-03-25explicit dependencies in docs for each modulesteve donovan
2012-03-23indentation: added array2d.reshape and newsteve donovan
2012-03-22utils.bind2 added; indentationsteve donovan
2012-03-18updating module references to manualsteve donovan
2012-03-16reorganizing documentation for use with ldoc 1.2steve donovan
2011-11-27documentation updates mostly. ISO 8601 bug in pl.Date fixed, pl.template uses...0.9.7steve donovan
2011-09-29seq.unique was broken; seq.iter now defined (global problems)steve donovan
2011-09-20fix by Carl Adahl to seq.reduce: correct order of reductionsteve donovan
2011-08-24issue 13 (seq.sort shd call seq.copy) and issue 14 (bad pattern to escape tra...steve donovan
2011-04-08documentation updatesstevedonovan
2011-04-05miscelaneous fixes and reformattingsteve donovan
2011-03-08seq.map and seq.imap will replace any nil values returned by the function by ...stevedonovan
2010-12-20Version 0.9.0 Initial Commit:0.9.0stevedonovan
2010-03-09Bsteve donovan