summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-01-20 08:22:12 +0000
committerJim Meyering <jim@meyering.net>2002-01-20 08:22:12 +0000
commit99f7bd761fa83ae236a983899fff72d799b04a84 (patch)
tree2e70aa1abc5cab0bca80011f55b925b5e8d3fe86
parent325addae1dc5177c831909335dd6a0fe5fcfb14f (diff)
downloadcoreutils-99f7bd761fa83ae236a983899fff72d799b04a84.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5e86f2af7..b5f8bbd76 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,13 @@
-2002-01-19 Jim Meyering <meyering@lucent.com>
+2002-01-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * src/Makefile.am (check_date_against_glibc_strftime): New target
+ to help keep date's --help output in sync with the glibc documentation
+ for strftime.
+
+2002-01-19 Jim Meyering <meyering@lucent.com>
+
* configure.ac: Remove code that set LIBOBJS in support of ansi2knr.
The latest version of autoconf objected to it, and besides, I don't
care too much about K&R support these days.