summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 08:40:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 08:40:56 +0000
commit6fd9b9f03b9422d5e62e80d7d459ff63085c8073 (patch)
tree79bf90e07f2fe3b0441e750a6cc7ac9f7693cad3
parentd1763829ab925046a2dc75ebfa34baeceac9e892 (diff)
downloadATCD-6fd9b9f03b9422d5e62e80d7d459ff63085c8073.tar.gz
ChangeLogTag: Fri Sep 30 08:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be5dc85d78c..d7d2b7ae411 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Fri Sep 30 08:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/config-win32-borland.h:
+ * ace/config-win32-msvc-6.h:
+ * ace/OS_NS_stdio.cpp:
+ * ace/OS_NS_stdio.inl:
+ * ace/OS_NS_unistd.inl:
+ * ace/README:
+ Added new ACE_LACK_INTPTR_T and use this. This type is used to call
+ _open_osfhandle on windows. It seems not to be available with BCB6
+ and earlier and msvc6. Thanks to Simon McQueen for notifying me that
+ msvc6 also lacks this.
+
Fri Sep 30 07:14:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/SOCK_IO.cpp: