summaryrefslogtreecommitdiffstats
path: root/src/date.c
AgeCommit message (Expand)AuthorLines
2021-06-26maint: while (1) → while (true)Paul Eggert-1/+1
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-5/+5
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-12-01date: with --debug, show the output formatPádraig Brady-0/+3
2020-07-24date: clarify the EpochPaul Eggert-2/+2
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-02-25doc: more date +%F clarificationsPaul Eggert-1/+2
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-01-20date: fix TZ= regressionPaul Eggert-5/+9
2017-01-14date: new option spelling --rfc-emailPaul Eggert-6/+7
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-07date: add %q to output the quarter of the yearPádraig Brady-0/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-6/+7
2016-09-08date: add '--debug' optionAssaf Gordon-3/+18
2016-07-28doc: revert recent date(1) synopsis changePádraig Brady-1/+1
2016-07-27doc: make date(1) synopsis consistent with output +FORMATPádraig Brady-1/+1
2016-03-17date ls pr: fix time zone abbrs on SysV platformsPaul Eggert-12/+12
2016-02-16date: free timezone variable to avoid valgrind warningDaniel Lockyer-0/+2
2016-01-29doc: fix the --iso-8601 example in date --helpVincent Lefevre-1/+1
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-3/+3
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady-4/+4
2015-10-27all: quote string arguments in error messagesPádraig Brady-2/+3
2015-07-23build: fprintftime/nstrftime API changesPaul Eggert-7/+9
2015-03-26doc: clarify the date standard output formatsPádraig Brady-16/+22
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-06-03doc: mention 'UTC' in date --utc helpAndreas Mohr-1/+1
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-1/+5
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-1/+1
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-5/+5
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-2/+2
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering-1/+5
2011-07-07doc: note date's %k, %l are space-padded and equivalent to %_H and %_IBenoît Knecht-2/+2
2011-06-09doc: add examples to date --helpPádraig Brady-0/+12
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-10-25date: correct typos in date --helpTobias Quathamer-3/+3
2010-10-05build: complete the rename of get_dateEric Blake-3/+3
2010-05-25maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-160/+160