summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-07-05 02:22:12 +0000
committerJim Meyering <jim@meyering.net>1994-07-05 02:22:12 +0000
commit53cd09b3bc2052322cd4d7defe6853e5211d8e27 (patch)
tree73149cebb9cca9bf5b0c5ad22da04c19d204f68f /old/sh-utils
parent792d894bd907cb2538dab605270a84e073f76984 (diff)
downloadcoreutils-53cd09b3bc2052322cd4d7defe6853e5211d8e27.tar.xz
merge with 1.10d
Diffstat (limited to 'old/sh-utils')
-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 1d2c2f6b1..a6a94037e 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,12 @@
+Sun Jul 03 08:44:00 1994 Jim Meyering (meyering@comco.com)
+
+ * configure.in [AC_HAVE_HEADERS]: Add sys/param.h, for
+ definition of HAVE_SYS_PARAM_H, now tested in pathmax.h.
+
+ * configure.in [AC_WORDS_BIGENDIAN]: Add it. This macro is
+ required by memcmp.c on big-endian systems. Its absence was
+ diagnosed by Lars Duening (duening@ibr.cs.tu-bs.de).
+
Sun Jun 19 00:18:06 1994 Jim Meyering (meyering@comco.com)
* nice.c (main): Accept options like `--5' (equivalent to `-n -5')