]> git.madduck.net Git - etc/awesome.git/history - luatz

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

README.md: Add coveralls badge
[etc/awesome.git] / luatz /
2017-12-06 daurnimatorluatz/parse.lua: Pass base to tonumber explicitly
2017-12-06 daurnimatorMove to consistent whitespace style
2017-12-06 daurnimatorluatz/timetable.lua: Remove unused year_length function
2017-12-06 daurnimatorluatz/timetable.lua: Fix incorrect normalisation logic...
2017-03-13 daurnimatorFix luacheck warnings
2017-03-11 daurnimatorluatz/gettime: Use lunix if available
2017-03-11 daurnimatorluatz/tzinfo: Add __name field to metatables
2017-03-07 daurnimatorluatz/gettime: Check that CLOCK constants exist
2017-01-27 daurnimatorluatz/tzfile: Add luacheck annotation
2017-01-27 daurnimatorluatz/timetable: Fix incorrect math for negative carry...
2015-11-04 daurnimatorluatz/: Fix luacheck warnings
2015-11-04 daurnimatorluatz/tzfile: Fix support for version 3 files
2015-10-21 daurnimatorluatz/parse: On a non-conforming string, return `nil...
2015-06-19 daurnimatorluatz/timetable: Floor milliseconds before passing...
2015-02-18 daurnimator{luatz,doc}/gettime: Add Openresty's ngx.now as a source
2015-01-02 daurnimatorluatz/tzfile: Make use of IDIV opcode when available...
2015-01-02 daurnimatorluatz/tzfile: Use string.unpack when available (Lua...
2014-12-17 daurnimatorluatz/parse: Fix unbalanced parens in comment
2014-11-09 daurnimatorluatz/timetable: Fix `rfc_3339()` bad rounding behaviou...
2014-08-29 daurnimatorluatz/init: Add `now()` function
2014-08-29 daurnimatorBreaking change: Normalise inside of `new_from_timestamp()`
2014-08-29 daurnimatorluatz/timetable: Add support to `normalise` for fractio...
2014-08-29 daurnimatorluatz/timetable: Rename `increment` to `carry`
2014-08-29 daurnimatorluatz/timetable: Optimize and export `is_leap`; add...
2014-08-28 daurnimatorluatz/timetable: Check argument to `new_from_timestamp`
2014-08-24 daurnimatorluatz/strftime: Fix asctime (forgot to call string...
2014-08-18 daurnimatorluatz/timetable: Add __sub metamethod to allow subtract...
2014-08-18 daurnimatorluatz/tzfile: Add support for version 3 files (partial...
2014-08-18 daurnimatorluatz/tzfile: Read in (but don't yet use) TZ string
2014-08-18 daurnimatorluatz/init: asctime is now in strftime library, not...
2014-08-18 daurnimatorluatz/strftime: Optimize asctime/bypass strftime
2014-08-18 daurnimatorluatz/tzcache: Allow absolute paths
2014-08-18 daurnimatorluatz/init: Add C-like functions for some common tasks
2014-08-18 daurnimatorluatz/init: Add gettime and tzcache to exported table
2014-08-18 daurnimatorluatz/timetable: Move require call to top of file
2014-08-18 daurnimatorluatz: Move `asctime` from timetable.lua to strftime...
2014-07-21 daurnimatorAdd strftime
2014-07-21 daurnimatorluatz/init: Refactor
2014-07-15 daurnimator{luatz,doc}/gettime: Add ljsyscall as a source. Better...
2014-01-06 daurnimatorluatz/timetable: Coercion doesn't work ==> lua relation...
2014-01-06 daurnimatorluatz/timetable: Use sakamoto's algorithm instead of...
2014-01-03 daurnimatorluatz/tzinfo: Fix accidental global
2013-12-23 daurnimatorluatz/tzinfo: Allow timetable objects in tzinfo methods
2013-11-24 daurnimatorluatz/tzinfo: Give tt_info objects a __tostring
2013-11-24 daurnimatorGive tt_info objects a metatable; and document them
2013-11-24 daurnimatorluatz/timetable: Fix incorrect rfc_3339 second format...
2013-11-24 daurnimatorluatz/tzfile: Open files in readonly binary mode; and...
2013-11-24 daurnimatortzinfo: Add localise as alias for localize
2013-11-24 daurnimatorluatz/timetable: Move unpack to be a method rather...
2013-11-23 daurnimatorluatz/tzcache: Move out magic strings to file level...
2013-11-23 daurnimatorluatz/init: Remove unnecessary 'get' prefix
2013-11-23 daurnimatortzinfo: Remove unused argument
2013-11-23 daurnimatorparse: tz_offset should be returned in seconds
2013-11-23 daurnimatorparse: whitespace
2013-10-22 daurnimatorAdd a `parse` module
2013-10-22 daurnimatorMove `src` to `luatz` subdirectory to make development...