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

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:

luatz/timetable.lua: Remove unused year_length function
[etc/awesome.git] / luatz / timetable.lua
2017-12-06 daurnimatorluatz/timetable.lua: Remove unused year_length function
2017-12-06 daurnimatorluatz/timetable.lua: Fix incorrect normalisation logic...
2017-01-27 daurnimatorluatz/timetable: Fix incorrect math for negative carry...
2015-11-04 daurnimatorluatz/: Fix luacheck warnings
2015-06-19 daurnimatorluatz/timetable: Floor milliseconds before passing...
2015-01-02 daurnimatorluatz/tzfile: Make use of IDIV opcode when available...
2014-11-09 daurnimatorluatz/timetable: Fix `rfc_3339()` bad rounding behaviou...
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-18 daurnimatorluatz/timetable: Add __sub metamethod to allow subtract...
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-01-06 daurnimatorluatz/timetable: Coercion doesn't work ==> lua relation...
2014-01-06 daurnimatorluatz/timetable: Use sakamoto's algorithm instead of...
2013-11-24 daurnimatorluatz/timetable: Fix incorrect rfc_3339 second format...
2013-11-24 daurnimatorluatz/timetable: Move unpack to be a method rather...
2013-10-22 daurnimatorMove `src` to `luatz` subdirectory to make development...