summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-24 16:20:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-24 16:20:21 +0000
commitae42b928410c5f6c8b9424424f99395ac166288d (patch)
tree35fb3efb0038348d183e309387b8a386f943300c
parent349d86359be2cce625f9f881670c4bc9adbc3ce3 (diff)
downloadATCD-ae42b928410c5f6c8b9424424f99395ac166288d.tar.gz
ChangeLogTag: Sat Jan 24 16:11:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a422fb53f5a..0c67c5eab67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Sat Jan 24 16:11:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/OS_NS_stdlib.inl:
+ With CBuilderX Preview putenv, wcstod, wcstol and wcstoul are in the
+ std namespace, so added ACE_STD_NAMESPACE which expands to std with
+ Borland, to nothing with other compilers.
+
+ * ace/OS_NS_stdio.inl:
+ The vswprintf for Dinkum STL is different. CBuilderX Preview has
+ std::tempnam, so added checking for borland version.
+
+ * ace/OS_NS_stdio.cpp:
+ vswprintf and vsnprintf are different with CBuilderX Preview
+
+ * ace/config-win32-borland.h:
+ CBuilderX Preview has no itoa
+
Sat Jan 24 15:29:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-borland.h: