summaryrefslogtreecommitdiff
path: root/ace/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE_4_4_32'.ACE_4_4_32nobody1998-01-061-655/+0
* (spawn): With GreenHills compiler only (for VxWorks), call ACE_NOTSUP_RETURN ...levine1997-07-261-4/+13
* *** empty log message ***nw11997-07-231-7/+7
* Fixed NT version to return child pid from spawn.harrison1997-07-021-1/+1
* Added NO_EXEC option. I've tried this before. CVS sucks.harrison1997-06-301-1/+5
* - Fixed ACE_Process::spawn to close descriptors after havingjxh1997-06-021-16/+27
* Removed the class ACE_Process_Old.harrison1997-05-301-228/+0
* (env_argv): added "const" to char * type in reaturn value, for argument compa...levine1997-05-241-3/+1
* *** empty log message ***irfan1997-05-151-67/+70
* (~ACE_Process_Options): delete command_line_buf_ was missing the [].levine1997-05-141-1/+1
* Fixes to use of execve in ACE_Process::spawn.harrison1997-05-131-1/+2
* Implemented new ACE_Process interfaces for argv style parameters.jxh1997-05-131-8/+53
* Changed ACE_Process::start to ACE_Process::spawn. Added newharrison1997-05-121-2/+16
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-121-4/+4
* Let's try this again... I keep messing up my workspace...harrison1997-05-121-12/+12
* The old ACE_Process has been replaced with what used to beharrison1997-05-121-2/+2
* Replaced the win32 ACE_Process_Options::new_console method withharrison1997-05-111-2/+2
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-111-2/+2
* ACE_ProcessEx is working on NT and Solaris.harrison1997-05-111-39/+40
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1997-05-091-2/+2
* The new ACE_ProcessEx is working on Solaris for theharrison1997-05-091-16/+28
* Compiles (not runs) on Solaris.harrison1997-05-081-8/+54
* *** empty log message ***schmidt1997-05-081-56/+12
* This contains the first pass at the new ACE_Process class. It is nowharrison1997-05-081-2/+550
* Made sure that "" is not passed in to CreateProcess as the currentharrison1997-04-221-2/+5
* *** empty log message ***schmidt1997-04-221-1/+1
* *** empty log message ***schmidt1997-04-141-3/+4
* *** empty log message ***schmidt1997-04-141-11/+14
* fooschmidt1997-04-061-3/+4
* *** empty log message ***schmidt1997-04-061-33/+61
* *** empty log message ***irfan1996-12-101-1/+2
* Jamming!schmidt1996-10-271-0/+1
* Initial revisionlevine1996-10-211-0/+197