summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-09-23 19:59:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-09-23 19:59:50 +0000
commit0ab20de9e5454f24a030131debb5d4610823229d (patch)
treeba6a0adb8b366ba5195186204516f48d49a114ab
parentb6dc897d9fbba8ec843fb9cb3beb2d22a2d565a8 (diff)
downloadATCD-0ab20de9e5454f24a030131debb5d4610823229d.tar.gz
ChangeLogTag: Thu Sep 23 19:59:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd2cb1f9a5f..dd31daa2877 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Thu Sep 23 19:59:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ace/Service_Manager.h:
+ * ace/Service_Object.h:
+ * ace/Signal.h:
+ * ace/Service_Types.h:
+ * ace/Stream_Modules.h:
+ * ace/Thread.inl:
+ Documentation fixes
+
+ * ace/OS_NS_stdio.inl:
+ Added some checks for __DMC__ for the Digital Mars compiler
+
+ * ace/OS_NS_stdio.cpp:
+ Added some checks for __DMC__ for the Digital Mars compiler and
+ use ::_close instead of _close, the former works with all compilers
+ and DMC, with DMC the _close is a macro.
+
Thu Sep 23 19:53:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/streams.h: