summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 16:37:02 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 16:37:02 +0000
commit1d9c2026cfbee0db5fcf1768defe7a828e18118a (patch)
treec1b7e7e4d210560f98f171c6cca3848adcd9f3a2 /ChangeLogs
parent14bbb72565893ffad79faccdac6550e41ca89fd4 (diff)
downloadATCD-1d9c2026cfbee0db5fcf1768defe7a828e18118a.tar.gz
Wed May 15 15:58:07 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a3
-rw-r--r--ChangeLogs/ChangeLog-03a3
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index ce9842e9d38..5dd327ae0c1 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -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
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