summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-01-03 05:22:20 +0000
committerJim Meyering <jim@meyering.net>1994-01-03 05:22:20 +0000
commit82a709847437d01fc12ec90cb8670c470c40fb7e (patch)
tree5039f9bc801a906fe6e56988430f2e4bb740700c /old/sh-utils
parent2c921595f22511f49455232d2f03de55a48d35ee (diff)
downloadcoreutils-82a709847437d01fc12ec90cb8670c470c40fb7e.tar.xz
merge with 1.9.2c
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
-rw-r--r--old/sh-utils/NEWS2
2 files changed, 9 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index b48ebded1..34d37cb3a 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 31 00:22:59 1993 Jim Meyering (meyering@comco.com)
+
+ * date.c (usage): Reorder listing of % formats in `sort -f' order.
+
Tue Dec 28 15:49:32 1993 Jim Meyering (meyering@comco.com)
* install.sh: New file.
@@ -9,11 +13,13 @@ Tue Dec 28 15:49:32 1993 Jim Meyering (meyering@comco.com)
* tee.c (tee): A POSIX implementation of the read system call
may return -1 and set errno to EINTR when it is interrupted.
Retry instead of failing with an error.
- (tee): Don't use xwrite. Use safe_write instead and include the
+ (tee): Don't use xwrite. Use full_write instead and include the
losing file name in the message reporting a write failure.
Don't treat standard output as a special case, so a failed write
to stdout doesn't exit immediately.
+ * date.c (usage): Note that for %w, 0 corresponds to Sunday.
+
Sat Dec 25 23:15:58 1993 Jim Meyering (meyering@comco.com)
* who.c (main): Don't chdir ("/dev") for the stat in print_entry.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 4f5b15bd3..3bbbcec41 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -3,6 +3,8 @@ User visible changes in release 1.10
* date -d can parse dates like `11-JUL-1991'
* expr '' == 0 works (before, it printed 1)
* stty no longer fails on telnet sessions to Solaris systems
+* `cd /etc; who utmp' now works. Before, any filename argument had to be
+ absolute or relative to /dev.
User visible changes in release 1.9.2:
* who output is better formatted on Solaris and other SysVr4 systems