summaryrefslogtreecommitdiff
path: root/ace/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Fri Sep 10 11:20:47 1999 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt1999-09-101-3/+41
* ChangeLogTag:Sat Sep 4 14:43:36 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-09-041-19/+47
* ChangeLogTag:Tue Aug 31 00:16:34 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-311-0/+1
* ChangeLogTag:Mon Aug 30 16:12:36 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-301-29/+105
* ChangeLogTag:Sun Aug 22 12:10:43 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-221-1/+1
* ChangeLogTag:Sat Aug 21 12:36:40 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-221-55/+18
* *** empty log message ***nanbor1999-08-091-2/+3
* ChangeLogTag:Mon Aug 09 16:49:45 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-08-091-6/+12
* ChangeLogTag:Mon Aug 9 07:45:19 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-091-8/+9
* Added 'const' to ACE_Process_Options::comand_line (LPCTSTR argv[]). RestoresSteve Huston1999-07-271-1/+1
* Pure unicode fixes.nanbor1999-07-051-4/+4
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-3/+6
* .schmidt1999-06-071-18/+0
* ChangeLogTag:Sun Jun 6 18:05:48 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-061-2/+21
* .schmidt1999-06-061-10/+9
* No zombie patchnanbor1999-05-211-1/+3
* added const to loop index, in CHORUS codelevine1998-11-111-1/+1
* *** empty log message ***schmidt1998-11-071-16/+12
* (spawn): initialized local "result" to 0 to avoid egcs warning aboutlevine1998-11-071-4/+4
* *** empty log message ***schmidt1998-11-061-1/+0
* *** empty log message ***schmidt1998-11-061-8/+31
* Replaced __TEXT with ACE_TEXTnanbor1998-10-241-2/+2
* .schmidt1998-10-111-0/+27
* pSOS Diab and Trimedia compiler port checkincdgill1998-09-011-2/+2
* *** empty log message ***schmidt1998-08-231-22/+3
* *** empty log message ***schmidt1998-08-231-0/+1
* *** empty log message ***schmidt1998-08-231-3/+3
* Put the warning on failure on exec ("ACE_Process::spawn (); execalex1998-08-231-2/+9
* *** empty log message ***nanbor1998-08-211-1/+1
* (ACE_Process::wait) Allow passing back of exit status of the child process.nanbor1998-08-211-2/+10
* Added a parameter to get back the exit status of the child process.nanbor1998-08-201-2/+4
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Setenv_i accidentally assimed char size of 1 byte, which is not the case in U...nanbor1998-06-221-1/+1
* in debug printouts before ACE_OS::exit (), replaced filename with function namelevine1998-06-151-4/+4
* (spawn): added an ACE_DEBUG printout before each call to ACE_OS::exit ()levine1998-06-141-5/+21
* Moved things around to make CE happynanbor1998-05-131-4/+3
* Bob Laferriere's mods to make the environment buffer and number of environmen...levine1998-05-121-3/+17
* Correct syntax error on CE.nanbor1998-03-141-3/+2
* (ACE_Process_Options): reordered initializers to match declaration orderlevine1998-03-141-87/+89
* CE changes.nanbor1998-03-131-21/+37
* Moved ACE_Tokenizer from Process.* to SString.*nanbor1998-03-091-182/+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