summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-23 09:54:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-23 09:54:57 +0000
commite3163009788324c5fbe9b6bdd97d04220f15889c (patch)
treee45e7e592fdbe0a72841384dead8b4896e9d269d
parentdd64171b447589bc0b2832671489327c38ba5c51 (diff)
downloadATCD-e3163009788324c5fbe9b6bdd97d04220f15889c.tar.gz
ChangeLogTag: Wed Nov 23 09:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62223343cb1..d35f57e094a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+Wed Nov 23 09:54:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_linux_icc.GNU:
+ When optimize=0, disable floating point optimizations. This way we
+ don't get floating point overflows in the TAO IDL test. If someone
+ enables optimize then we just let the compiler optimize things and
+ we could get overflows.
+
Tue Nov 22 17:42:13 2005 Kobi Cohen-Arazi <kobi.cohenarazi at gmail dot com>
- * ace/Select_Reactor_T.cpp (dispatch):
+ * ace/Select_Reactor_T.cpp (dispatch):
Fixed a bug which derived from bug #1890. active_handle_count
must be updated when state is changed. Every time some handler
remove add or suspend itself of another handle, state is
@@ -19,7 +27,7 @@ Tue Nov 22 03:33:14 2005 Bala Natarajan <bala_natarajan at symantec dot com>
Some groups require ACE_Configuration. This MPC should probably
help those groups with a smaller library to use instead of
- pulling in the whole ACE library.
+ pulling in the whole ACE library.
Tue Nov 22 01:43:52 2005 Ossama Othman <ossama@dre.vanderbilt.edu>