| Age | Commit message (Expand) | Author | Lines |
| 2006-01-08 | (usage): Adjust the formatting of the entries for | Jim Meyering | -2/+2 |
| 2006-01-03 | (usage): Explain %g, %G, and %V a bit better. | Paul Eggert | -6/+6 |
| 2005-09-16 | (show_date): Correct comment: this function no longer handles a | Jim Meyering | -3/+1 |
| 2005-09-16 | (show_date): Remove now-spurious braces. | Jim Meyering | -8/+7 |
| 2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert | -3/+3 |
| 2005-09-16 | Include fprintftime.h. | Jim Meyering | -8/+3 |
| 2005-09-13 | (TIME_SPEC_DATE): No longer needs to be nonzero, so | Paul Eggert | -125/+151 |
| 2005-08-15 | Don't print uninitialized data (or anything else) to stdout | Jim Meyering | -1/+0 |
| 2005-08-02 | Include "xanstrftime.h". | Jim Meyering | -26/+11 |
| 2005-08-02 | (show_date): Remove now-unnecessary code that | Jim Meyering | -5/+0 |
| 2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim Meyering | -1/+1 |
| 2005-06-29 | (show_date): Use X2REALLOC rather than x2realloc. | Jim Meyering | -1/+1 |
| 2005-06-28 | (show_date): Use x2realloc on 1-byte base types, not x2nrealloc. | Jim Meyering | -1/+1 |
| 2005-06-23 | whoops: use puts, not fputs | Jim Meyering | -1/+1 |
| 2005-06-23 | (show_date): Use fputs rather than printf ("%s\n",. | Jim Meyering | -1/+1 |
| 2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | -4/+4 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-12 | Assume `free (NULL)' works. | Jim Meyering | -2/+1 |
| 2005-04-26 | Remove posixver.h and its uses. | Paul Eggert | -6/+2 |
| 2005-03-28 | (time_spec_string): Use NULL, not `0'. | Jim Meyering | -1/+1 |
| 2005-03-08 | (usage): Redo to match recent documentation changes. | Paul Eggert | -31/+41 |
| 2005-02-21 | (main): gettime now returns void. | Paul Eggert | -3/+2 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -2/+0 |
| 2004-08-03 | (show_date, rfc_format, batch_convert, main): Use bool for booleans. | Paul Eggert | -29/+26 |
| 2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering | -2/+1 |
| 2004-06-01 | (batch_convert): Prefer the notation `STREQ (a, b)' over `strcmp (a, b) == 0'. | Jim Meyering | -1/+1 |
| 2004-03-17 | (enum Time_spec): New enum TIME_SPEC_NS. | Jim Meyering | -17/+14 |
| 2004-02-05 | Don't dump core if localtime returns NULL (possible on | Jim Meyering | -8/+21 |
| 2004-02-05 | Don't include timespec.h, now that system.h does it. | Jim Meyering | -1/+0 |
| 2004-01-21 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering | -6/+4 |
| 2003-11-04 | (show_date): Use x2nrealloc rather than xrealloc. | Jim Meyering | -2/+1 |
| 2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | -2/+2 |
| 2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | -2/+2 |
| 2003-08-01 | (long_options, usage, main): Add --rfc-2822 option to GNU date. | Jim Meyering | -4/+5 |
| 2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | -1/+0 |
| 2003-07-19 | Include "exitfail.h". | Jim Meyering | -1/+2 |
| 2003-07-11 | (batch_convert): Use the quote function rather than using literal `...' in | Jim Meyering | -1/+1 |
| 2003-07-11 | Include "quote.h". | Jim Meyering | -1/+2 |
| 2003-06-17 | (main): Call initialize_main. | Jim Meyering | -0/+1 |
| 2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering | -2/+2 |
| 2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering | -1/+1 |
| 2002-12-15 | Remove declaration of nstrftime. | Jim Meyering | -3/+1 |
| 2002-09-13 | (usage): Explain that %S's range of [0..60] is required -- | Jim Meyering | -1/+1 |
| 2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering | -6/+6 |
| 2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering | -3/+3 |
| 2002-08-08 | Guard inclusion of <langinfo.h> with | Jim Meyering | -1/+1 |
| 2002-08-07 | (main): Adjust to posixtime signature change. | Jim Meyering | -7/+7 |
| 2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | -1/+1 |
| 2002-07-02 | (usage): Mention that the expansions of %p and %P are | Jim Meyering | -2/+2 |