summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4da4dfd8aba..cca1200ddc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Mon May 27 13:18:51 UTC 2002 Don Hinton <dhinton@ieee.org>
+
+ * ace/OS.i (mkstemp):
+
+ Implemented this method in terms of ::mktemp for platforms
+ that have ::mktemp. It's used in ACE_DLL::set_handle()--may
+ need to rethink that implementation or implement ::mktemp
+ emulation for those platforms lacking it.
+
+ * tests/Framework_Component_DLL.cpp:
+
+ Added missing ACE_FACTORY_DECLARE calls.
+
Mon May 27 08:24:29 UTC 2002 Don Hinton <dhinton@ieee.org>
* tests/Makefile.bor: