summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-19 03:25:30 +0000
committerJim Meyering <jim@meyering.net>1997-02-19 03:25:30 +0000
commit9b47c04ac13f1b049f24d85f6a469ee622914a4f (patch)
tree348bc1d907162845934b61140506be2f86fbf5fa /old
parent11332e0c26e30519882ca3321887d3ce7a39d215 (diff)
downloadcoreutils-9b47c04ac13f1b049f24d85f6a469ee622914a4f.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 9b7c100eb..96cd56f64 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,12 @@
+Tue Feb 18 21:18:04 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * tests/date/Test.pm: Add tests for %U, %V, and %W and for a bug
+ fixed on 1996-03-05.
+
+ * tests/Makefile.am (SUBDIRS): Add factor.
+ * tests/factor: New directory.
+ * configure.in (AC_OUTPUT): Add tests/factor/Makefile.
+
Tue Feb 4 22:03:13 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/stty.c: Bracket inclusion of termios.h with #if HAVE_TERMIOS_H.