]> git.madduck.net Git - etc/awesome.git/shortlog

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:

etc/awesome.git
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 daurnimatorexamples/date_arithmetic: Add an example that shows...
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 daurnimatordoc: Use 'precise' instead of 'accurate'
2013-11-24 daurnimatorluatz/timetable: Fix incorrect rfc_3339 second format...
2013-11-24 daurnimatordoc/index: Improve get_tz documentation around timezone...
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 daurnimatordoc/timetable: Document unpack method
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 daurnimatordoc/index: Add links to zoneinfo resources
2013-11-23 daurnimatorrockspec: Support 5.1 and 5.2
2013-11-23 daurnimatorCOPYING: License under MIT
2013-11-23 daurnimatorREADME: Fix typo
2013-11-23 daurnimatordoc/index: Initial commit
2013-11-23 daurnimatorluatz/init: Remove unnecessary 'get' prefix
2013-11-23 daurnimatorREADME: Mention docs subdirectory
2013-11-23 daurnimatorDocument tzinfo
2013-11-23 daurnimatortzinfo: Remove unused argument
2013-11-23 daurnimatordoc/parse: Add arguments
2013-11-23 daurnimatordoc/gettime: format
2013-11-23 daurnimatorAdd documentation\!
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...
2013-08-30 daurnimatorsrc/timetable: Fix month incrementing
2013-08-30 daurnimatorsrc/init: Export timetable from main module
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 daurnimatorspec/timetable_spec: Move native function to outer...
2013-07-24 daurnimatorsrc/timetable: Fix timestamp function; add test
2013-07-24 daurnimatorsrc/timetable: Break out leap_years_since function...
2013-07-23 daurnimator.travis.yml: debian doesn't support luajit and busted...
2013-07-23 daurnimator.travis.yml: Test on multiple lua versions
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 daurnimatorAdd .travis.yml
2013-07-23 daurnimatorsrc/timetable: Move argument checking in normalise...
2013-07-23 daurnimatorAdd src/timetable module (with tests)
2013-07-23 daurnimatorsrc/init: Expose gettime
2013-07-22 daurnimatorsrc/tzinfo: Add utctime function to convert local ...
2013-07-22 daurnimatorsrc/tzinfo: Fencepost bug
2013-07-22 daurnimatorsrc/: Fix gettime requiring
2013-07-22 daurnimatorsrc/tzcache: Add TODO
2013-07-12 daurnimatorAdd rockspec
2013-07-12 daurnimatorMove source to subdirectory
2013-07-12 daurnimatorREADME: First commit
2013-07-12 daurnimatorInitial Commit