summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-13 19:34:19 +0000
committerJim Meyering <jim@meyering.net>2000-11-13 19:34:19 +0000
commit2e9fdf49c57a2fde9d1bb2048728b294c3674a26 (patch)
tree2ec22ed27cdc352da94a1e6567cb38eedf948ca8 /old/sh-utils/ChangeLog
parent0743fbb426e83c77420ef21400ade1350dbf4a07 (diff)
downloadcoreutils-2e9fdf49c57a2fde9d1bb2048728b294c3674a26.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 37174c4be..c4f67f093 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -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.