summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-08 00:43:06 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-08 00:43:06 +0000
commit2ccc17abc0c390346f15147f217487b00dc2a54c (patch)
tree0340cef1b68eb2b2d979c8dc372792f40a424945 /libjava/ChangeLog
parent5cb4669a3b9cb9b56af7f8d4129577e6398ceb15 (diff)
downloadppe42-gcc-2ccc17abc0c390346f15147f217487b00dc2a54c.tar.gz
ppe42-gcc-2ccc17abc0c390346f15147f217487b00dc2a54c.zip
1999-09-07 Tom Tromey <tromey@cygnus.com>
* posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'. Changed `done_sleeping' to a `bool'. 1999-09-07 Matt Welsh <mdw@cs.berkeley.edu * libjava/posix-threads.cc: Added _Jv_ThreadDataKey. Added FLAG_INTERRUPTED to indicate that a thread was interrupted by another thread, rather than by the GC. (_Jv_CondWait): Prevent premature thread wakeup by GC. (_Jv_InitThreads): Initialize _Jv_ThreadDataKey. * libjava/include/posix-threads.h (_Jv_ThreadCurrentData): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29177 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 40af29da790..40146202838 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,18 @@
+1999-09-07 Tom Tromey <tromey@cygnus.com>
+
+ * posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR,
+ not `r'. Changed `done_sleeping' to a `bool'.
+
+1999-09-07 Matt Welsh <mdw@cs.berkeley.edu
+
+ * libjava/posix-threads.cc: Added _Jv_ThreadDataKey.
+ Added FLAG_INTERRUPTED to indicate that a thread was interrupted
+ by another thread, rather than by the GC.
+ (_Jv_CondWait): Prevent premature thread wakeup by GC.
+ (_Jv_InitThreads): Initialize _Jv_ThreadDataKey.
+ * libjava/include/posix-threads.h (_Jv_ThreadCurrentData): New
+ function.
+
1999-09-03 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.
OpenPOWER on IntegriCloud