aboutsummaryrefslogtreecommitdiffstats
path: root/src/date.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-08standardize some error messagesBo Borgerson1-2/+2
2008-06-06improve 'date +%C' documentationEric Blake1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26adjust copyright datesJim Meyering1-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2007-08-22Don't include "getline.h".Jim Meyering1-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-02-23* src/date.c (usage): Split a diagnostic that had grown to beJim Meyering1-0/+2
2007-02-23* src/date.c (usage): Mention that --rfc-3339 uses space, not 'T',Ed Santiago1-1/+4
2007-02-10Remove excess leading spaces that would make help2man misbehave.Jim Meyering1-6/+6
2006-11-27Improve the check for departures from C89, and fix the departuresPaul Eggert1-0/+2
2006-01-08(usage): Adjust the formatting of the entries forJim Meyering1-2/+2
2006-01-03(usage): Explain %g, %G, and %V a bit better.Paul Eggert1-6/+6
2005-09-16(show_date): Correct comment: this function no longer handles aJim Meyering1-3/+1
2005-09-16(show_date): Remove now-spurious braces.Jim Meyering1-8/+7
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-3/+3
2005-09-16Include fprintftime.h.Jim Meyering1-8/+3
2005-09-13(TIME_SPEC_DATE): No longer needs to be nonzero, soPaul Eggert1-125/+151
2005-08-15Don't print uninitialized data (or anything else) to stdoutJim Meyering1-1/+0
2005-08-02Include "xanstrftime.h".Jim Meyering1-26/+11
2005-08-02(show_date): Remove now-unnecessary code thatJim Meyering1-5/+0
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering1-1/+1
2005-06-29(show_date): Use X2REALLOC rather than x2realloc.Jim Meyering1-1/+1
2005-06-28(show_date): Use x2realloc on 1-byte base types, not x2nrealloc.Jim Meyering1-1/+1
2005-06-23whoops: use puts, not fputsJim Meyering1-1/+1
2005-06-23(show_date): Use fputs rather than printf ("%s\n",.Jim Meyering1-1/+1
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering1-4/+4
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering1-2/+1
2005-04-26Remove posixver.h and its uses.Paul Eggert1-6/+2
2005-03-28(time_spec_string): Use NULL, not `0'.Jim Meyering1-1/+1
2005-03-08(usage): Redo to match recent documentation changes.Paul Eggert1-31/+41
2005-02-21(main): gettime now returns void.Paul Eggert1-3/+2
2004-09-21Remove unused "case 0".Paul Eggert1-2/+0
2004-08-03(show_date, rfc_format, batch_convert, main): Use bool for booleans.Paul Eggert1-29/+26
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering1-2/+1
2004-06-01(batch_convert): Prefer the notation `STREQ (a, b)' over `strcmp (a, b) == 0'.Jim Meyering1-1/+1
2004-03-17(enum Time_spec): New enum TIME_SPEC_NS.Jim Meyering1-17/+14
2004-02-05Don't dump core if localtime returns NULL (possible onJim Meyering1-8/+21
2004-02-05Don't include timespec.h, now that system.h does it.Jim Meyering1-1/+0
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-6/+4
2003-11-04(show_date): Use x2nrealloc rather than xrealloc.Jim Meyering1-2/+1
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2