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
2022-07-21docs(tablex) small doc improvement (#435)Thijs Schreijer
2020-07-29chore(*) additional tests and docs for tablex moduleThijs
2020-07-29chore(style) indentsThijs
2018-11-22Make tablex.deepcopy and tablex.deepcompare cycle-aware.Hisham Muhammad
2017-09-26Convert tabs to spaces in source code.Hisham Muhammad
2016-10-06tablex.reduce can take an optional initial memoGeoff Pleiss
2016-08-22Fix error in tablex.count_mapPeter Melnichenko
2016-08-22Remove unused localizations, update dependency listsPeter Melnichenko
2016-08-16Import pl classes before attaching their metatablePeter Melnichenko
2016-07-23Issue #195: tablex.union and tablex.intersectionsteve donovan
2016-01-10tablex.pairmap: append if key already existselpiloto
2015-09-10Fixed sortvBart van Merriƫnboer
2015-09-08Make cmp argument optional in tablex.count_mapBart van Merriƫnboer
2014-09-29issue #117: tablex.range now works with decreasing numbers, consistent with n...steve donovan
2014-04-25more type info in docsSteve Donovan
2014-02-28problem with tablex.count_map with custom comparisonSteve Donovan
2013-09-06Pull #91: move is_XXX and to_bool into pl.typesSteve Donovan
2013-08-25PL passes tests with no-compat Lua 5.2; utils.unpack exported, now always usi...steve donovan
2013-08-08Fix tablex move and ipcopy docsDaniel Eloff
2013-06-21issue #57: 'false' misunderstood as meaning 'not present'steve donovan
2013-05-21luadoc fixup; path.currentdir is exportedsteve donovan
2013-04-17manual merge of John Schember's readonly table supportsteve donovan
2013-04-16Transform using values as keys.CoolisTheName007
2013-03-19Added tablex.sort and tablex.sortv to iterate over sorted elementsPete Kazmier
2012-12-31minor doc formatting issuessteve donovan
2012-11-02faster implementation of tablex.deepcomparesteve donovan
2012-06-07improved tests for non-table arguments; 'iterable' means supports 'pairs', an...steve donovan
2012-06-07slight improvement to tablex.merge, and added a test for the sameGeoff Leyland
2012-05-12tests now all work with -lpl.strict with both 5.1 and 5.21.0.2steve donovan
2012-05-09tablex.range crash fix. Now range(10,10)=={10} and range(10,9) == {}steve donovan
2012-04-23utils.lua51 is now defined; missing unpack or loadstring for 5.2 has been sortedsteve donovan
2012-03-25explicit dependencies in docs for each modulesteve donovan
2012-03-18updating module references to manualsteve donovan
2011-11-27documentation updates mostly. ISO 8601 bug in pl.Date fixed, pl.template uses...0.9.7steve donovan
2011-10-02can compare floating-point values using a tolerancesteve donovan
2011-09-29tablex.icopy broken for last parameter; tests updatedsteve donovan
2011-03-08seq.map and seq.imap will replace any nil values returned by the function by ...stevedonovan
2011-02-16General pruning of excessive module inter-dependencies.0.9.2stevedonovan
2011-01-29all tabs converted to 4 spacesstevedonovan
2010-12-20Version 0.9.0 Initial Commit:0.9.0stevedonovan
2010-03-09Bsteve donovan