summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-03-24 02:46:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-03-24 02:46:50 +0000
commit3a23d1c4fedadea340f951312c43713374570303 (patch)
tree3b05beb2cacfdbc1df3353fe54f85f52330e7eb5
parentd44dc0a2343a42d1c75aa699c82fb860e8d357a2 (diff)
downloadATCD-3a23d1c4fedadea340f951312c43713374570303.tar.gz
See the ChangeLog entry for:
Tue Mar 23 20:42:44 1999 Ossama Othman <othman@cs.wustl.edu>
-rw-r--r--ChangeLog-99b37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 0b5dd515569..23c95a3123b 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,40 @@
+Tue Mar 23 20:42:44 1999 Ossama Othman <othman@cs.wustl.edu>
+
+ * tests/Cache_Manager_Test.cpp (main): Added missing ACE_START_TEST
+ and ACE_END_TEST macros.
+
+ * m4/threads.m4: Modified UNIX International threads check to include
+ check for rwlock_destroy() in -lthread since thr_create() was
+ found without explicitly linking to -lthread on Solaris 2.5.1.
+ rwlock_destroy() should be found only by linking to -lthread which
+ will cause the configure script to add -lthread to the library link
+ list.
+
+ * acconfig.h:
+ * configure.in:
+ * ace/OS.h:
+ * ace/TLI.cpp:
+ * ace/config-osf1-4.0.h: Removed all references to
+ ACE_HAS_BROKEN_T_ERRNO and removed the definition of the _terrno()
+ function from TLI.cpp since it isn't a standard TLI function (at
+ least not the Steven's books that I've read). This also fixes a
+ problem on Solaris that was causing an autoconfigured build of
+ TLI.cpp to fail.
+
+ * ace/Makefile.am: Make sure template source files get installed for
+ all cases. Previously, they only got installed if the template
+ source is required by the compiler. However, they are still needed
+ by compilers that don't explicitly require template sources to
+ be included in a file that references them.
+
+ * configure.in: Fixed the test for ACE_TEMPLATES_REQUIRE_SOURCE.
+ Thanks to Carlos for his help on this. Removed the test for
+ ACE_HAS_BROKEN_T_ERRNO since it is no longer needed due to the
+ above change.
+
+ * README: Added Konstantinos Margaritis <kmargar@cc.uoa.gr> to the
+ ACE contributor list.
+
Tue Mar 23 16:25:39 1999 David L. Levine <levine@cs.wustl.edu>
* docs/ACE-subsets.html: added FOR_TAO subset sizes.