OSDN Git Service

Replace valid memory checks with new myfault class "exception handling", almost
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / wait.cc
2005-06-09 cgfChange pthread::cancelable_wait to just cancelable_wait...
2004-11-26 cgf* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-09-03 cgfRegularize most strace_prints throughout so that %E...
2004-03-12 cgf* wait.cc (wait4): Initialize pointer on entry. Avoid...
2004-03-12 cgf* cygtls.h (waitq): Declare structure here.
2004-03-04 cgf* gendef (sigreturn): Call stabilize_sig_stack to ensur...
2004-02-12 cgfRename _threadinfo to _cygtls, throughout.
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2003-12-17 cgf* pinfo.h (pinfo::operator ==): Add a way to check...
2003-12-08 cgf* spawn.cc (spawn_guts): Change type back to 'int'...
2003-11-28 cgfEliminate use of sigframe and sigthread throughout.
2003-08-19 cgfThroughout, eliminate argument to sig_dispatch_pending.
2003-06-16 cgfThroughout, remove "include <errno.h>" from files which...
2003-03-09 cgfDo some minor reformatting of 'extern "C"' use throughout.
2003-01-15 corinna * autoload.cc: Fix copyright date.
2003-01-14 tpfaffApply wait_cancel patch
2002-11-23 cgf* wait.cc (wait4): Force pending signal delivery before...
2002-10-21 cgfChange _function() to function() throughout.
2002-06-05 cgf* dtable.cc (handle_to_fn): Attempt to handle "raw...
2002-05-25 cgfRemove unneeded sync.h, where appropriate, throughout...
2001-04-01 cgf* sigproc.h (class sigframe): Implement 'unregister...
2001-03-18 cgfFix spacing, copyrights.
2001-03-18 cgfUpdate copyrights.
2001-01-17 cgf* autoload.cc (LoadDLLinitfunc): Remove debugging state...
2001-01-16 cgf* wait.cc (wait4): Rename variable for consistency...
2000-11-15 cgfThroughout use myself->ppid_handle rather than parent_a...
2000-10-12 cgf* errno.cc (seterrno_from_win_error): Fix debugging...
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
2000-02-17 cgfInitial revision