]> sourceware.org Git - newlib-cygwin.git/commit - winsup/cygwin/ChangeLog
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
authorChristopher Faylor <me@cgf.cx>
Mon, 1 Sep 2003 02:05:32 +0000 (02:05 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 1 Sep 2003 02:05:32 +0000 (02:05 +0000)
commitc0a9bffd03e62822959ba8cb0e8b083f1ec4b871
tree082ab97e9d152193eabac86503a27cf467becb6a
parent40d885eb7bb53e9f049f999a23d6aa9087649009
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
* cygheap.h (cygheap_types): Add HEAP_SIGS.
* exceptions.cc (signal_fixup_after_exec): Remove from this file.
* pinfo.h (pinfo::getsig): Just return global_sigs array.
(pinfo::sigs): Delete.
* sigproc.cc (signal_fixup_after_exec): Move it here.
(global_sigs): New global array, moved from pinfo structure.
(sigalloc): New function.  Allocate global sigaction array here.
(proc_subproc): Remove copysigs call.  It's automatic now.
* include/sys/cygwin.h (PID_NOCLDSTOP): New value.
* signal.cc (sigaction): Set myself->PID_NODCLDSTOP when appropriate.
* sigproc.h (sigalloc): Declare.
* fnmatch.c (fnmatch): Use C90 parameters.
(rangematch): Ditto.
* fhandler.cc (fhandler_base::raw_read): Use right coercion to avoid a compiler
warning.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygheap.h
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/include/sys/cygwin.h
winsup/cygwin/libc/fnmatch.c
winsup/cygwin/pinfo.h
winsup/cygwin/signal.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/sigproc.h
This page took 0.033751 seconds and 5 git commands to generate.