newlib/winsup/cygwin/ChangeLog

40 lines
1.3 KiB
Plaintext
Raw Normal View History

Sun Jan 7 22:59:37 2001 Christopher Faylor <cgf@cygnus.com>
* pinfo.cc (codepage_init): Move function.
* environ.cc (codepage_init): To here.
* exceptoins.cc (SIG_NONMASKABLE): Remove SIGCONT from consideration
since it is supposed to be maskable.
* signal.cc (sigaction): Ditto.
* sigproc.cc (wait_sig): Ditto.
* winsup.h: Eliminate global declaration of codepage_init.
Thu Jan 5 9:33:00 2001 Corinna Vinschen <corina@vinschen.de>
* resource.cc (getrlimit): Set errno on EFAULT instead of returning
it.
(setrlimit): Ditto.
Thu Jan 5 3:38:00 2001 David Sainty <David.Sainty@optimation.co.nz>
* resource.cc (setrlimit): Prevent failing with an error when the
operation would not have changed anything.
2001-01-04 19:33:39 +01:00
Thu Jan 4 10:29:54 2001 Earnie Boyd <earnie_boyd@yahoo.com>
* thread.cc: Need LONG_MAX definition.
Wed Jan 3 13:47:23 2001 Christopher Faylor <cgf@cygnus.com>
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore
max.
Wed Jan 3 09:44:51 2001 Christopher Faylor <cgf@cygnus.com>
* fhandler_console.cc (fhandler_console::read): Restore missing test
for code page before doing OemToCharBuff.
Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>
* include/cygwin/version.h: Fix typo in CYGWIN_VERSION_DLL_COMBINED
macro.