Age | Commit message (Expand) | Author |
2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady |
2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-06-03 | doc: mention 'UTC' in date --utc help | Andreas Mohr |
2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-10-27 | date: reinstate the --iso-8601 (-I) option | Jim Meyering |
2011-07-07 | doc: note date's %k, %l are space-padded and equivalent to %_H and %_I | Benoît Knecht |
2011-06-09 | doc: add examples to date --help | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-10-25 | date: correct typos in date --help | Tobias Quathamer |
2010-10-05 | build: complete the rename of get_date | Eric Blake |
2010-05-25 | maint: remove unneeded double quotes on RHS of shell assignments | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
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 |