summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-05 18:11:40 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-05 18:11:40 +0000
commit7f9333344e167a2736ed9e5efa415d64b12c9cda (patch)
tree325027ed10e92321a4facfecc8aeb1ec7a019a40 /ChangeLog-98a
parentcceae69710f9f94c3439f0acacc3c3f618bbadf9 (diff)
downloadATCD-7f9333344e167a2736ed9e5efa415d64b12c9cda.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index c9823899c11..7c07c2879d9 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -11,6 +11,22 @@ Tue May 05 08:35:18 1998 David L. Levine <levine@cs.wustl.edu>
The problem seems to be due to an old version left in
/tmp/Svc_Conf_l.cpp, which confuses flex.
+ * ace/config-linux-common.h,config-g++-common.h: moved
+ ACE_HAS_PENTIUM (with i386) from config-linux-common.h
+ to config-g++-common.h.
+
+ * ace/config-linux-common.h: added ACE_HAS_POLL, so we
+ don't use ::select () in ACE_OS::sleep (). Linux's
+ ::select () modifies its timeout argument!
+
+ * ace/OS.i (gethrtime): added RDTSC support for all g++
+ _and_ ACE_HAS_PENTIUM platforms.
+
+ * ace/Makefile: for GHS on Intel 8086, build gethrtime.cpp.
+ It's used to provide a high-resolution time using the
+ Pentium RDTSC instruction. I don't know how to get
+ GHS' asm to do it, so it uses g++.
+
Tue May 05 02:15:49 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Svc_Conf_l.cpp: I know, I know. I shouldn't mess with this