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

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:

Release v0.4
[etc/awesome.git] / spec /
2017-12-09 daurnimatorWhitespace removal
2017-12-09 daurnimatorspec/timetable_spec.lua: Add more test cases for negati...
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-11-07 daurnimatorspec/tzcache: Add tests for tzcache
2015-11-07 daurnimatorspec/tzfile_spec: Add a test to open a tz version 3...
2015-11-04 daurnimatorspec/strftime_spec: Fix luacheck warnings
2015-10-21 daurnimatorluatz/parse: On a non-conforming string, return `nil...
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-08-24 daurnimatorspec/strftime: add tests for asctime
2014-08-24 daurnimatorspec/strftime: only call gmtime once; then clone
2014-08-18 daurnimatorspec/strftime: Generate format strings before tests...
2014-08-18 daurnimatorspec/strftime_spec: Use the same timestamp every test...
2014-07-21 daurnimatorAdd strftime
2014-01-06 daurnimatorluatz/timetable: Use sakamoto's algorithm instead of...
2013-11-23 daurnimatorparse: tz_offset should be returned in seconds
2013-10-22 daurnimatorAdd a `parse` module
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)