aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-07 18:33:18 +0000
committerChristopher Faylor <me@cgf.cx>2001-11-07 18:33:18 +0000
commit70240a41a65961f9e53025f0809b73d4c8eee670 (patch)
treea763d79a2f8d0b1b582f057c1371f79a7b1f569f
parent4d33049d1dec1e6669ff2ba6f6accc1e4fdf809f (diff)
downloadnewlib-unlabeled-1.1010.2.zip
newlib-unlabeled-1.1010.2.tar.gz
newlib-unlabeled-1.1010.2.tar.bz2
* lib/getopt.c (getopt_internal): Reset optind to 1 only if optreset is notgithub/unlabeled-1.1010.2unlabeled-1.1010.2
set.
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 726a4de..b42409b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-07 Corinna Vinschen <corinna@vinschen.de>
+
+ * lib/getopt.c (getopt_internal): Reset optind to 1 only if optreset
+ is not set.
+
2001-11-06 Christopher Faylor <cgf@redhat.com>
* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted