From bba5e1126b62b24388a19e27f5002d15e15cdae3 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 8 Feb 2010 15:08:15 +0000 Subject: * io.c (rb_io_getline_fast): wrong calculation of new position from rb_str_coderange_scan_restartable(). [ruby-core:28103] * io.c (read_all): ditto. * sprintf.c (rb_str_format): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aeeb5b70af..95857fac44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 8 23:49:24 2010 Yukihiro Matsumoto + + * io.c (rb_io_getline_fast): wrong calculation of new position + from rb_str_coderange_scan_restartable(). [ruby-core:28103] + + * io.c (read_all): ditto. + + * sprintf.c (rb_str_format): ditto. + Mon Feb 8 21:03:53 2010 Tanaka Akira * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_id -- cgit v1.2.3