diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-09-15 13:18:13 +0000 |
commit | c47f03169aa1dc384fc32d56a3e0d235927a91e1 (patch) | |
tree | da9cfe5b55555fa0ec620f5c3e911979b5b61ed2 /ChangeLogs/ChangeLog-02a | |
parent | e9be12e695907b3756795120fa1a46c145a5a69d (diff) | |
download | ATCD-c47f03169aa1dc384fc32d56a3e0d235927a91e1.tar.gz |
ChangeLogTag:Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 7b739a8bb16..c887e1206c8 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,21 @@ +Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * THANKS: We now have over 1,300 contributors to ACE+TAO! + + * ace/Basic_Types.{h,i}: Added "const" to various operators and + methods. Thanks to Alain Decamps for reporting this. + +Thu Sep 13 11:02:41 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * ace/Singleton.cpp: If we're not compiling with threading enabled, + don't call the get_singleton_lock() code. Thanks to Charles + Frasch <cfrasch@spawar.navy.mil> for contributing this. + +Tue Sep 11 06:23:08 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * ace/Array_Base.h: Changed current_ from u_int to size_t. Thanks + to Johnny Willemsen for reporting this. + Fri Sep 14 17:18:37 2001 Steve Huston <shuston@riverace.com> * tests/High_Res_Timer_Test.cpp (check_micro_nano): If the |