Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-07 21:33:18 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-07 21:33:18 +0300
commit70240a41a65961f9e53025f0809b73d4c8eee670 (patch)
treea763d79a2f8d0b1b582f057c1371f79a7b1f569f
parent4d33049d1dec1e6669ff2ba6f6accc1e4fdf809f (diff)
* lib/getopt.c (getopt_internal): Reset optind to 1 only if optreset is notunlabeled-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 726a4decc..b42409b75 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