]> git.madduck.net Git - etc/awesome.git/history - src/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:

src/timetable: Fix month incrementing
[etc/awesome.git] / src / timetable.lua
2013-08-30 daurnimatorsrc/timetable: Fix month incrementing
2013-08-30 daurnimatorsrc/timetable: Comparison operators can take raw timestamps
2013-08-30 daurnimatorsrc/timetable: Add clone method
2013-08-30 daurnimatorsrc/timetable: Have `unpack_tm` and `new_timetable...
2013-08-15 daurnimatorsrc/timetable: Normalise out of range months
2013-08-06 daurnimatorsrc/timetable: Multiplication is left associative,...
2013-08-06 daurnimatorsrc/timetable: Fix missing string.format import
2013-07-24 daurnimatorsrc/timetable: Add new_from_timestamp function
2013-07-24 daurnimatorsrc/timetable: __eq was actually __lt; add __eq.
2013-07-24 daurnimatorsrc/timetable: Fix timestamp function; add test
2013-07-24 daurnimatorsrc/timetable: Break out leap_years_since function...
2013-07-23 daurnimatorsrc/timetable: Add rfc_3339 method
2013-07-23 daurnimatorsrc/timetable: Add equality metamethod
2013-07-23 daurnimatorsrc/timetable: Add timestamp method
2013-07-23 daurnimatorsrc/timetable: Move normalise to be a method on timetab...
2013-07-23 daurnimatorsrc/timetable: Invent timetable object
2013-07-23 daurnimatorsrc/timetable: Move argument checking in normalise...
2013-07-23 daurnimatorAdd src/timetable module (with tests)