index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
ProcessUNIX.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ERR: Added include of sys/stat.h for open functions mode bits.
Brad King
2003-12-13
1
-0/+1
*
ENH: Added SetPipeFile method to allow the process pipeline stdin, stdout, an...
Brad King
2003-12-13
1
-22/+185
*
ENH: Code is now robust to New method returning NULL.
Brad King
2003-12-13
1
-9/+38
*
ENH: Cleaned up pipe numbering.
Brad King
2003-12-07
1
-4/+10
*
ENH: Removed pipe selection argument from WaitForData method in kwsysProcess....
Brad King
2003-12-05
1
-5/+5
*
ERR: Added missing static storage class specifier for kwsysProcessCreate.
Brad King
2003-12-04
1
-2/+2
*
ERR: Some platforms define stdin, stdout, and stderr as macros. Renaming the...
Brad King
2003-12-03
1
-34/+34
*
ENH: Merged changes from KWSys-MultiProcess-bp to KWSys-MultiProcess-b2t-1-mp...
Brad King
2003-12-03
1
-128/+415
*
STYLE: Removed trailing whitespace.
Brad King
2003-11-28
1
-70/+70
*
ENH: Treating SIGBUS as a fault by default.
Brad King
2003-08-13
1
-0/+3
*
ENH: Added SetOption/GetOption methods for platform-specific options.
Brad King
2003-08-05
1
-0/+16
*
BUG: Can't close stdin.
Brad King
2003-08-05
1
-2/+4
*
BUG: Added missing zero-initialization of struct sigaction.
Brad King
2003-08-05
1
-0/+2
*
BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.
Brad King
2003-08-05
1
-1/+1
*
ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...
Brad King
2003-07-10
1
-1/+2
*
ERR: Using strncpy instead of snprintf for portability.
Brad King
2003-07-09
1
-4/+3
*
ENH: Implemented SetWorkingDirectory method.
Brad King
2003-07-07
1
-1/+16
*
ENH: Start working on Working Directory support
Andy Cedilnik
2003-07-07
1
-0/+26
*
Removed Exception_Abort because there is no windows version. Also made ExitV...
Brad King
2003-06-18
1
-4/+0
*
ENH: Added documentation to interface. Finished process exit code interpreta...
Brad King
2003-06-18
1
-25/+68
*
ERR: Added static specifier to static function definitions to quiet warnings ...
Brad King
2003-06-10
1
-15/+15
*
ENH: Added Process execution implementation.
Brad King
2003-06-10
1
-0/+924