From: Jim Meyering Date: Fri, 1 Aug 2003 22:40:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187adbe0b168d0135d03974569e45d8fc7ab7d84;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index ead7ee92ac..ab68419e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,16 @@ * tests/Makefile.am (TESTS_ENVIRONMENT): Set PATH so that the tests in help-version will use the just-built binaries. +2003-07-31 Paul Eggert + + * NEWS: Add --rfc-2822 option to GNU date. + * doc/coreutils.texi (Time directives, Options for date, Examples + of date): Likewise. + * src/date.c (long_options, usage, main): Likewise. + * doc/getdate.texi (General date syntax): Likewise. + * doc/coreutils.texi (Options for date): Fix a typo in format: + it's now %d not %_d. Add URLs. + 2003-08-01 Jim Meyering * tests/shred/remove: Ensure that $? is 0 for the final `exit 0'.