diff options
author | Christopher Faylor <me@cgf.cx> | 2003-11-28 22:13:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-11-28 22:13:57 +0000 |
commit | 13584f077b708083b9e1cba78ff580c7bae6130e (patch) | |
tree | 51b7e9b3c173d1e5234af8b57413814501589f07 /winsup/cygwin/ChangeLog | |
parent | 74d893b13cb75408ec3ffe2b399787b9b78fa979 (diff) | |
download | cygnal-13584f077b708083b9e1cba78ff580c7bae6130e.tar.gz cygnal-13584f077b708083b9e1cba78ff580c7bae6130e.tar.bz2 cygnal-13584f077b708083b9e1cba78ff580c7bae6130e.zip |
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
* exceptions.cc: Ditto.
* fhandler_termios.cc: Ditto.
* signal.cc: Ditto.
* sigproc.cc: Ditto.
* Makefile.in: Revert previous change which made a cygwin.din newer than a
version.h a warning rather than an error.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c1d5c82db..7d4abb490 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,17 @@ 2003-11-28 Christopher Faylor <cgf@redhat.com> + * pinfo.h (_pinfo::getsig): Remove obsolete function, here and + throughout. + * exceptions.cc: Ditto. + * fhandler_termios.cc: Ditto. + * signal.cc: Ditto. + * sigproc.cc: Ditto. + + * Makefile.in: Revert previous change which made a cygwin.din newer + than a version.h a warning rather than an error. + +2003-11-28 Christopher Faylor <cgf@redhat.com> + * cygwin.din: Re-add inexplicably missing semaphore/msg functions. 2003-11-28 Christopher Faylor <cgf@redhat.com> |