diff options
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. |