diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 11:39:35 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-03-03 11:39:35 +0000 |
| commit | 1544df59ba1a7a3e0bb0d71ae2735431b1c026a9 (patch) | |
| tree | 70c46277331bf4f837a9ce5e0f85b3f8cf96eb0a /ChangeLog | |
| parent | 55687a63be85edcb7c62459b1c755a8a2963e31f (diff) | |
merges r22577, r22578 and r22642 from trunk into ruby_1_9_1.
--
* thread.c (thread_cleanup_func): unlock all locked mutexes even when
forking. [ruby-core:22269]
--
* bootstraptest/test_thread.rb: fix for environment where fork is not
available.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Feb 24 01:22:19 2009 Yusuke Endoh <mame@tsg.ne.jp> + + * bootstraptest/test_thread.rb: fix for environment where fork is not + available. + +Tue Feb 24 01:19:38 2009 Yusuke Endoh <mame@tsg.ne.jp> + + * thread.c (thread_cleanup_func): unlock all locked mutexes even when + forking. [ruby-core:22269] + Mon Feb 23 14:47:04 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/fileutils.rb (mv): added description for the case of |
