summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-23 00:02:09 +0000
committerSteve Huston <shuston@riverace.com>1997-11-23 00:02:09 +0000
commitde92445896102d3feabad267d85db6f0680fa26f (patch)
tree3809b70a2ff241bc391c1a86f6c803fef2ebd8e3
parentd02773c938710ce91a745137bf1a05afff78fb8b (diff)
downloadATCD-de92445896102d3feabad267d85db6f0680fa26f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index fa43757b12b..4eec487f198 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -25,6 +25,13 @@ 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.
+ * examples/Threads/thread_specific.cpp, tss1.cpp: Moved the Errno
+ class out to a new file, thread_specific.h. AIX xlC needs to have
+ the class in a .h file for template generation. Fixes Riverace
+ problem P42.
+ * examples/Threads/Makefile: Make sure that, on AIX, the tempinc
+ directory is cleared before building each new program.
+
* performance-tests/Synch-Benchmarks/Makefile: Changed SHLIB to use
$(SOEXT) rather than .so. Fixes Riverace problem ID P41.