diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2000-10-03 18:57:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-10-03 18:57:21 +0000 |
commit | 11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a (patch) | |
tree | 10450a97b1c3930894cc57da9d82448d341ea0c1 /libjava/ChangeLog | |
parent | e9e037ef1e0084f896f6eb29d30812beefcd8a77 (diff) | |
download | gcc-11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a.zip gcc-11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a.tar.gz gcc-11908bbe42dc8ba55c369ad3d2ab1e8f74fbfc2a.tar.bz2 |
Updated ChangeLog to reflect patch credit
From-SVN: r36702
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b2bad6a..80185b8 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -26,9 +26,10 @@ 2000-09-30 Tom Tromey <tromey@cygnus.com> - * posix-threads.cc (_Jv_CondWait): Check to see if we are - interrupted before modifying the cv's wait set. - + * posix-threads.cc (_Jv_CondWait): Check to see if we are + interrupted before modifying the cv's wait set. + From Corey Minyard. + 2000-09-30 Hans Boehm <boehm@acm.org> Bryce McKinlay <bryce@albatross.co.nz> |