summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-14 16:33:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-14 16:33:25 +0000
commit8aa66c771e2d3de12582143aa60287a365490c22 (patch)
tree5b0ad949703a1fabfb1b379a2756d06bb0657310 /ChangeLogs/ChangeLog-03a
parentb8855024f439ee5cdfccc8d6bb58cdaa8a3a0a93 (diff)
downloadATCD-8aa66c771e2d3de12582143aa60287a365490c22.tar.gz
ChangeLogTag:Fri Jan 14 01:48:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 15dc52cab14..628f02dc1a9 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,5 +1,10 @@
Fri Jan 14 01:48:26 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * ace/Process: Moved the command_line_argv() from the
+ non-Win32 part of the ACE_Process class to the generic
+ part since it shouldn't depend on the platform. Thanks
+ to Michael Kircher for reporting this.
+
* ace/Process: Consider a process that spawns a number of
processes using a same executable name but with different
arguments <say svc.conf file..>. Depending on the arguments,