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 роки тому |
Brad King
|
6fb7bac013
ENH: Enabled process tree killing on the SGI.
|
20 роки тому |
Brad King
|
95f86d5d6f
ENH: Enabled process tree killing for FreeBSD and Sun.
|
20 роки тому |
Brad King
|
17d79233ff
ENH: Enabled process tree killing on HP-UX.
|
20 роки тому |
Brad King
|
c31c18bb9c
BUG: Do not leak ps FILE when the process starts but reading the header fails.
|
20 роки тому |
Brad King
|
3c39accee9
ENH: Added implementation of process tree killing that runs "ps" to traverse the tree.
|
20 роки тому |
Brad King
|
8489a94101
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.
|
20 роки тому |
Brad King
|
e3876623f6
STYLE: Documented reference to "man select_tut".
|
20 роки тому |
Brad King
|
9fd4560ba2
BUG: Fixed polling capability of WaitForData.
|
20 роки тому |
Brad King
|
26f82b064c
ENH: Removing previous debug code.
|
20 роки тому |