Age | Commit message (Expand) | Author |
2017-05-19 | Implement date %N, loosely inspired by Elliott Hughes's patch. | Rob Landley |
2017-03-28 | Don't try to implement %s, we have @seconds, strptime() in libc tends | Rob Landley |
2017-03-28 | Replace chkmktime() (which produces false positive normalization failures) | Rob Landley |
2015-11-12 | Document %s in date(1). | Elliott Hughes |
2015-11-12 | Fix year parsing in date(1). | Elliott Hughes |
2015-08-11 | Fix more date bugs. | Elliott Hughes |
2015-08-11 | Bugfixes from Elliott Hughes: debug code got checked in (oops) and | Rob Landley |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes |
2015-08-02 | Mark command-local functions static. | Rob Landley |
2014-07-03 | date -r wasn't saving the result in the right variable. (And make date -ur wo... | Rob Landley |
2014-05-24 | Remove debug detritus I didn't mean to to check in, and treat an "this variab... | Rob Landley |
2014-05-22 | date: add -ds, document +FORMAT escapes. | Rob Landley |
2014-04-16 | Revert lots of half-finished local debris I didn't mean to check in with Isaa... | Rob Landley |
2014-04-12 | roadmap: describe glibc commands. | Isaac Dunham |
2014-04-10 | Fix date setting, and fluff out help text a bit. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |