diff options
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 15 |
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. |

