aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 18:44:48 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 18:44:48 +0000
commit506c6f52b950c131b305456cf72fe8f84a2a8f5f (patch)
tree5c3f01f7e8dc014ec2401bac825309234bd0e518 /ChangeLog
parent7804656eb8252e223fce3b35da8a13c9f32392a9 (diff)
downloadruby-506c6f52b950c131b305456cf72fe8f84a2a8f5f.tar.gz
Revert r45670 "stringio.c: use rb_str_append"
It breaks test-all. http://u64b.rubyci.org/~chkbuild/ruby-trunk/log/20140422T143301Z.diff.html.gz rb_str_conv_enc() return original string for example when from ASCII-8BIT to UTF-8 with non ASCII strings git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index de0a97fa7b..696b56639e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,12 +13,6 @@ Tue Apr 22 23:56:24 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* configure.in (fstatfs): check it.
-Tue Apr 22 23:14:28 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/stringio/stringio.c (strio_write): use rb_str_append to
- reuse coderange bits and keep taintedness.
- [ruby-dev:48118] [Bug #9769]
-
Tue Apr 22 22:15:51 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* file.c (rb_io_statfs): need to define even if the system doesn't have