summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 15:07:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-07 15:07:05 +0000
commit09a9e552ed3173031c292f33f9747d0a4f64955e (patch)
tree748203e0c94a42694fd63a645065d9526c58eba0 /ChangeLog-98b
parent8a2d38fc5ebeb0867bf29840cb652e463086358d (diff)
downloadATCD-09a9e552ed3173031c292f33f9747d0a4f64955e.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b28
1 files changed, 18 insertions, 10 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 5a111dc4393..319989f0df4 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,22 +1,30 @@
+Thu Jan 07 09:05:27 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: added ACE_HAS_SIG_C_FUNC with
+ Sun CC >= 4.2. Sun CC 5.0 needs it; Sun CC 4.2 doesn't
+ object to it on SunOS 5.5.1, 5.6, and 5.7. Thanks to
+ Neil Cohen <nbc@aikisoft.com> for figuring out how to
+ compile ACE with Sun CC 5.0.
+
Thu Jan 07 04:45:36 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ACE version 4.6.12 released.
Thu Jan 07 04:01:08 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Containers_T.cpp (max_size): No need to reallocate if the
- new size is the same. Thanks to Mike Goldman <whig@by.net> for
- pointing this out.
+ * ace/Containers_T.cpp (max_size): No need to reallocate if the
+ new size is the same. Thanks to Mike Goldman <whig@by.net> for
+ pointing this out.
- * ace/Strategies_T.cpp (check_hint_i and cleanup_hint_i):
- purge_i() should be called after the entry is closed.
+ * ace/Strategies_T.cpp (check_hint_i and cleanup_hint_i):
+ purge_i() should be called after the entry is closed.
- * Select_Reactor_Base.cpp (unbind): The next <max_handlep1_>
- should be calculated not only based on the <wait_set> but also
- the <suspend_set>.
+ * Select_Reactor_Base.cpp (unbind): The next <max_handlep1_>
+ should be calculated not only based on the <wait_set> but also
+ the <suspend_set>.
- Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing
- a description of this bug.
+ Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing
+ a description of this bug.
Wed Jan 06 21:42:11 1999 David L. Levine <levine@cs.wustl.edu>