diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-12 13:01:38 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-12 13:01:38 +0000 |
| commit | 05c32b0bb62e4a56eccba0ae44a7bbef66e1858f (patch) | |
| tree | d2045cf78eb8d6b894357491b6686fa8d23b740f /ChangeLog | |
| parent | 718ca6dbaadad4bc523e050840b316306785dbad (diff) | |
| download | ruby-05c32b0bb62e4a56eccba0ae44a7bbef66e1858f.tar.gz ruby-05c32b0bb62e4a56eccba0ae44a7bbef66e1858f.tar.xz ruby-05c32b0bb62e4a56eccba0ae44a7bbef66e1858f.zip | |
* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add
deadlock detection. [ruby-dev:35044]
* bootstraptest/test_thread.rb: add tests for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17110 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 @@ +Thu Jun 12 21:59:17 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add + deadlock detection. [ruby-dev:35044] + + * bootstraptest/test_thread.rb: add tests for above. + Thu Jun 12 21:39:55 2008 Tadayoshi Funaba <tadf@dotrb.org> * complex.c: refactoring. |
