summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-10 08:46:09 +0000
committerJim Meyering <jim@meyering.net>2001-11-10 08:46:09 +0000
commitfca7f39b7434f9ec55f1c986f8ae9e2a0309ce62 (patch)
treec33e3edc32befcfa130c784a3b3196a58c25846d
parentd62b389816808f2c169d4765479c13b3628201f0 (diff)
downloadcoreutils-fca7f39b7434f9ec55f1c986f8ae9e2a0309ce62.tar.xz
.
-rw-r--r--doc/ChangeLog4
-rw-r--r--old/sh-utils/ChangeLog6
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 51bfc4eaa..a74db3c74 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-10 Jim Meyering <meyering@lucent.com>
+
+ * coreutils.texi (Date directives): Document %u.
+
2001-11-07 Paul Eggert <eggert@twinsun.com>
* coreutils.texi (paste invocation): Give examples.
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 940af9901..bf0ca12dd 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,11 @@
-2001-11-09 Jim Meyering <meyering@lucent.com>
+2001-11-10 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * src/date.c (usage): Document %u. Reported by Albert Hopkins.
+
+2001-11-09 Jim Meyering <meyering@lucent.com>
+
* configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no
arguments.