diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-30 10:32:51 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-30 10:32:51 +0000 |
| commit | d3e0f9eaee9633d8bf3f3d0b96f0d47a446e057c (patch) | |
| tree | c93edba94b9297f95acc7e14c91f065625ea1538 /ChangeLog | |
| parent | d04f2fc7a28c67d3016ba49c18437f6744b8998c (diff) | |
merges r21181 from trunk into ruby_1_9_1.
* process.c (rb_waitpid): retries waitpid when EINTR.
[ruby-core:19744].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Dec 29 22:37:17 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * process.c (rb_waitpid): retries waitpid when EINTR. + [ruby-core:19744]. + Mon Dec 29 23:41:42 2008 Koichi Sasada <ko1@atdot.net> * ext/dl/test/test_base.rb: add libc search logic. |
