diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-27 21:54:04 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-27 21:54:04 +0000 |
commit | 05e17048d88934947e776eb73e0a2cbcd3edb700 (patch) | |
tree | 27335a30eca1a2619a31d1ba174446671f14eaf3 /ChangeLog-99b | |
parent | ec3f479b793938ae8be1b27fb135b8b7a578aace (diff) | |
download | ATCD-05e17048d88934947e776eb73e0a2cbcd3edb700.tar.gz |
ChangeLogTag: Mon Dec 27 15:51:39 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 45286d9470b..bee319ece6f 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,24 +1,33 @@ +Mon Dec 27 15:51:39 1999 David L. Levine <levine@cs.wustl.edu> + + * tests/test_config.h (set_output): with __USE_STD_OSTREAM + (with Compaq cxx X6.3 on Linux), declare variable flags + as std::ios_base::openmode instead of int. Otherwise, + it complained about a type mismatch. Other compilers + may need this eventually, as well. egcs didn't like it, + so let's wait to see how best to generalize it. + Mon Dec 27 13:03:50 1999 Vishal Kachroo <vishal@cs.wustl.edu> - * ace/QoS_Session_Impl.cpp: fixed the "pragma once is obsolete" - warning thrown by Sung++. + * ace/QoS_Session_Impl.cpp: fixed the "pragma once is obsolete" + warning thrown by Sung++. Mon Dec 27 12:27:33 1999 Nanbor Wang <nanbor@cs.wustl.edu> * tests/run_tests.bat: Changed to allow _Borland 4_ users to set the PATH environment variable to include the path to the - appropriate ACE dll if necessary, and it sets the PATH - environment variable to the correct directory depending on the - "build options". Thanks to Charles Frasch - <cfrasch@spawar.navy.mil> for contributing this fix. + appropriate ACE dll if necessary, and it sets the PATH + environment variable to the correct directory depending on the + "build options". Thanks to Charles Frasch + <cfrasch@spawar.navy.mil> for contributing this fix. Mon Dec 27 11:29:20 1999 David L. Levine <levine@cs.wustl.edu> * include/makeinclude/platform_linux_cxx.GNU: removed -I/usr/include/g++. (It's not needed with\end{verbatim} - ACE_HAS_CPLUSPLUS_HEADERS.) Thanks to Judy Ward - <ptr_corp@ptrsv1.pko.dec.com> for pointing out that cxx should - not be using the g++ headers. + ACE_HAS_CPLUSPLUS_HEADERS.) Thanks to Judy Ward + <ptr_corp@ptrsv1.pko.dec.com> for pointing out that cxx should + not be using the g++ headers. * ace/config-cxx-common.h: on Linux, #define ACE_HAS_CPLUSPLUS_HEADERS instead of ACE_LACKS_ACE_IOSTREAM. |