diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-27 03:38:31 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-27 03:38:31 +0000 |
commit | 21d92da49a4344e2346bb0f69a1f218d038abcc0 (patch) | |
tree | 8f37612c70fe64ac6798956255d60946b84afcfa /ChangeLog-96b | |
parent | cf81d95cef16196cdd133655a8cc25c477f22573 (diff) | |
download | ATCD-21d92da49a4344e2346bb0f69a1f218d038abcc0.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-96b')
-rw-r--r-- | ChangeLog-96b | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog-96b b/ChangeLog-96b index c8c2a3d434d..2191cbb9c3c 100644 --- a/ChangeLog-96b +++ b/ChangeLog-96b @@ -1,3 +1,11 @@ +Tue Nov 26 21:35:53 1996 David L. Levine <levine@cs.wustl.edu> + + * ace/OS.cpp: check for 0 thr_id before dereferencing with + STHREADS in ACE_OS::thr_create() + + * Log_Msg.cpp: fake out TSS on VxWorks in Log_Msg::instance() + by using a spare field in the task control block + Tue Nov 26 21:06:13 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu> * ace/Pipe.cpp (open): This change relates to Win32 code only. @@ -9,6 +17,7 @@ Tue Nov 26 21:06:13 1996 Irfan Pyarali <irfan@flamenco.cs.wustl.edu> Reactors also without any problems. Tue Nov 26 11:27:33 1996 David L. Levine <levine@cs.wustl.edu> + * tests/{CPP_Test,Mutex_Test,Shared_Memory_MM_Test,SPIPE_Test}.cpp: added VXWORKS support for these tests by spawning a new thread instead of forking a new process (the same as on Win32) |