Include stat-time.h, and use its functions instead of the obsolete
[platform/upstream/coreutils.git] / src / date.c
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.
1999-03-31 Jim Meyering(PROGRAM_NAME, AUTHORS): Define and use.
1999-03-07 Jim Meyering(batch_convert): Use a `%s' format in error call,
1999-03-06 Jim MeyeringInclude long-options.h.
1999-01-25 Jim Meyering(usage): Remove static attribute.
1999-01-14 Jim MeyeringInclude closeout.h. (main): Use close_stdout_status.
1998-12-11 Jim Meyering(main): Arrange to exit unsuccessfully when stime fails.
1998-10-03 Jim Meyering(main): Update to use new version of posixtime.
1998-09-19 Jim Meyeringupdate bug-reporting address
1998-06-29 Jim Meyeringrevert back to using lower case _unlocked wrapper names
1998-06-29 Jim MeyeringChange all uses of unlocked-wrapped functions to their...
1998-03-26 Jim Meyering(batch_convert): Remove spurious space in error message.
1998-03-14 Jim Meyerings/get-date.h/getdate.h/
1998-02-20 Jim Meyerings/getdate.h/get-date.h/
1998-01-10 Jim Meyering(batch_convert): Use memcpy when we don't need return...
1997-12-21 Jim Meyerings/__P/PARAMS/
1997-11-15 Jim Meyering(mempcpy): Remove definition.
1997-11-12 Jim Meyering[!HAVE_MEMPCPY] (mempcpy): Define.
1997-10-25 Jim MeyeringRemove old-style xmalloc and xrealloc decls.
1997-10-23 Jim MeyeringRemove stpcpy decl.
1997-10-07 Jim Meyeringupdate bug-reporting address
1997-08-18 Jim Meyering(show_date): Don't hang if strftime produces an empty...
1997-07-12 Jim Meyering(MAYBE_SET_TZ_UTC0): New macro.
1997-06-16 Jim Meyeringtweak error message
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
next