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
2011-11-27documentation updates mostly. ISO 8601 bug in pl.Date fixed, pl.template uses...0.9.7steve donovan
2011-10-17handling date differences as intervalssteve donovan
2011-10-13more flexibilility in Date constructor and a 'everything goes' date parsing m...steve donovan
2011-10-13assertmatch and assertraise functions for testingsteve donovan
2011-10-13updating XML and Date sectionssteve donovan
2011-10-04hit commit too soon ;)steve donovan
2011-10-04more XML testssteve donovan
2011-10-04auto-load of pl.xmlsteve donovan
2011-10-04initial commit of XML supportsteve donovan
2011-10-04For Lua 5.1, don't modify existing load. Use utils.load to consistently get L...steve donovan
2011-10-03updated tests; include require_here() test filessteve donovan
2011-10-03utils.type is now File-aware. Starting to use @raise tagssteve donovan
2011-10-03first version of pretty.numbersteve donovan
2011-10-03semi-nasty hack to ensure that we _do_ get to the last value when using a fra...steve donovan
2011-10-02rawget needed for base ctor lookup when handler definedsteve donovan
2011-10-02new function utils.type; standard mtables have names, and string args to func...steve donovan
2011-10-02can compare floating-point values using a tolerancesteve donovan
2011-10-02covariant methods like map and slicesteve donovan
2011-10-02update tests: new test for derived classes from Liststeve donovan
2011-09-30set lapp.show_usage_error to false to suppress usage message on errorsteve donovan
2011-09-30List.range can take extra increment (can be less than 1)steve donovan
2011-09-30started 0.9.7 changes updatesteve donovan
2011-09-30all 5.1/5.2 compat tests in test-fenv.lua; problem with 5.1 package.searchpat...steve donovan
2011-09-30added OrderedMap:insert()steve donovan
2011-09-29documenting utils.add_function_factory and fixed error messagesteve donovan
2011-09-29moved package.searchpath for 5.1 to utils with other compat functionssteve donovan
2011-09-29app.require here can take optional base directory; tests updatedsteve donovan
2011-09-29remove references to non-existent utils.errorsteve donovan
2011-09-29removing accidental globalssteve donovan
2011-09-29tablex.icopy broken for last parameter; tests updatedsteve donovan
2011-09-29seq.unique was broken; seq.iter now defined (global problems)steve donovan
2011-09-29global problems: placeholders like _1 were not put into func tablesteve donovan
2011-09-29More options for config.read: trim_quotes and ignore_assign. May now override...steve donovan
2011-09-29works with custom environment with Lua 5.2 due to compatibility getfenvsteve donovan
2011-09-29only global accessed is _G; use io.stderr.write instead of print for warning ...steve donovan
2011-09-29product, reduce2, range and write were broken (global problems)steve donovan
2011-09-29basic_subst was not defined, so optional % operator would not work for a func...steve donovan
2011-09-29set/getfenv for Lua 5.2 by Sergey Rozhenko; missing 3rd arg to utils.function...steve donovan
2011-09-29more test coverage; test for setfenv for Lua 5.2steve donovan
2011-09-20fix by Carl Adahl to seq.reduce: correct order of reductionsteve donovan
2011-09-11changes since 0.9.4 consolidated0.9.6steve donovan
2011-09-11pretty.write single line mode (indent is '') compresses output bettersteve donovan
2011-09-10On Windows, use LuaJIT FFI for Copy/MoveFile instead of Aliensteve donovan
2011-09-10bad escape character in string broke tests for Lua 5.2 betasteve donovan
2011-09-10OrderedMap.set broken when value was nil and key did not exist in map. The ct...steve donovan
2011-09-10stringx.title now works as in Python: test fixedsteve donovan
2011-09-07cleaning up typos in documentationsteve donovan
2011-08-24issue 13 (seq.sort shd call seq.copy) and issue 14 (bad pattern to escape tra...steve donovan
2011-07-08more lexer patches - string tokens broken w/ some combinationssteve donovan
2011-07-07stringx.split now behaves according to the Python spec; it has an extra param...steve donovan