diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-01 04:37:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-01 04:37:18 +0000 |
commit | e9bbe5be67443c2989b2a00e3b6d49583a639ab7 (patch) | |
tree | 5534dd9ab52e93065ef912a52cb1157fc89820b9 /old/sh-utils | |
parent | fe1ad4509cda081d3f7b8f7727020e9909d2dd4e (diff) | |
download | coreutils-e9bbe5be67443c2989b2a00e3b6d49583a639ab7.tar.xz |
merge with 1.10n4
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 19 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 5e84852c2..04ef0904b 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,22 @@ +Sat Oct 01 00:14:10 1994 Jim Meyering (meyering@comco.com) + + * safe-xstat.hin: Don't include <sys/types.h> or <sys/stat.h>. + Otherwise, we'd lose when the includer has already included + <sys/stat.h> on systems that aren't protected against multiple + inclusion. Add a note that those headers must be included before + this one. Don't include <config.h> either. + * safe-xstat.cin: Include <sys/types.h> and <sys/stat.h> here instead. + Include <config.h> here, too. + Kaveh Gahzi reported this problem. + +Fri Sep 30 22:40:21 1994 Jim Meyering (meyering@comco.com) + + * date.c (main): Accept new option: (-f) --file=datefile. + (batch_convert): New function. Suggested by Karl Berry. + + * date.c (main): Diagnose use of conflicting options. + Revamp non-option argument processing. + Detect write errors. * lib/*.c, src/*.c: Remove CONFIG_BROKETS conditional. * lib/Makefile.in src/Makefile.in: Don't define it. diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index ee3d8e7ee..59010012f 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,4 +1,5 @@ User visible changes in release 1.11 +* date accepts new option: (-f) --file=DATEFILE * skeletal texinfo documentation (mainly just the `invoking' nodes) * `stty werase ^W' works. Before, werase wasn't enabled for AIX-3.2.5. * su with no arguments works properly |