summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-05 16:04:56 +0000
committerJim Meyering <jim@meyering.net>1996-04-05 16:04:56 +0000
commit8024d6459c0aa3e18e87c9619b094e839013bf52 (patch)
treede9081e15a4ef07b649621bb8a4ca30e9664f9bd /old/sh-utils
parent78732c54219570611f4e0557153cb9577c299c63 (diff)
downloadcoreutils-8024d6459c0aa3e18e87c9619b094e839013bf52.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index cbfedc301..6175a5cb3 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+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.
+ (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.
+
Thu Apr 4 20:14:02 1996 Jim Meyering (meyering@na-net.ornl.gov)
* aclocal.m4 (fp_PROG_CC_STDC): Change -Xc -D_POSIX_C_SOURCE to