diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-31 07:44:24 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-31 07:44:24 +0000 |
| commit | a7a4f63d9b6e6af365a7add9351713336d95bb64 (patch) | |
| tree | 09e15151427ce2b817813bb7bde1f0d9cf1a2c75 /ChangeLog | |
| parent | fcf44c1d51a88a959278cd765f6fa6de25c19b57 (diff) | |
| download | ruby-a7a4f63d9b6e6af365a7add9351713336d95bb64.tar.gz ruby-a7a4f63d9b6e6af365a7add9351713336d95bb64.tar.xz ruby-a7a4f63d9b6e6af365a7add9351713336d95bb64.zip | |
* include/ruby/intern.h: rename RB_UBF_DFL to
RUBY_UBF_IO and RUBY_UBF_PROCESS.
Because there is no default (universal) unblocking function.
* ext/socket/socket.c, file.c, io.c, process.c, thread.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18985 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 @@ +Sun Aug 31 16:43:56 2008 Koichi Sasada <ko1@atdot.net> + + * include/ruby/intern.h: rename RB_UBF_DFL to + RUBY_UBF_IO and RUBY_UBF_PROCESS. + Because there is no default (universal) unblocking function. + + * ext/socket/socket.c, file.c, io.c, process.c, thread.c: ditto. + Sun Aug 31 16:42:23 2008 Tanaka Akira <akr@fsij.org> * transcode.c (econv_insert_output): raise ArgumentError on failure. |
