diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-07 17:41:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-07-07 17:41:12 +0000 |
commit | 24427ad613f61155ace59cc78f05ef25e53cd536 (patch) | |
tree | a4a53ddf59c4a572570f0bb09754294af1d915d8 /ChangeLog | |
parent | 2dcd785278bbc199360bed11abb01f972fd6eecb (diff) | |
download | ATCD-24427ad613f61155ace59cc78f05ef25e53cd536.tar.gz |
ChangeLogTag:Fri Jul 7 09:47:36 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index b4e64c0561b..d4bc90d412c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,19 @@ +Fri Jul 7 09:47:36 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * netsvcs/lib/Server_Logging_Handler_T.cpp (open_common): Don't + pass in the length to the ACE_CString constructor -- just let is + copy what's already there. Thanks to Valery Arkhangorodsky + <valerya@servicesoft.com> for reporting this. + + * ace/ACE.cpp (timestamp): Make sure to insert a NUL byte at the + end of yeartmp and timetmp. Thanks to David Levine and Purify + for reporting this. + Fri Jul 07 09:36:05 2000 David L. Levine <levine@cs.wustl.edu> * examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp (handle_client): - cast result of ACE_OS::getpid () to int, and print as an int, - to avoid compiler warning about mismatched format specifier. + cast result of ACE_OS::getpid () to int, and print as an int, to + avoid compiler warning about mismatched format specifier. Thu Jul 6 10:36:46 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> |