-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)
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