]> 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
2017-03-11 daurnimatorluatz/gettime: Use lunix if available
2017-03-11 daurnimatorluatz/tzinfo: Add __name field to metatables
2017-03-07 daurnimatorluatz/gettime: Check that CLOCK constants exist
2017-01-27 daurnimatorREADME: Add link to docs on github
2017-01-27 daurnimatorREADME: Fix formatting
2017-01-27 daurnimatorREADME: Add header
2017-01-27 daurnimatorluatz/tzfile: Add luacheck annotation
2017-01-27 daurnimatorNEWS: Add NEWS file
2017-01-27 daurnimatordoc/: Cleanup, add Makefile
2017-01-27 daurnimatorREADME: Update luarocks link
2017-01-27 daurnimatorluatz/timetable: Fix incorrect math for negative carry...
2016-05-18 daurnimatorREADME,rockspec: Fix typo (stftime => strftime)
2016-01-22 daurnimator.travis: Move to hererocks based system
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-11-04 daurnimator.luacheckrc: Add
2015-11-04 daurnimatorluatz/: Fix luacheck warnings
2015-11-04 daurnimatorluatz/tzfile: Fix support for version 3 files
2015-10-21 daurnimator.travis: Use travis template from lua-travis-example
2015-10-21 daurnimator.luacov: Add luacov config
2015-10-21 daurnimatorluatz/parse: On a non-conforming string, return `nil...
2015-10-21 daurnimator.busted: Make sure we run tests on the code in the...
2015-06-19 daurnimatorluatz/timetable: Floor milliseconds before passing...
2015-02-18 daurnimator{luatz,doc}/gettime: Add Openresty's ngx.now as a source
2015-01-02 daurnimatorrockspec: Update detailed description (sync with README)
2015-01-02 daurnimatorrockspec: Remove < 5.3 requirement, add supported envir...
2015-01-02 daurnimatorluatz/tzfile: Make use of IDIV opcode when available...
2015-01-02 daurnimatorluatz/tzfile: Use string.unpack when available (Lua...
2014-12-17 daurnimatorluatz/parse: Fix unbalanced parens in comment
2014-11-09 daurnimatorluatz/timetable: Fix `rfc_3339()` bad rounding behaviou...
2014-08-29 daurnimator.gitignore: Ignore built rocks
2014-08-29 daurnimatordoc/timetable: Document `normalise` fractional behaviour
2014-08-29 daurnimatorluatz/init: Add `now()` function
2014-08-29 daurnimatorREADME: Add feature list, Usage section
2014-08-29 daurnimatorREADME: Add Installation instructions
2014-08-29 daurnimatordoc/index: Add C-like functions
2014-08-29 daurnimatordoc/: Reduce functions to a h3 instead of h2
2014-08-29 daurnimatorBreaking change: Normalise inside of `new_from_timestamp()`
2014-08-29 daurnimatordoc/timetable: spell check
2014-08-29 daurnimatorluatz/timetable: Add support to `normalise` for fractio...
2014-08-29 daurnimatorspec/timetable_spec: more tests
2014-08-29 daurnimatorluatz/timetable: Rename `increment` to `carry`
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-28 daurnimatorluatz/timetable: Check argument to `new_from_timestamp`
2014-08-24 daurnimatorspec/strftime: add tests for asctime
2014-08-24 daurnimatorspec/strftime: only call gmtime once; then clone
2014-08-24 daurnimatorluatz/strftime: Fix asctime (forgot to call string...
2014-08-18 daurnimatorluatz/timetable: Add __sub metamethod to allow subtract...
2014-08-18 daurnimatorluatz/tzfile: Add support for version 3 files (partial...
2014-08-18 daurnimatorluatz/tzfile: Read in (but don't yet use) TZ string
2014-08-18 daurnimatorluatz/init: asctime is now in strftime library, not...
2014-08-18 daurnimatorexamples/os_date: Initial commit
2014-08-18 daurnimatorluatz/strftime: Optimize asctime/bypass strftime
2014-08-18 daurnimatorluatz/tzcache: Allow absolute paths
2014-08-18 daurnimatorspec/strftime: Generate format strings before tests...
2014-08-18 daurnimatorspec/strftime_spec: Use the same timestamp every test...
2014-08-18 daurnimatorluatz/init: Add C-like functions for some common tasks
2014-08-18 daurnimatorluatz/init: Add gettime and tzcache to exported table
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-07-21 daurnimatorluatz/init: Refactor
2014-07-15 daurnimator{luatz,doc}/gettime: Add ljsyscall as a source. Better...
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
next