]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 13 Nov 2000 19:34:19 +0000 (19:34 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Nov 2000 19:34:19 +0000 (19:34 +0000)
old/sh-utils/ChangeLog
old/textutils/ChangeLog

index 37174c4becf3580836b6f8a791054ab558835a36..c4f67f093f5f8616338b00c5a806f0a8c04e5519 100644 (file)
@@ -1,3 +1,13 @@
+2000-11-13  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <meyering@lucent.com>
+
+       * 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  <meyering@lucent.com>
 
        * doc/sh-utils.texi: Clean up indentation and punctuation.
index 48abe49ccbc416841a1404ab2f74ac4c7bdbb4f9..3032a77cefa3cc14acf79896937afdb0b08af894 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-13  Paul Eggert  <eggert@twinsun.com>
+
+       * 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  <meyering@lucent.com>
 
        * doc/textutils.texi: More minor rewording and grammar correction.