aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-21 07:03:06 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-21 07:03:06 +0000
commit8f05568afb57e733196408a500cfd9c48fb88fac (patch)
treebd8143e507b0da4a3be857aa436b71835fe55f2e /ChangeLog
parent10aaddb811afb5501178eb64c0cefbcd95cd0635 (diff)
downloadruby-8f05568afb57e733196408a500cfd9c48fb88fac.tar.gz
* io.c (read_all): fix: false negative invalid byte seequence
on reading from pipes. [ruby-dev:39743] fix: assigin the variable 'pos' as relative value from recent pos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6da4788141..2d411873e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 21 15:58:43 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * io.c (read_all): fix: false negative invalid byte seequence
+ on reading from pipes. [ruby-dev:39743]
+ fix: assigin the variable 'pos' as relative value from recent pos.
+
Sat Nov 21 14:44:16 2009 NARUSE, Yui <naruse@ruby-lang.org>
* file.c (file_path_convert): delay getting UTF8-MAC encoding