diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-20 20:14:41 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-20 20:14:41 +0000 |
commit | adf88ead10ef0c216e682399f770cd830a4455d1 (patch) | |
tree | 705758ee1d813efa3d53c722cedf4921efce582a /ChangeLog | |
parent | 9248970dd133549fdde5888dc05e7eac308e8694 (diff) | |
download | ATCD-adf88ead10ef0c216e682399f770cd830a4455d1.tar.gz |
ChangeLogTag:Mon Aug 20 13:14:00 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog index 8751414ae73..8f769aa6c8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ +Mon Aug 20 13:14:00 2001 Carlos O'Ryan <coryan@uci.edu> + + * bin/auto_compile: + Fixed chdir commands for the auto_compile scripts. + Mon Aug 20 14:33:31 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> - * ace/Message_Queue_T.cpp: If we timeout in the semaphore implementation - of the message queue in wait_not_full_cond() or - wait_not_empty_cond() make sure to decrement the "waiters" count - accordingly! Thanks to Patrick Rabau <Patrick.Rabau@htc.com> - for noticing this in the C++NPv1 book version! + * ace/Message_Queue_T.cpp: If we timeout in the semaphore implementation + of the message queue in wait_not_full_cond() or + wait_not_empty_cond() make sure to decrement the "waiters" count + accordingly! Thanks to Patrick Rabau <Patrick.Rabau@htc.com> + for noticing this in the C++NPv1 book version! Mon Aug 20 07:01:31 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> - * ace/Synch_T.i (release): If owner_ == -1 then return - -1. Thanks to Don Hinton <dhinton@swan.fr> for suggesting this. + * ace/Synch_T.i (release): If owner_ == -1 then return + -1. Thanks to Don Hinton <dhinton@swan.fr> for suggesting this. Mon Aug 20 13:18:51 2001 Steve Huston <shuston@riverace.com> |