summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-29 22:49:37 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-29 22:49:37 +0000
commit2594d118d56ad13b73f4a6c0d6366da501f4b9d8 (patch)
tree5fd3bca7cb40e1d76e2e3ac270639d041d202999
parent359a7688aff05a77357b5a4aef189ef98ed12fc4 (diff)
downloadATCD-2594d118d56ad13b73f4a6c0d6366da501f4b9d8.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b26
1 files changed, 16 insertions, 10 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 31f8f8f28e4..d6e77fe581d 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -4,7 +4,7 @@ Fri May 29 16:19:34 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
changing the errno value. Fixed this to avoid doing so...
Thanks to Arturo Montes <mitosys@colomsat.net.co> for reporting
this.
-
+
Fri May 29 15:33:41 1998 David L. Levine <levine@cs.wustl.edu>
* performance-tests/Misc/context_switch_time.cpp:
@@ -12,15 +12,21 @@ Fri May 29 15:33:41 1998 David L. Levine <levine@cs.wustl.edu>
Fri May 29 14:46:49 1998 James C Hu <jxh@cs.wustl.edu>
- * ace/OS.cpp: Added some minor fixes to the difftime implementation.
-
- * ace/OS.cpp:
- * ace/OS.i:
- * ace/README:
- * ace/config-sunos4*:
- Added ACE_LACKS_DIFFTIME macro because SunOS4 does not support
- the Standard C difftime function. Added a difftime
- implementation for when such is the case.
+ * ace/Makefile
+ * ace/RB_Tree.h
+ * ace/RB_Tree.cpp: Added changes to RB_Tree to enable overloading
+ of the comparison method. Added class RB_Tree to the UNIX
+ Makefile.
+
+ * ace/OS.cpp: Added some minor fixes to the difftime implementation.
+
+ * ace/OS.cpp:
+ * ace/OS.i:
+ * ace/README:
+ * ace/config-sunos4*:
+ Added ACE_LACKS_DIFFTIME macro because SunOS4 does not support
+ the Standard C difftime function. Added a difftime
+ implementation for when such is the case.
Fri May 29 08:22:36 1998 Steve Huston <shuston@riverace.com>