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
path: root/lua/pl
AgeCommit message (Expand)Author
2013-09-13fixing up docs; booboo in pl.typesSteve Donovan
2013-09-11issue #93: Date tostring is suitable for serializationsteve donovan
2013-09-10issue #93: + operator for non-self-modifying add; '-' is alias for diff, and ...steve donovan
2013-09-10issue #93: new Date.Interval class. (Some methods of Date should not be inher...steve donovan
2013-09-10issue #93: toUTC/toLocal create new dates and set utc flag so they cannot be ...steve donovan
2013-09-10remove file from this branch.John Schember
2013-09-10According to Lua manual 'wday (weekday, Sunday is 1),'.John Schember
2013-09-10Start date2 implementation.John Schember
2013-09-06keep utils.is_type where it is for now; types.is_type is an aliasSteve Donovan
2013-09-06Pull #91: move is_XXX and to_bool into pl.typesSteve Donovan
2013-09-04Use ts for for time when converting between utc and local.John Schember
2013-09-03Date: Don't assume dst offset is 1 hour from standard time zone offset. Calcu...John Schember
2013-09-02Issue #89: Date.tzone calculation wrongsteve donovan
2013-08-25PL passes tests with no-compat Lua 5.2; utils.unpack exported, now always usi...steve donovan
2013-08-25pl.lapp allows -<char> flags to be followed directly by value, for instance -...steve donovan
2013-08-25pl.Date fixes and reorgs; is_weekend borkedsteve donovan
2013-08-25pl.class can be used more conveniently from Moonscriptsteve donovan
2013-08-11documentation changes and refactoringssteve donovan
2013-08-08Fix tablex move and ipcopy docsDaniel Eloff
2013-07-20[minor]: removed duplicate local definition.pygy
2013-06-26super fix fixed; RIP class base method - not possible to implement correctly ...steve donovan
2013-06-26class super method was borked; now hunts for first available default ctor in ...steve donovan
2013-06-21test script; test-func no longer so verbose1.2.1steve donovan
2013-06-21lapp slack mode: 'short' flags may have more than one charactersteve donovan
2013-06-21Issue #39: 5.2-compatible load only loads binary chunks if permittedsteve donovan
2013-06-21issue #57: 'false' misunderstood as meaning 'not present'steve donovan
2013-06-21issue #77: allow user to override -h/--help default behavioursteve donovan
2013-06-20rewrite of xml.clone (also now available as filter method); updating docssteve donovan
2013-06-18refactoring - 5.1/5.2 compatibility functions moved into pl.compatsteve donovan
2013-06-14pl.List now uses 'class'; class supports object-returning pre-constructor _cr...steve donovan
2013-06-13Thijs doc updates, plus 'catch' can be called with a colon to avoid confusion...steve donovan
2013-06-11doc updates; class.Frodo now puts 'Frodo' in _current environemnt_steve donovan
2013-06-11xml.tostring has extra parm to force prefacing with <?xml..>steve donovan
2013-05-30allow access to undeclared globals from CPierre Chapuis
2013-05-30Fix pl.strict: assigning nil to a global declares itPierre Chapuis
2013-05-27xml.parsehtml is a function, no longer a flag1.2.0steve donovan
2013-05-26issue #70, lapp: true-by-default flags toggle to falsesteve donovan
2013-05-23examples working again with strict mode (-lpl.strict)steve donovan
2013-05-22Merge branch 'master' of github.com:stevedonovan/Penlightsteve donovan
2013-05-22no explicit dependency on luafilesystem; all goes through path modulesteve donovan
2013-05-22Merge pull request #72 from Tieske/masterSteve J Donovan
2013-05-21doc update, very minorThijs Schreijer
2013-05-21royalbee fix for empty xml matches; test fixessteve donovan
2013-05-21test.asserteq etc take an extra arg, which is the extra level where the error...steve donovan
2013-05-21luadoc fixup; path.currentdir is exportedsteve donovan
2013-05-21utils.(get)setfenv always defined; no longer sets global versions for 5.2. No...steve donovan
2013-05-13issue #70: boolean flags may have true default1.1.1steve donovan
2013-05-06Merge pull request #67 from Tieske/add_executeexSteve J Donovan
2013-05-06updated, using readfile now, remove obsolete os.remove commandsThijs Schreijer
2013-05-06Merge pull request #66 from Tieske/fix_tempSteve J Donovan