diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-04 09:50:27 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-04 09:50:27 +0000 |
commit | 2a989121db8f80aceeadb5d403af79d4b30e1bb8 (patch) | |
tree | f9e7ac9a210649fcd0cb7407453d94964796bc9e /ChangeLog | |
parent | 8a98c57ff064ac8f1555be414e28df418685ca30 (diff) |
* ext/-test-/wait_for_single_fd: New. for testing
rb_wait_for_single_fd() internal function.
The patch was written by Eric Wong. [ruby-core:35991]
* test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed May 4 18:46:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com> + + * ext/-test-/wait_for_single_fd: New. for testing + rb_wait_for_single_fd() internal function. + The patch was written by Eric Wong. [ruby-core:35991] + + * test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb: ditto. + Wed May 4 12:46:25 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com> * thread.c (rb_wait_for_single_fd): Added POLLNVAL check. |