aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 06:32:01 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 06:32:01 +0000
commit82ec8baa955a45e385569251de9b4da0d82ce5da (patch)
treea0abee77ec4a77ba307040a7fb6324d358022b16 /ChangeLog
parent77049334aa25b0bc93558b443e5f6072cb3a932c (diff)
downloadruby-82ec8baa955a45e385569251de9b4da0d82ce5da.tar.gz
* win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 742f758562..d1f8644ac0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 2 15:31:14 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w43_read): more fix. [ruby-core:33513]
+
Thu Dec 2 13:41:43 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (rb_w32_read): workaround for console reading troubles.