diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-18 03:23:47 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-18 03:23:47 +0000 |
| commit | 8c32ebc3821c8c0314884af77d24114338a2e371 (patch) | |
| tree | 296ea596a76d3bdbfa579ed6cc4bfc80816daed2 /ChangeLog | |
| parent | 4c876b08b80a411ce9e2593146fc4dd88c1bc56b (diff) | |
* ext/io/wait/wait.c: wrong backport from trunk, and compile error on
platforms fd_set is not a bit set. fixed: [ruby-dev:26562]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Mon Jul 18 12:23:27 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * ext/io/wait/wait.c: wrong backport from trunk, and compile error on + platforms fd_set is not a bit set. fixed: [ruby-dev:26562] + Mon Jul 18 09:36:25 2005 Tanaka Akira <akr@m17n.org> * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. @@ -9,8 +14,8 @@ Mon Jul 18 09:36:25 2005 Tanaka Akira <akr@m17n.org> Mon Jul 18 05:00:00 2005 NARUSE, Yui <naruse@ruby-lang.org> - * ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73 - fix: TestKconv 1F + * ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73 + fix: TestKconv 1F Sun Jul 17 13:46:54 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> |
