]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 5 Apr 1996 16:08:32 +0000 (16:08 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 5 Apr 1996 16:08:32 +0000 (16:08 +0000)
old/sh-utils/ChangeLog
old/sh-utils/NEWS

index 6175a5cb3e6a597b8094ee1f05ea53b3ed3d5816..69ec4a69c7ec7ce56415be8daf117bddfac385c9 100644 (file)
@@ -1,7 +1,7 @@
 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.
index 1693b03be484d9ca3de1e9e511aba532fc830fc1..532b4caa22876fa2fdc2f47aa1dec9d737cd90a6 100644 (file)
@@ -1,4 +1,6 @@
 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.