Fri Apr 5 07:33:00 1996 Jim Meyering (meyering@na-net.ornl.gov)
- * nice.c (main): Fix option handling. Before, FIXME.........
- Patch from Frank Korz.
+ * nice.c (main): Simplify option handling. Before, `nice -18 -- nice'
+ improperly printed `8'. Patch from Frank Korz.
(main): Use `if' stmt, not while loop, around getopt invocation.
Otherwise, `./nice --a=1 -1 ./nice' (in which old-style option
follows a long option) gets an error.
User visible changes in release 1.13
+* nice option handling works with 2-digit old-style-option adjustments.
+ Now, `nice -18 -- nice' now prints `18'. Before it printed `8'.
* New program: chroot.
* internationalized diagnostic messages (so far, only french translations)
* `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001.