diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-07 18:33:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-07 18:33:18 +0000 |
commit | 70240a41a65961f9e53025f0809b73d4c8eee670 (patch) | |
tree | a763d79a2f8d0b1b582f057c1371f79a7b1f569f /winsup/cygwin | |
parent | 4d33049d1dec1e6669ff2ba6f6accc1e4fdf809f (diff) | |
download | newlib-github/unlabeled-1.1010.2.zip newlib-github/unlabeled-1.1010.2.tar.gz newlib-github/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.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
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 |