summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--old/sh-utils/ChangeLog8
-rw-r--r--old/sh-utils/NEWS1
3 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index bf4386766..cabe89ac5 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 7 22:49:55 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/getopt.c: New (more POSIX compliant) version from GNU libc.
+
Sun Jan 5 09:33:07 1997 Jim Meyering <meyering@na-net.ornl.gov>
* src/ls.c (print_long_format): Avoid making unnecessary copy of
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 30fbb6e1c..2fdd8e59d 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jan 7 22:10:51 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/nice.c (main): Work around failures induced by new version of
+ getopt.c by not modifying optind before the first getopt_long call
+ in main. With suggestions from Ulrich Drepper.
+
+ * lib/getopt.c: New (more POSIX compliant) version from GNU libc.
+
Fri Jan 3 21:08:29 1997 Jim Meyering <meyering@na-net.ornl.gov>
* acconfig.h (getgroups): Add #undef.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 873e1bbe3..5ff596176 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,4 +1,5 @@
Changes in release 1.15
+* nice works with very recently-changed GNU libc getopt
* fix several bugs in m4 macros used to create `configure' script
* id works on systems with disfunctional getgroups function
* uptime configure test detects /proc/uptime on Linux