From e386e5642d97372e213cbfc23db59156b4802692 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 14 Sep 2005 06:59:17 +0000 Subject: Fix typos noted by Eric Blake. --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c2e156cf..0eb37815c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,11 +19,11 @@ Autoconf 2.59. * NEWS: date has a new --rfc-3339 option, and the old --iso-8601 - option is deprecated. date and ls also have new time format + option is deprecated. date, du, ls, and pr also have new time format specifiers %:z, %::z, %:::z. * src/date.c (TIME_SPEC_DATE): No longer needs to be nonzero, so remove the "=1". - (TIME_SOEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put + (TIME_SPEC_HOURS, TIME_SPEC_MINUTES): Must be at end now, so put them there. (time_spec_string, time_spec): Hours and minutes must be at start now, so put them there. @@ -39,7 +39,7 @@ (show_date): Assume format arg is not NULL, which is the case now. The default code is moved to 'main'. This simplifies things and allows the default to be calculated just once. - * tests/misc/date: Add tests for --rfc-3339. + * tests/misc/date: Add tests for --rfc-3339, %:z, %::z, %:::z. 2005-09-13 Jim Meyering -- cgit v1.2.3-54-g00ecf