diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 09:41:41 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-24 09:41:41 +0000 |
| commit | 961f557a7bb0bbaf1cd8271c58cd69cf98166ae2 (patch) | |
| tree | 1fa87d50ae9b1e650f40339023cd65f377f2d243 /ChangeLog | |
| parent | fb8de32c296753f2ea5dc2008ce5b3b5491258e6 (diff) | |
| download | ruby-961f557a7bb0bbaf1cd8271c58cd69cf98166ae2.tar.gz ruby-961f557a7bb0bbaf1cd8271c58cd69cf98166ae2.tar.xz ruby-961f557a7bb0bbaf1cd8271c58cd69cf98166ae2.zip | |
* intern.h (rb_thread_blocking_region): add prototype.
* thread.c (BLOCKING_REGION): restore previous UBF.
* thread.c (rb_thread_blocking_region): default UBF to interrupt
in system dependent way by RB_UBF_DFL.
+ ubf_select() on posix system
+ ubf_handle() on Win32
+ none on cygwin
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -Sat Feb 24 18:39:15 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sat Feb 24 18:41:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * intern.h (rb_thread_blocking_region): add prototype. * thread.c (rb_thread_debug): added runtime debugging flag. + * thread.c (BLOCKING_REGION): restore previous UBF. + + * thread.c (rb_thread_blocking_region): default UBF to interrupt + in system dependent way by RB_UBF_DFL. + + ubf_select() on posix system + + ubf_handle() on Win32 + + none on cygwin + Sat Feb 24 17:45:48 2007 Minero Aoki <aamine@loveruby.net> * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE. |
