summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-24 20:07:32 +0000
committerJim Meyering <jim@meyering.net>1994-10-24 20:07:32 +0000
commit9f7d860db260ecd96bb6f55f1f4ac6e52d1f047d (patch)
treed5318c15127045ec4894643b2b10bcf22e0edde0 /old/sh-utils
parent4cc84a61642091bb33a4d194730850cc39dbe276 (diff)
downloadcoreutils-9f7d860db260ecd96bb6f55f1f4ac6e52d1f047d.tar.xz
merge with 1.10u
Diffstat (limited to 'old/sh-utils')
-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 1b48189ba..a79753719 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,15 @@
+Sun Oct 23 23:36:26 1994 Jim Meyering (meyering@comco.com)
+
+ * safe-xstat.hin: Don't use a statement expression here.
+ Use an inline function instead.
+ * safe-xstat.cin: Don't duplicate the definition of safe_l?stat here.
+ Get the definition from safe-xstat.hin.
+
Fri Oct 21 00:57:23 1994 Jim Meyering (meyering@comco.com)
+ * man/Makefile.in: Fix typo that had su.1 being installed as
+ `man/man1/.1'. From Kjetil Torgrim Homme.
+
* basename.c, dirname.c, expr.c, pathchk.c, sleep.c (main): Diagnose
wrong number of argument -- usually too few -- instead of just
referring the user to the --help option. Reported by Karl Berry.