From: Jim Meyering Date: Mon, 13 Nov 2000 19:34:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~120 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2e9fdf49c57a2fde9d1bb2048728b294c3674a26;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 37174c4bec..c4f67f093f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +2000-11-13 Paul Eggert + + * src/sys2.h (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should + be tested with #ifdef, not with #if. + +2000-11-12 Jim Meyering + + * src/date.c (show_date): Add a comment explaining why the + format string must not be translatable via _(). From Paul Eggert. + 2000-10-31 Jim Meyering * doc/sh-utils.texi: Clean up indentation and punctuation. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 48abe49ccb..3032a77cef 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +2000-11-13 Paul Eggert + + * src/sys2.h (ST_TIME_CMP_NS): Fix typo: ST_MTIM_NSEC should + be tested with #ifdef, not with #if. + 2000-11-11 Jim Meyering * doc/textutils.texi: More minor rewording and grammar correction.