summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-25 14:47:06 +0000
committerJim Meyering <jim@meyering.net>2001-11-25 14:47:06 +0000
commit0099b7b26e601368173b84e872788838541c70fe (patch)
tree120cad683939d3aa5bf8fe862fd755c5d597d960 /old/sh-utils
parent9e1b4e382ad33214e2e89cb4704be17b59036556 (diff)
downloadcoreutils-0099b7b26e601368173b84e872788838541c70fe.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4676e3363..ce501f4ec 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,19 @@
-2001-11-11 Jim Meyering <meyering@lucent.com>
+2001-11-25 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * basename.c, dirname.c, expr.c, factor.c, hostname.c (usage):
+ * logname.c, printenv.c, printf.c, pwd.c, sleep.c, test.c (usage):
+ * true.c, whoami.c, yes.c (usage):
+ Indent --help and --version strings to start in the 7th column.
+
+2001-11-17 Jim Meyering <meyering@lucent.com>
+
+ * configure.ac: Replace use of the one-arg form of AC_INIT
+ with a use of the 3-arg form and a use of AC_CONFIG_SRCDIR.
+
+2001-11-11 Jim Meyering <meyering@lucent.com>
+
* src/Makefile.am (printf_LDADD): Reflect spelling change:
s/POW_LIBM/POW_LIB/.
(sleep_LDADD): Likewise.