From: Jim Meyering Date: Tue, 2 Nov 1993 20:26:05 +0000 (+0000) Subject: merge with 1.8.1k X-Git-Tag: textutils-1_12_1~812 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=693e5c427acae56adc00427ad15250373729fc1d;p=thirdparty%2Fcoreutils.git merge with 1.8.1k --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3fcd6bebdf..c64dc54066 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 394cbfc2ad..c59b61887a 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