summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-14 13:18:15 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-14 13:18:15 +0000
commitac7b8ddf65e72ce632310cce7b0c831095ca81e6 (patch)
tree724bdfadbd28bddf5c443acf1a7c2377f3021b55 /ACE/ChangeLog
parent694815d2ec8d2a87555ee8db92e74d6079ea24d7 (diff)
downloadATCD-ac7b8ddf65e72ce632310cce7b0c831095ca81e6.tar.gz
Thu Oct 14 13:15:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
* ace/Process.h: * ace/Process.cpp: Changes to allow to dynamically define the max. number of cmdline args. The tao_idl compiler was running out of room in certain instances and the static max was very conservative.
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 072349a1d41..656c633a7f9 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 14 13:15:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
+
+ * ace/Process.h:
+ * ace/Process.cpp:
+ Changes to allow to dynamically define the max. number of cmdline args.
+ The tao_idl compiler was running out of room in certain instances and
+ the static max was very conservative.
+
Thu Oct 14 09:38:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
* tests/Bug_3911_Regression_Test.cpp: