Age | Commit message (Expand) | Author |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2008-11-30 | remove explicit declaration of putenv, ... | Jim Meyering |
2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering |
2008-08-11 | date: remove confusing and unneeded sentence from --help | Benno Schulenberg |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-06 | improve 'date +%C' documentation | Eric Blake |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2007-08-22 | Don't include "getline.h". | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-28 | Help 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 be | Jim Meyering |
2007-02-23 | * src/date.c (usage): Mention that --rfc-3339 uses space, not 'T', | Ed Santiago |
2007-02-10 | Remove excess leading spaces that would make help2man misbehave. | Jim Meyering |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-01-08 | (usage): Adjust the formatting of the entries for | Jim 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 a | Jim Meyering |
2005-09-16 | (show_date): Remove now-spurious braces. | Jim Meyering |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-09-16 | Include fprintftime.h. | Jim Meyering |
2005-09-13 | (TIME_SPEC_DATE): No longer needs to be nonzero, so | Paul Eggert |
2005-08-15 | Don't print uninitialized data (or anything else) to stdout | Jim Meyering |
2005-08-02 | Include "xanstrftime.h". | Jim Meyering |
2005-08-02 | (show_date): Remove now-unnecessary code that | Jim Meyering |
2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim 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-23 | whoops: use puts, not fputs | Jim Meyering |
2005-06-23 | (show_date): Use fputs rather than printf ("%s\n",. | Jim Meyering |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-04-26 | Remove posixver.h and its uses. | Paul Eggert |
2005-03-28 | (time_spec_string): Use NULL, not `0'. | Jim Meyering |
2005-03-08 | (usage): Redo to match recent documentation changes. | Paul Eggert |
2005-02-21 | (main): gettime now returns void. | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-08-03 | (show_date, rfc_format, batch_convert, main): Use bool for booleans. | Paul Eggert |
2004-06-21 | (main): Standardize on the diagnostics given when someone gives | Jim Meyering |
2004-06-01 | (batch_convert): Prefer the notation `STREQ (a, b)' over `strcmp (a, b) == 0'. | Jim Meyering |