]> 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-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
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