diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-11 00:46:27 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-05-11 00:46:27 +0000 |
commit | cb78b57fcea1a5f2a62b2d27c7180d82fb850f25 (patch) | |
tree | ca088c618a3157d4dfd82abe7fe98b2e4c5b279a /ChangeLog-97a | |
parent | 0830b495ba71706d96858070bee0b1d287ee4119 (diff) | |
download | ATCD-cb78b57fcea1a5f2a62b2d27c7180d82fb850f25.tar.gz |
ACE_ProcessEx changes.
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index a0a1a516ded..1725dae5477 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,14 @@ +Sat May 10 19:44:28 1997 <harrison@samba.cs.wustl.edu> + + * Process.h: ACE_ProcessEx now works on Solaris and NT. There + have been some changes to the API. ACE_ProcessEx::cl_options + and ACE_ProcessEx::path have been combined into + ACE_ProcessEx::command_line. ACE_ProcessEx::command_line must + be used to specify path and command-line arguments. There is + also a second ACE_ProcessEx::setenv method that allows + applications to set environment variables in a "VAR=VALUE" + format. + Sat May 10 10:51:11 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> * ace/config-osf1-3.2.h: Added three new flags to the config file |