diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-18 06:57:08 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-18 06:57:08 +0000 |
| commit | ccfedba8b4cebf9285189c5d21f7cb008235d6b2 (patch) | |
| tree | 8b3c67f1abe3bd3563c89bfd05b5b20d484aa0db /ChangeLog | |
| parent | 3bbf7f9a7b64e2088ac159a87b700d7a20e6b6e4 (diff) | |
| download | ruby-ccfedba8b4cebf9285189c5d21f7cb008235d6b2.tar.gz ruby-ccfedba8b4cebf9285189c5d21f7cb008235d6b2.tar.xz ruby-ccfedba8b4cebf9285189c5d21f7cb008235d6b2.zip | |
* thread.c (thread_cleanup_func): ignore errors from destroying mutex
of dead thread. [ruby-core:15069]
* thread_pthread.c, thread_win32.c (native_thread_destroy): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jan 18 15:57:05 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * thread.c (thread_cleanup_func): ignore errors from destroying mutex + of dead thread. [ruby-core:15069] + + * thread_pthread.c, thread_win32.c (native_thread_destroy): ditto. + Fri Jan 18 15:56:04 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_enc_name_list_i, rb_enc_aliases_enc_i): freeze |
