]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
merge with 1.8.1k
authorJim Meyering <jim@meyering.net>
Tue, 2 Nov 1993 20:26:05 +0000 (20:26 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 2 Nov 1993 20:26:05 +0000 (20:26 +0000)
old/sh-utils/ChangeLog
old/sh-utils/NEWS

index 3fcd6bebdf2d57f64ee4c1e2318a71d1b4bbf655..c64dc54066265d3b7288039e51acd65cabdb81c8 100644 (file)
@@ -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)
 
index 394cbfc2add1cb94b6a7439032ae7e7dc6020e46..c59b61887a7cf880500b47cbd6395f38ddb63aef 100644 (file)
@@ -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
 \f
 Major changes in release 1.8:
 * add echo command