summaryrefslogtreecommitdiff
path: root/src/date.c
AgeCommit message (Expand)Author
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
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-08-22Don't include "getline.h".Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-02-23* src/date.c (usage): Split a diagnostic that had grown to beJim Meyering
2007-02-23* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',Ed Santiago
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-01-08(usage): Adjust the formatting of the entries forJim Meyering
2006-01-03(usage): Explain %g, %G, and %V a bit better.Paul Eggert
2005-09-16(show_date): Correct comment: this function no longer handles aJim Meyering
2005-09-16(show_date): Remove now-spurious braces.Jim Meyering
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-09-16Include fprintftime.h.Jim Meyering
2005-09-13(TIME_SPEC_DATE): No longer needs to be nonzero, soPaul Eggert
2005-08-15Don't print uninitialized data (or anything else) to stdoutJim Meyering
2005-08-02Include "xanstrftime.h".Jim Meyering
2005-08-02(show_date): Remove now-unnecessary code thatJim Meyering
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering
2005-06-23whoops: use puts, not fputsJim Meyering
2005-06-23(show_date): Use fputs rather than printf ("%s\n",.Jim Meyering
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering