summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 04:28:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-18 04:28:21 +0000
commit618fa77cc82b3519c606e615810b5e8f6db28432 (patch)
treec9a1594ee9625dc0db596da5e44fb698b6403408 /ChangeLog-99b
parentc5b523fa7c2e473c41fec05589a9723652e6b7bf (diff)
downloadATCD-618fa77cc82b3519c606e615810b5e8f6db28432.tar.gz
ChangeLogTag: Fri Dec 17 22:25:56 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 2784b19d031..f8bdc6f8938 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,13 +1,21 @@
+Fri Dec 17 22:25:56 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-cxx-common.h: added, to factor out common
+ configuration for Compaq cxx.
+
+ * ace/config-osf1-4.0.h,config-linux-common.h: updated to
+ use config-cxx-common.h.
+
Fri Dec 17 21:32:48 1999 David L. Levine <levine@cs.wustl.edu>
* ace/config-linux-common.h: added support for Compaq
- (Digital Unix) cxx. Currently, that just means allowing
+ (Digital) cxx. Currently, that just means allowing
compilation to succeed.
Fri Dec 17 21:29:19 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.h: use __DECCXX instead of DEC_CXX to detect that
- the compiler is Compaq (Digital Unix) cxx. DEC_CXX is
+ the compiler is Compaq (Digital) cxx. DEC_CXX is
#defined in ACE config files for cxx, but __DECCXX is
#defined by the compiler. Only the latter should be used.