summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index ce9842e9d38..5dd327ae0c1 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -7,6 +7,9 @@ Wed May 15 15:58:07 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/DLL.{h,cpp}:
+ Removed the return in open() after an ACE_Lib_Find error, so that
+ dlopen() will be called and the appropriate error stored.
+
Added new static flag, open_called_, to keep track of whether or not
a library function (specifically dlopen) has been called. This is
used internally to make sure that dlerror() isn't called unless the