diff options
author | Steve Huston <shuston@riverace.com> | 2000-12-21 21:48:09 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-12-21 21:48:09 +0000 |
commit | b92fec470c5b5252c3a4a9a2ec810f548c59c399 (patch) | |
tree | 10e8a3783ddb9329bae02ea1660993eb39a9482a /ChangeLogs | |
parent | 1dd3ede651dfe3950206e733ceb8ffda6180a6cd (diff) | |
download | ATCD-b92fec470c5b5252c3a4a9a2ec810f548c59c399.tar.gz |
.
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index ee1513f64e9..47953ac588a 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com> + + * tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR + statement, and added ACE_DEFAULT_FILE_PERMS to the ACE_OS::open + call to create the test file. It used to be 0600, but that was + removed to satisfy Win32 which now pays attention to that arg. + Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> * ace/Timer_Wheel_T.cpp (expire): Fixed a mistake where diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index ee1513f64e9..47953ac588a 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,10 @@ +Thu Dec 21 16:45:28 2000 Steve Huston <shuston@riverace.com> + + * tests/Capabilities_Test.cpp: Added missing \n to a ACE_ERROR + statement, and added ACE_DEFAULT_FILE_PERMS to the ACE_OS::open + call to create the test file. It used to be 0600, but that was + removed to satisfy Win32 which now pays attention to that arg. + Thu Dec 21 05:50:51 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> * ace/Timer_Wheel_T.cpp (expire): Fixed a mistake where |