diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 09:43:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 09:43:40 +0000 |
| commit | 2d459bb5cefae00541bb47972da8d704b991ba07 (patch) | |
| tree | 59a30aa12effd3566e8c308012fd90dffc2b08f0 /ChangeLog | |
| parent | 961f557a7bb0bbaf1cd8271c58cd69cf98166ae2 (diff) | |
| download | ruby-2d459bb5cefae00541bb47972da8d704b991ba07.tar.gz ruby-2d459bb5cefae00541bb47972da8d704b991ba07.tar.xz ruby-2d459bb5cefae00541bb47972da8d704b991ba07.zip | |
* process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.
* thread_win32.ci (rb_w32_wait_events_blocking): blocking version.
* win32/win32.c (waitpid): use rb_w32_wait_events_blocking().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,9 @@ -Sat Feb 24 18:41:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sat Feb 24 18:43:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * intern.h (rb_thread_blocking_region): add prototype. + * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature. + * thread.c (rb_thread_debug): added runtime debugging flag. * thread.c (BLOCKING_REGION): restore previous UBF. @@ -12,6 +14,11 @@ Sat Feb 24 18:41:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + ubf_handle() on Win32 + none on cygwin + * thread_win32.ci (rb_w32_wait_events_blocking): blocking version. + + * win32/win32.c (waitpid): use rb_w32_wait_events_blocking(). + + Sat Feb 24 17:45:48 2007 Minero Aoki <aamine@loveruby.net> * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE. |
