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

Move to consistent whitespace style
[etc/awesome.git] / spec / timetable_spec.lua
2017-12-06 daurnimatorMove to consistent whitespace style
2017-12-06 daurnimatorluatz/timetable.lua: Fix incorrect normalisation logic...
2017-01-27 daurnimatorluatz/timetable: Fix incorrect math for negative carry...
2016-01-21 daurnimatorspec/timetable_spec: Fix order of arguments to assert...
2015-06-19 daurnimatorluatz/timetable: Floor milliseconds before passing...
2014-11-09 daurnimatorluatz/timetable: Fix `rfc_3339()` bad rounding behaviou...
2014-08-29 daurnimatorluatz/timetable: Add support to `normalise` for fractio...
2014-08-29 daurnimatorspec/timetable_spec: more tests
2014-08-29 daurnimatorluatz/timetable: Optimize and export `is_leap`; add...
2014-08-29 daurnimatorspec/timetable_spec: Add more tests for month handling
2014-08-29 daurnimatorspec/: Better test descriptions.
2014-01-06 daurnimatorluatz/timetable: Use sakamoto's algorithm instead of...
2013-10-22 daurnimatorMove `src` to `luatz` subdirectory to make development...
2013-08-15 daurnimatorsrc/timetable: Normalise out of range months
2013-07-24 daurnimatorspec/timetable_spec: Move native function to outer...
2013-07-24 daurnimatorsrc/timetable: Fix timestamp function; add test
2013-07-23 daurnimatorsrc/timetable: Move normalise to be a method on timetab...
2013-07-23 daurnimatorAdd src/timetable module (with tests)