summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-02 20:26:05 +0000
committerJim Meyering <jim@meyering.net>1993-11-02 20:26:05 +0000
commit693e5c427acae56adc00427ad15250373729fc1d (patch)
tree1dfb673d77b865133987bd8b53ea3adda65467a8
parentc7ebcc8326dfe8b9455ec8995a38b73826538928 (diff)
downloadcoreutils-693e5c427acae56adc00427ad15250373729fc1d.tar.xz
merge with 1.8.1k
-rw-r--r--old/sh-utils/ChangeLog19
-rw-r--r--old/sh-utils/NEWS13
2 files changed, 30 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 3fcd6bebd..c64dc5406 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,22 @@
-Mon Oct 25 19:22:58 EDT 1993
+Tue Nov 02 01:14:21 1993 Jim Meyering (meyering@comco.com)
+
+ * acconfig.h: Add comments.
+
+ * printenv.c (main): Exit with status == 2 for file error.
+
+ * yes.c (main): Restore argv/optind handling -- now that
+ parse_long_options doesn't change optind.
+
+Mon Oct 25 19:22:58 1993 Jim Meyering (meyering@comco.com)
+
+ * basename.c, date.c, dirname.c, echo.c, env.c, expr.c, id.c,
+ logname.c, nice.c, pathchk.c, printenv.c, printf.c, sleep.c,
+ stty.c, su.c, tee.c, test.c, tty.c, uname.c, who.c, whoami.c,
+ yes.c: Use the preferred `--longopt=arg' syntax in --help message
+ rather than `--longopt arg'. From Francois Pinard.
* stty.c (main, integer_arg): Don't just call error(1,... about
- improper usage. Call `error (0,...' them usage (1).
+ improper usage. Call `error (0,...' then usage (1).
Sun Oct 24 14:10:23 1993 Jim Meyering (meyering@comco.com)
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 394cbfc2a..c59b61887 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,5 +1,18 @@
Major changes in release 1.9:
+* printenv and tty detect and report write errors
* fix bug in stty
+* stty supports accepts the new options status and flush on systems that
+ provide them
+* fix bugs in expr
+* better support for Linux, Dec Alpha, and SGI Irix
+* all programs (even true and false) accept --version and --help options
+* uname's --version option is no longer equivalent to its -v option
+* configure uses config.h, so DEFS won't exceed preprocessor limits of
+ some compilers on the number of symbols defined via -D.
+* work around problem where $(srcdir)/config.h was used instead of
+ ../config.h -- this happened only when building in a subdirectory
+ and when config.h remained in $(srcdir) from a previous ./configure.
+* make may be run from the subdirectories
Major changes in release 1.8:
* add echo command