diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-02 04:42:29 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-12-02 04:42:29 +0000 |
commit | 6f3225f69890da5ed192d191d01462e03cfd6735 (patch) | |
tree | c725a5310415fe928f3e31baadf538ba91153e1d /ChangeLog | |
parent | 7eadd51dfe2631b11cbfc1ea20a4bec4f21faa20 (diff) |
* win32/win32.c (rb_w32_read): workaround for console reading troubles.
fixed [ruby-core:33511]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Dec 2 13:41:43 2010 NAKAMURA Usaku <[email protected]> + + * win32/win32.c (rb_w32_read): workaround for console reading troubles. + fixed [ruby-core:33511] + Thu Dec 2 13:10:42 2010 NARUSE, Yui <[email protected]> * lib/uri/common.rb (URI.encode_www_form): |