Brad King
|
1eec4fe6ad
BUG: Fix non-select process impl without timeout
|
преди 16 години |
Bill Hoffman
|
7fc99c94d4
ENH: check in almost building VMS stuff with VMSBuild directory since the bootstrap script will not work on VMS
|
преди 16 години |
Francois Bertel
|
257937f2bd
COMP:Try to fix compile error with qnx gcc.
|
преди 16 години |
Francois Bertel
|
d0b32b42a1
COMP:Fixed gcc 4.3.2 warning with -O1 and above: ignoring return value of read'), declared with attribute warn_unused_result
|
преди 16 години |
Francois Bertel
|
7b9b56d80e
COMP:Fixed warnings.
|
преди 16 години |
Francois Bertel
|
ef36d72c89
COMP:Fixed warnings.
|
преди 17 години |
Bill Hoffman
|
67dc176ffa
ENH: a few more haiku fixes, stop the debugger from coming up for tests
|
преди 17 години |
Bill Hoffman
|
64fc597de2
ENH: add initial support for HAIKU OS from bug# 7425
|
преди 17 години |
Brad King
|
07665de038
BUG: Handle case when select() lies
|
преди 17 години |
Mathieu Malaterre
|
7499bb250d
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
|
преди 17 години |
Bill Lorensen
|
614b1ab358
COMP: warning, isprint and isspace take int args.
|
преди 17 години |
Mathieu Malaterre
|
f410daffec
STYLE: minor comments
|
преди 17 години |
Brad King
|
1c2ffbb5bc
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.
|
преди 18 години |
Brad King
|
9dec9a0c3b
COMP: Fix for platforms that do not have siginfo on their signal handlers.
|
преди 18 години |
Brad King
|
01c7db07c3
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.
|
преди 18 години |
Brad King
|
aa4d7847ee
COMP: Fix code-not-reached warnings for SunCC.
|
преди 18 години |
Bill Hoffman
|
6b7bf34341
COMP: remove warning
|
преди 19 години |
Bill Hoffman
|
1513773310
ENH: fix build error on IRIX
|
преди 19 години |
Brad King
|
de8ffcaef4
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).
|
преди 19 години |
Brad King
|
40adb2ce03
ENH: Adding tests KWSYS_C_HAS_PTRDIFF_T and KWSYS_C_HAS_SSIZE_T to help ProcessUNIX.c build everywhere without warnings.
|
преди 19 години |
Brad King
|
48ee381e6b
BUG: Need to initialize to not use native pipes.
|
преди 19 години |
Brad King
|
6eef6638a5
ENH: Added Process_SetPipeNative method to allow user code to override the pipes connected to the child pipeline.
|
преди 19 години |
Brad King
|
9b2b2b5f1b
COMP: Use SA_RESTART only if it is defined for the current platform. This partially addresses bug#3556.
|
преди 19 години |
Brad King
|
6438bec4c9
ENH: Added Option_Verbatim to run whole command lines directly.
|
преди 19 години |
Brad King
|
9b74e597be
BUG: Do not leak global table of processes.
|
преди 19 години |
Brad King
|
35334d01cd
ENH: Re-enabling SIGCHLD handling implementation with a fix for Cygwin.
|
преди 19 години |
Brad King
|
29b75dda97
BUG: Reverting previous change until it can be fixed on Cygwin.
|
преди 19 години |
Brad King
|
0d594a4538
ENH: Implemented handling of SIGCHLD to detect the termination of immediate children. This allows grandchildren to remain running after the children exit.
|
преди 19 години |
Brad King
|
3dd70af5a0
ENH: Enabling process tree killing on Cygwin.
|
преди 19 години |
Brad King
|
bde71e9668
ENH: Enabled process tree killing on AIX.
|
преди 20 години |