diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-02 14:40:41 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-02-02 14:40:41 +0000 |
commit | b60f73a3bb37855963a8a3541d43c936c9e91945 (patch) | |
tree | 3dd9376b2e643f5c661c45044932c70558371967 /ChangeLogs | |
parent | 8c82ede2352d6d2991d53cc1b0800dcca1771413 (diff) | |
download | ATCD-b60f73a3bb37855963a8a3541d43c936c9e91945.tar.gz |
ChangeLogTag:Fri Feb 2 08:38:37 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 12 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index a86a99415fa..20bb073d7ac 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Fri Feb 2 08:38:37 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/WFMO_Reactor.cpp (handler): Set the existing_masks variable to 0 + to avoid warnings from static analysis tools. Thanks to Ivan + Murphy for reporting this. + Thu Feb 01 22:00:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> * tests/Message_Queue_Test_Ex.cpp @@ -35,12 +41,6 @@ Thu Feb 01 18:23:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> Added the above two projects to the workspace. -Thu Feb 1 18:13:52 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - - * ace/OS.{h,i}: Added a new function to return the number of processors - configured on the system. If we can't tell then we return 1. - Thanks to Johnny Tucker for contributing this. - Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu> * ace/OS.i (mutex_init): diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index a86a99415fa..20bb073d7ac 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Fri Feb 2 08:38:37 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> + + * ace/WFMO_Reactor.cpp (handler): Set the existing_masks variable to 0 + to avoid warnings from static analysis tools. Thanks to Ivan + Murphy for reporting this. + Thu Feb 01 22:00:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> * tests/Message_Queue_Test_Ex.cpp @@ -35,12 +41,6 @@ Thu Feb 01 18:23:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu> Added the above two projects to the workspace. -Thu Feb 1 18:13:52 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - - * ace/OS.{h,i}: Added a new function to return the number of processors - configured on the system. If we can't tell then we return 1. - Thanks to Johnny Tucker for contributing this. - Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu> * ace/OS.i (mutex_init): |