diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-22 23:17:44 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-22 23:17:44 +0000 |
commit | 8e5217a61faa7ff4d536ff3969f58fc92f1625ea (patch) | |
tree | ab15b03d4d5ea3c130511f50f3559fdaf42287d1 /ChangeLog-97b | |
parent | 8d021bdee6c7d2924b52e10d2e3b53726bdeb319 (diff) | |
download | ATCD-8e5217a61faa7ff4d536ff3969f58fc92f1625ea.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 72916efe7e9..fa43757b12b 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -25,6 +25,9 @@ Sat Nov 22 14:38:22 1997 Steve Huston <shuston@riverace.com> Added 'const' to "char *" - can't initialize a char * with a const string. Fixes Riverace problem ID P38, P40. + * performance-tests/Synch-Benchmarks/Makefile: Changed SHLIB to use + $(SOEXT) rather than .so. Fixes Riverace problem ID P41. + * tests/Thread_Pool_Test.cpp: Moved 'this->getq(mb)' out of an ACE_ASSERT. Thanks to Arturo Montes <mitosys@colomsat.net.co> for finding this. |