diff options
author | Jim Meyering <jim@meyering.net> | 1994-08-19 22:42:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-08-19 22:42:22 +0000 |
commit | 8a5d6318e79ce211a4f83826b4845cbb7d9ba502 (patch) | |
tree | 5cd44bc56cb596c5c2b615a9243be5eec1bbd55c /old | |
parent | 109d16cbce3fd91f479679bc77b91fb72f9c8ced (diff) | |
download | coreutils-8a5d6318e79ce211a4f83826b4845cbb7d9ba502.tar.xz |
merge with 1.10g
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 41 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 42 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. diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 7d91f5d7d..5c639b924 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ User visible changes in release 1.11 * nice accepts options like `--5' (this is interpreted like `-n -5') +* `stty speed' and `stty size' no longer output a spurious newline User visible changes in release 1.10 * change package name from shellutils to sh-utils * add hostname, pwd, and users commands |