summaryrefslogtreecommitdiff
path: root/PACE/ChangeLog
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-04 16:07:15 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-04 16:07:15 +0000
commit5e558b6c8798adbfd968146d90a9aac773eef228 (patch)
treea6f4494ad0c8279c6b33e080a3e8fb38ef5dbb45 /PACE/ChangeLog
parent28cef07dcec33c571b6e203f34bcc8f5a79932cc (diff)
downloadATCD-5e558b6c8798adbfd968146d90a9aac773eef228.tar.gz
ChangeLogTag: Thu Oct 4 10:03:27 2001 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE/ChangeLog')
-rw-r--r--PACE/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 241f96681a2..e4a89df046f 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,28 @@
+Thu Oct 4 10:03:27 2001 Joe Hoffert <joeh@cs.wustl.edu>
+
+ * pace/vxworks/pthread.c:
+ * pace/vxworks/pthread.h:
+ * pace/vxworks/pthread.inl:
+ * pace/vxworks/types.h:
+ Changed default stack size, moved pthread_self from .inl
+ to .c file, and removed redundant code for C vs C++
+ signatures.
+
+ * tests/Cond_Var_Test.c:
+ * tests/Makefile:
+ * tests/Pthreads_Test.c:
+ Modified tests to take out gratuitous print statements.
+ These tests should now only print out statements when
+ there is an error (like the ACE and TAO tests).
+
+ * tests/README:
+ Added comment about mqueue_test needing input.
+
+ * tests/Pthread_Storage_Test.c:
+ * tests/Stat_Test.c:
+ Added new tests for thread-specific storage and for some
+ functions typically declared in the stat.h file.
+
Tue Sep 4 16:23:46 2001 Joe Hoffert <joeh@cs.wustl.edu>
* tests/vxworks_stub.c: