summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-17 13:41:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-17 13:41:31 +0000
commit141a0010de7d90545a1cb0812cfb0f6dc94794a5 (patch)
tree7e2fbd5793a8ee5d324c35f90a1e01894ebe9b72
parent99a641f2eb8bb721e8346101895b76722f9b6d36 (diff)
downloadATCD-141a0010de7d90545a1cb0812cfb0f6dc94794a5.tar.gz
ChangeLogTag: Fri Dec 17 13:41:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd581057d71..bb972c2b9da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Dec 17 13:41:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_NS_unistd.cpp:
+ Converted ACE casts to C++ casts, removed the checks for win32 and
+ vxworks for execlp, execle and execl, these methods are not
+ implemented for any environment, so no need to have a special
+ notsup for windows and vxworks
+
Fri Dec 17 13:19:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/IOStream_T.cpp: