summaryrefslogtreecommitdiff
path: root/src/date.c
AgeCommit message (Expand)Author
2017-01-20date: fix TZ= regressionPaul Eggert
2017-01-14date: new option spelling --rfc-emailPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-07date: add %q to output the quarter of the yearPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-09-08date: add '--debug' optionAssaf Gordon
2016-07-28doc: revert recent date(1) synopsis changePádraig Brady
2016-07-27doc: make date(1) synopsis consistent with output +FORMATPádraig Brady
2016-03-17date ls pr: fix time zone abbrs on SysV platformsPaul Eggert
2016-02-16date: free timezone variable to avoid valgrind warningDaniel Lockyer
2016-01-29doc: fix the --iso-8601 example in date --helpVincent Lefevre
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-07-23build: fprintftime/nstrftime API changesPaul Eggert
2015-03-26doc: clarify the date standard output formatsPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-06-03doc: mention 'UTC' in date --utc helpAndreas Mohr
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering
2011-07-07doc: note date's %k, %l are space-padded and equivalent to %_H and %_IBenoît Knecht
2011-06-09doc: add examples to date --helpPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-10-25date: correct typos in date --helpTobias Quathamer
2010-10-05build: complete the rename of get_dateEric Blake
2010-05-25maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-11-30remove explicit declaration of putenv, ...Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-08-11date: remove confusing and unneeded sentence from --helpBenno Schulenberg
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-08standardize some error messagesBo Borgerson
2008-06-06improve 'date +%C' documentationEric Blake
2008-06-03use gnulib's progname moduleJim Meyering