summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2014-10-11 21:15:17 +0000
committerSteve Huston <shuston@riverace.com>2014-10-11 21:15:17 +0000
commit6c9478f1075e70a6a094cde31653a8631847df80 (patch)
tree999db1534d7fcde06efbfd313b00a6cad2953920 /ACE/ChangeLog
parent268ee85a72f9d41a122fca347fe535d69b6114d4 (diff)
downloadATCD-6c9478f1075e70a6a094cde31653a8631847df80.tar.gz
ChangeLogTag:Sat Oct 1 21:09:07 UTC 2014 Steve Huston <shuston@riverace.com>
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 0f22619a950..9d446463697 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,11 @@
+Sat Oct 11 21:09:07 UTC 2014 Steve Huston <shuston@.riverace.com>
+
+ * ace/Process.cpp (ACE_Process_Options::setenv (const ACE_TCHAR *, ...):
+ Avoid the secret, magic number buried in ACE_OS::vsprintf() for
+ platforms that support ACE_OS::vsnprintf. Allows full use of
+ DEFAULT_COMMAND_LINE_BUF_LEN as well as customizing that value
+ to a higher size. Thanks to John Lilley for this improvement.
+
Sat Oct 11 20:45:03 UTC 2014 Steve Huston <shuston@riverace.com>
* apps/drwho/File_Manager.cpp: Fixed const-ness compile warning.