diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-21 01:19:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-21 01:19:18 +0000 |
commit | 98589c17f95464c0d6f8d424ec6d256952d5fde4 (patch) | |
tree | 7b936687c4ed1d5d842fcc5253732da0418d4611 /ChangeLog-97b | |
parent | 07305088f803a1adac83f48407175c68c47abfdf (diff) | |
download | ATCD-98589c17f95464c0d6f8d424ec6d256952d5fde4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 153605d6044..34525616b1f 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,14 @@ +Thu Nov 20 17:53:35 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + + * examples/Shared_Malloc/test_multiple_mallocs.cpp (main): Make + sure make sure that the semaphores created by the program are + released as well as the storage files deleted. Thanks to Tom + Arbuckle <arbuckle@uran.informatik.uni-bonn.de> for reporting + this. + + * ace: Added a new version of config-osf1-3.2.h. Thanks to Dani + Flexer <danif@ivory-sw.com> for updating this. + Thu Nov 20 18:22:24 1997 Steve Huston <shuston@riverace.com> * ace/README @@ -22,11 +33,6 @@ Thu Nov 20 18:22:24 1997 Steve Huston <shuston@riverace.com> * examples/IPC_SAP/TLI_SAP/CPP-client.cpp: Changed 'char *host' to 'const char *host' so it can be initialized from a const char string. -Thu Nov 20 17:53:35 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> - - * ace: Added a new version of config-osf1-3.2.h. Thanks to Dani - Flexer <danif@ivory-sw.com> for updating this. - Thu Nov 20 14:19:57 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu> * tests/Priority_Reactor_Test.h: |