diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-22 13:41:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-22 13:41:44 +0000 |
commit | 641882e585514a78d7f935d8c598e0e9ff6099aa (patch) | |
tree | 47e98c5b24970c0045a5fc9ee31b2588f04c3438 /ChangeLog | |
parent | f5a884614d9b32d3a8776a577c0ec0a1fc7b99d6 (diff) | |
download | ATCD-641882e585514a78d7f935d8c598e0e9ff6099aa.tar.gz |
ChangeLogTag:Sun Jul 22 08:19:43 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 30df22e5f2a..0f21adc0f21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +Sun Jul 22 08:19:43 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/Log_Record.cpp (priority_names_): Added commas after the + 'ACE_LIB_TEXT ("LM_UNK(04000)")' lines. Thanks to Steve Harris + <harris_s@ociweb.com> for reporting this. + +Sat Jul 21 19:56:08 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/Map_T.{h,i}: Made current_value() a const member function. + Thanks to Johnny Willemsen for reporting this. + +Fri Jul 20 10:16:46 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/Connector.cpp (create_AST): Replaced some calls to + sh->get_handle () with a cached value of handle. This fixes a + bug with gcc 2.96 on Tornado 2.1/VxWorks for SuperH. Thanks to + Frank Wolf <fwolf@gum.de> for reporting this. + + * examples/Connection/non_blocking/CPP-acceptor.cpp: + * examples/Service_Configurator/IPC-tests/server/Handle_Thr_Stream.cpp: + * examples/Connection/non_blocking/CPP-connector.cpp: Changed the + SH macro to SVH to avoid clashes with a macro in VxWorks. + Thanks to Frank Wolf <fwolf@gum.de> for reporting this. + +Thu Jul 19 06:55:07 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/config-g++-common.h: Version 2.96 of g++ on VxWorks + is missing auto_ptr, so let's add the ACE_LACK_AUTO_PTR flag + there. Thanks to Frank Wolf for suggesting this. + Fri Jul 20 09:47:38 2001 Nanbor Wang <nanbor@cs.wustl.edu> * ace/Log_Msg.cpp: Fixed WinCE errors. CE does not support |