dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / date.c
2008-08-11 Benno Schulenbergdate: remove confusing and unneeded sentence from ...
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-08 Bo Borgersonstandardize some error messages
2008-06-06 Eric Blakeimprove 'date +%C' documentation
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-05-26 Jim Meyeringadjust copyright dates
2008-05-26 Jim Meyeringconvert single-author programs to use proper_name
2007-08-22 Jim MeyeringDon't include "getline.h".
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-23 Jim Meyering* src/date.c (usage): Split a diagnostic that had grown...
2007-02-23 Ed Santiago* src/date.c (usage): Mention that --rfc-3339 uses...
2007-02-10 Jim MeyeringRemove excess leading spaces that would make help2man...
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-01-08 Jim Meyering(usage): Adjust the formatting of the entries for
2006-01-03 Paul Eggert(usage): Explain %g, %G, and %V a bit better.
2005-09-16 Jim Meyering(show_date): Correct comment: this function no longer...
2005-09-16 Jim Meyering(show_date): Remove now-spurious braces.
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-09-16 Jim MeyeringInclude fprintftime.h.
2005-09-13 Paul Eggert(TIME_SPEC_DATE): No longer needs to be nonzero, so
2005-08-15 Jim MeyeringDon't print uninitialized data (or anything else) to...
2005-08-02 Jim MeyeringInclude "xanstrftime.h".
2005-08-02 Jim Meyering(show_date): Remove now-unnecessary code that
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-29 Jim Meyering(show_date): Use X2REALLOC rather than x2realloc.
2005-06-28 Jim Meyering(show_date): Use x2realloc on 1-byte base types, not...
2005-06-23 Jim Meyeringwhoops: use puts, not fputs
2005-06-23 Jim Meyering(show_date): Use fputs rather than printf ("%s\n",.
2005-06-16 Jim MeyeringDon't embed `this'-style quotes in format strings.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-04-26 Paul EggertRemove posixver.h and its uses.
2005-03-28 Jim Meyering(time_spec_string): Use NULL, not `0'.
2005-03-08 Paul Eggert(usage): Redo to match recent documentation changes.
2005-02-21 Paul Eggert(main): gettime now returns void.
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(show_date, rfc_format, batch_convert, main): Use bool...
2004-06-21 Jim Meyering(main): Standardize on the diagnostics given when someo...
2004-06-01 Jim Meyering(batch_convert): Prefer the notation `STREQ (a, b)...
2004-03-17 Jim Meyering(enum Time_spec): New enum TIME_SPEC_NS.
2004-02-05 Jim MeyeringDon't dump core if localtime returns NULL (possible on
2004-02-05 Jim MeyeringDon't include timespec.h, now that system.h does it.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-11-04 Jim Meyering(show_date): Use x2nrealloc rather than xrealloc.
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-08-01 Jim Meyering(long_options, usage, main): Add --rfc-2822 option...
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-19 Jim MeyeringInclude "exitfail.h".
2003-07-11 Jim Meyering(batch_convert): Use the quote function rather than...
2003-07-11 Jim MeyeringInclude "quote.h".
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-04-11 Jim MeyeringRemove anachronistic casts of xmalloc,
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-12-15 Jim MeyeringRemove declaration of nstrftime.
2002-09-13 Jim Meyering(usage): Explain that %S's range of [0..60] is required --
2002-08-31 Jim MeyeringChange `exit (0)' to `exit (EXIT_SUCCESS)',
2002-08-30 Jim MeyeringChange `error (1, ...' to `error (EXIT_FAILURE, ...'.
2002-08-08 Jim MeyeringGuard inclusion of <langinfo.h> with
2002-08-07 Jim Meyering(main): Adjust to posixtime signature change.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-07-02 Jim Meyering(usage): Mention that the expansions of %p and %P are
2002-03-01 Jim MeyeringInclude timespec.h.
2002-02-24 Jim MeyeringInclude posixver.h.
2002-02-16 Jim MeyeringAdd support for _POSIX2_VERSION, which lets you pick...
2002-02-11 Jim MeyeringAdd more support for POSIX 1003.1-2001, which requires...
2002-02-11 Jim Meyering(usage): Describe %F, %g, %G, %P, and %R.
2002-01-14 Jim MeyeringComment fixes to bring us up to date with respect to...
2001-12-15 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-10 Jim Meyering(usage): Document %u.
2001-08-18 Jim MeyeringRevert part of last change and solve the problem a...
2001-08-18 Jim Meyering(show_date) [--rfc-822]: Don't space-pad the day of...
2001-08-16 Jim Meyering(main): When there are too many non-option arguments,
2001-03-09 Jim Meyering(usage): Describe %C.
2001-01-04 Jim Meyering(main): Fail when --rfc-822 (-R) is specified along
2000-11-12 Jim Meyering(show_date): Add a comment explaining why the
2000-10-26 Jim Meyering(usage): Mention the time zone, UTC, and write the...
2000-10-18 Jim Meyering(universal_time): Remove; it's just a temptation to...
2000-10-18 Jim MeyeringUndo the effect of the 1997-07-12 change to date.c; it
2000-09-09 Jim Meyering(usage): Make second `Usage' line more precise
2000-07-19 Jim Meyering(batch_convert): Free `initial_TZ' only if it was set.
2000-05-11 Jim Meyering(usage): Don't call close_stdout_status directly,
2000-05-07 Jim Meyering(usage): Call close_stdout_status.
2000-04-09 Jim MeyeringUse the "C" locale when using --rfc-822 (-R), as
2000-04-03 Jim MeyeringInclude <langinfo.h> if it exists.
2000-01-16 Jim Meyering(usage): Correct error in %V description.
1999-09-02 Jim MeyeringRemove xstrdup declaration.
1999-08-22 Jim Meyering(batch_convert): Use IF_LINT macro instead of #ifdef...
1999-08-01 Jim Meyering(usage): Correct description of %S; (00..60, not 00...
1999-05-05 Jim Meyering(show_date): Change an automatic aggregate initializer
1999-04-08 Jim MeyeringAccept new option: --iso-8601.
1999-03-31 Jim MeyeringNo longer include long-options.h.
next