diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-16 03:39:55 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-16 03:39:55 +0000 |
commit | 2bfdb22e236bbf11f46b974ef7c00af44a640fd9 (patch) | |
tree | 7fb8e427c4d5b762b60e8a71dc76b373b68c44ad /winsup/cygwin/ChangeLog | |
parent | 8ec37f21680447bf30b37a0e2d7338162f9ca60e (diff) | |
download | cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.gz cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.bz2 cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.zip |
* getopt.cc (opterr): Reinstate initialization.
(optind): Ditto.
(optopt): Ditto.
* pinfo.cc: Include cygheap.h or suffer compile error.
* shared.h: Reset magic number.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 163da97f5..77a3d4953 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,13 @@ 2003-09-15 Christopher Faylor <cgf@redhat.com> + * getopt.cc (opterr): Reinstate initialization. + (optind): Ditto. + (optopt): Ditto. + * pinfo.cc: Include cygheap.h or suffer compile error. + * shared.h: Reset magic number. + +2003-09-15 Christopher Faylor <cgf@redhat.com> + * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct check for parent state rather than inverted check. |