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 | |
parent | 9248970dd133549fdde5888dc05e7eac308e8694 (diff) | |
download | ATCD-adf88ead10ef0c216e682399f770cd830a4455d1.tar.gz |
ChangeLogTag:Mon Aug 20 13:14:00 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 19 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 19 | ||||
-rwxr-xr-x | bin/auto_compile | 4 |
4 files changed, 38 insertions, 23 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> diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 8751414ae73..8f769aa6c8e 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -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> diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 8751414ae73..8f769aa6c8e 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -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> diff --git a/bin/auto_compile b/bin/auto_compile index 17251db4956..c7bba1d813f 100755 --- a/bin/auto_compile +++ b/bin/auto_compile @@ -546,8 +546,8 @@ if ($post_realclean) { print LOG "#################### Config\n"; -chdir($MODULE) - || mydie "cannot chdir to $MODULE"; +chdir($CHECKOUT . "/" . $MODULE) + || mydie "Cannot chdir to $CHECKOUT/$MODULE"; open (CHLOG, "ChangeLog") || mydie "cannot open Changelog"; |