summaryrefslogtreecommitdiff
path: root/src/date.c
Commit message (Expand)AuthorAgeFilesLines
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: mention 'UTC' in date --utc helpAndreas Mohr2013-06-031-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-1/+5
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-1/+1
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-5/+5
* maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* date: reinstate the --iso-8601 (-I) optionJim Meyering2011-10-271-1/+5
* doc: note date's %k, %l are space-padded and equivalent to %_H and %_IBenoît Knecht2011-07-071-2/+2
* doc: add examples to date --helpPádraig Brady2011-06-091-0/+12
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* date: correct typos in date --helpTobias Quathamer2010-10-251-3/+3
* build: complete the rename of get_dateEric Blake2010-10-051-3/+3
* maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering2010-05-251-1/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-160/+160
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* remove explicit declaration of putenv, ...Jim Meyering2008-11-301-2/+0
* avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering2008-11-101-1/+1
* date: remove confusing and unneeded sentence from --helpBenno Schulenberg2008-08-111-2/+1
* factor out time_t-to-string conversion idiomJim Meyering2008-06-271-5/+1
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* standardize some error messagesBo Borgerson2008-06-081-2/+2
* improve 'date +%C' documentationEric Blake2008-06-061-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* adjust copyright datesJim Meyering2008-05-261-1/+1
* convert single-author programs to use proper_nameJim Meyering2008-05-261-1/+1
* Don't include "getline.h".Jim Meyering2007-08-221-1/+0
* Update all copyright notices to use the newer form.Jim Meyering2007-07-231-5/+4
* Change "version 2" to "version 3" in all copyright notices.Jim Meyering2007-07-101-1/+1
* Help translators include translation team's web or email address.Jim Meyering2007-03-281-1/+1
* * src/date.c (usage): Split a diagnostic that had grown to beJim Meyering2007-02-231-0/+2
* * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',Ed Santiago2007-02-231-1/+4
* Remove excess leading spaces that would make help2man misbehave.Jim Meyering2007-02-101-6/+6
* Improve the check for departures from C89, and fix the departuresPaul Eggert2006-11-271-0/+2
* (usage): Adjust the formatting of the entries forJim Meyering2006-01-081-2/+2
* (usage): Explain %g, %G, and %V a bit better.Paul Eggert2006-01-031-6/+6
* (show_date): Correct comment: this function no longer handles aJim Meyering2005-09-161-3/+1
* (show_date): Remove now-spurious braces.Jim Meyering2005-09-161-8/+7
* Include stat-time.h, and use its functions instead of the obsoletePaul Eggert2005-09-161-3/+3
* Include fprintftime.h.Jim Meyering2005-09-161-8/+3
* (TIME_SPEC_DATE): No longer needs to be nonzero, soPaul Eggert2005-09-131-125/+151