- Apr 23, 2009
-
-
Bill Hoffman authored
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
-
- Mar 16, 2009
-
-
Francois Bertel authored
-
Francois Bertel authored
COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of read'), declared with attribute warn_unused_result
-
Francois Bertel authored
-
- Dec 15, 2008
-
-
Francois Bertel authored
-
- Sep 22, 2008
-
-
Bill Hoffman authored
-
- Sep 15, 2008
-
-
Bill Hoffman authored
-
- Aug 20, 2008
-
-
Brad King authored
According to "man select" on Linux it is possible that select() lies about data being ready on a pipe in some subtle cases. We deal with this by switching to non-blocking i/o and checking for EAGAIN. See issue #7180.
-
- May 13, 2008
-
-
Mathieu Malaterre authored
ENH: all ctype function have the same issue: char can be signed or unsigned, since isspace only deal with >=0 value (except EOF) one has to first cast it to unsigned char
-
- May 12, 2008
-
-
Bill Lorensen authored
-
- Apr 02, 2008
-
-
Mathieu Malaterre authored
-
- Jan 10, 2008
-
-
Brad King authored
BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write. Work around the problem by killing the children before closing the pipes.
-
- Jun 27, 2007
-
-
Brad King authored
-
- May 16, 2007
-
-
Brad King authored
BUG: Do not send both SIGSTOP and SIGKILL when killing a process. The SIGSTOP seems to be able to block the SIGKILL occasionally. Also the SIGKILL is sufficient since the process table entry will still exist until it is reaped with waitpid.
-
- May 03, 2007
-
-
Brad King authored
-
- Dec 05, 2006
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Dec 04, 2006
-
-
Brad King authored
ENH: Changes based on patch from Ryan C. Gordon to enable process execution on BeOS. There seems to be no way to implement it without polling (or threads).
-
- Oct 04, 2006
-
-
Brad King authored
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
-
- Oct 03, 2006
- Aug 01, 2006
-
-
Brad King authored
COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556.
-
- Jun 15, 2006
-
-
Brad King authored
-
- May 24, 2006
-
-
Brad King authored
-
- May 23, 2006
-
-
Brad King authored
-
- May 22, 2006
-
-
Brad King authored
-
- May 21, 2006
-
-
Brad King authored
ENH: Implemented handling of SIGCHLD to detect the termination of immediate children. This allows grandchildren to remain running after the children exit.
-
- May 20, 2006
-
-
Brad King authored
-
- Mar 08, 2006
- Dec 31, 2005
-
-
Brad King authored
BUG: When more than one command is given and one of them fails to start and the rest are killed, do not forget to reap the killed children.
-
- Nov 16, 2005
-
-
Brad King authored
-
- Jun 17, 2005
-
-
Brad King authored
-
- May 16, 2005
-
-
Brad King authored
-
- May 13, 2005
-
-
Brad King authored
-
- May 10, 2005
-
-
Brad King authored
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.
-