summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-08-19 22:42:22 +0000
committerJim Meyering <jim@meyering.net>1994-08-19 22:42:22 +0000
commit8a5d6318e79ce211a4f83826b4845cbb7d9ba502 (patch)
tree5cd44bc56cb596c5c2b615a9243be5eec1bbd55c /old/sh-utils/ChangeLog
parent109d16cbce3fd91f479679bc77b91fb72f9c8ced (diff)
downloadcoreutils-8a5d6318e79ce211a4f83826b4845cbb7d9ba502.tar.xz
merge with 1.10g
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index ed4b29295..a104fa313 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,44 @@
+Thu Aug 18 11:44:48 1994 Jim Meyering (meyering@comco.com)
+
+ * su.1: Explain why GNU doesn't support the `wheel group'.
+
+Mon Aug 01 21:58:14 1994 Jim Meyering (meyering@comco.com)
+
+ * date.c: Add --utc option. It will supercede --uct.
+ Change references to `universal coordinated time' to
+ coorect `coordinated universal time'. From Harris Boldt Edelman
+ <hbe@red-eft.la.ca.us>.
+ * date.1: Correct the documentation, too.
+
+ * date.c (main, show_date): For -u, use gmtime instead of relying on
+ localtime's ability to interpret the TZ enviroment variable.
+ `date -u' failed (by reporting local time) on romp-ibm-bsd and PCs
+ (DOS and OS/2) running emx 0.8h. From R. Bernstein
+ <rocky@watson.ibm.com>.
+
+Sat Jul 30 07:52:27 1994 Jim Meyering (meyering@comco.com)
+
+ * nohup.sh: Separate `nice -5' from COMMAND with `--' to ensure
+ that COMMAND isn't interpreted as an option to nice.
+ * groups.sh: Similarly, separate each name from `id -Gn' with `--'.
+ Karl Berry pointed out that `groups --help user' gave confusing
+ diagnostics.
+
+Tue Jul 26 11:33:53 1994 Jim Meyering (meyering@comco.com)
+
+ * system.h: Remove `|| defined(_POSIX_VERSION)' from test that
+ decides whether to include <fcntl.h>. From Francois Pinard.
+
+Mon Jul 25 23:54:36 1994 Jim Meyering (meyering@comco.com)
+
+ * pathchk.c (dir_ok): Use SAFE_STAT.
+ * test.c (test_stat, binary_operator, unary_operator): Use SAFE_STAT
+ and SAFE_LSTAT.
+ * who.c (print_entry): Use SAFE_STAT.
+
+ * test.c (group_member): Remove function. Use the one broken out
+ into group-member.c instead.
+
Fri Jul 15 00:23:17 1994 Jim Meyering (meyering@comco.com)
system.h: Remove unneeded decls of atof and atol.