summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-06 20:56:13 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-06 20:56:13 +0000
commit6c88b4d860ba117c27e1cb8880676b5d29b181d8 (patch)
treef8dc325b7de30739fdbb54bbb737552890adac99
parent647c6ab0a164c219ebbed115c2f2de64c4d220ae (diff)
downloadATCD-6c88b4d860ba117c27e1cb8880676b5d29b181d8.tar.gz
ChangeLogTag: Fri Feb 6 14:53:27 2004 Tao Lu <lu@dre.vanderbilt.edu>
-rw-r--r--ChangeLog18
-rw-r--r--bin/MakeProjectCreator/config/global.features1
2 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a2a0c2b859..b4a38f023af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+Fri Feb 6 14:53:27 2004 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/global.features:
+
+ Added a new feature cidl into the global features.
+ This feature is turned off by default, so no makefiles
+ or project files will be gnerated for CCF and CIDLC.
+
Fri Feb 6 14:13:25 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * ace/Time_Value.inl (msec): Changed the return type of
+ * ace/Time_Value.inl (msec): Changed the return type of
ACE_Time_Value::msec() from long to unsigned long to prevent
problems with wrap-arounds that yield negative numbers. Thanks
to Matthew Gillen <gillen@ohio.edu> for this fix.
@@ -8,7 +16,7 @@ Fri Feb 6 14:13:25 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Fri Feb 6 11:50:36 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* ace/INET_Addr.cpp:
-
+
Fixes a problem that this change "Thu Jan 15 08:02:23 2004
Douglas C. Schmidt <schmidt@cse.wustl.edu>" opened up and which
Craig Rodrigues reported. This problem has been lying around for
@@ -24,15 +32,15 @@ Fri Feb 6 09:48:01 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Reverted the change "Fri Feb 6 09:31:30 2004 Balachandran
Natarajan <bala@dre.vanderbilt.edu>" since it creates more
- problems.
+ problems.
* ace/config-sunos5.5.h:
Added ACE_LACKS_SWAB. This is a lie. There are signatures
mismatch and adding compile time options that get the right
signatures messes things up a lot. Someone needs to take a look
- at it fix the compile time options properly.
-
+ at it fix the compile time options properly.
+
Fri Feb 6 09:35:13 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/config/rteventlogadmin.mpb:
diff --git a/bin/MakeProjectCreator/config/global.features b/bin/MakeProjectCreator/config/global.features
index 0783fbaf81c..d7860e05620 100644
--- a/bin/MakeProjectCreator/config/global.features
+++ b/bin/MakeProjectCreator/config/global.features
@@ -30,3 +30,4 @@ rpc = 0
sctp = 0
xt_reactor = 0
dummy_label = 0
+cidl = 0