summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-25 06:43:16 +0000
committerJim Meyering <jim@meyering.net>1997-01-25 06:43:16 +0000
commit0a735b7b9e1caece1162a65c16aae1bb12868008 (patch)
treead88fefebc34cce684d4e28bcfe4cedb3dc94250 /old
parent5aaadded9dcacd383a797ab4c840e1a43800fc7e (diff)
downloadcoreutils-0a735b7b9e1caece1162a65c16aae1bb12868008.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 61235b8fa..f7710e14f 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,13 @@
+Fri Jan 24 23:36:00 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/long-options.c (parse_long_options): Reset optind to zero
+ before just returning so that getopt internals get initialized from
+ the probably-new parameters when/if getopt is called later.
+ This solves the problem (reintroduced with 1.15) where `stty -tabs'
+ would not work as advertised but instead act like `stty -a'.
+ Reported by Arne Juul.
+ Suggested fix from Ulrich Drepper.
+
Wed Jan 22 20:12:31 1997 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getopt.c: Update from GNU C library.