From cd453f16b42ea9b68993631b27773165b24ee9b2 Mon Sep 17 00:00:00 2001 From: glass Date: Thu, 27 Dec 2012 11:43:02 +0000 Subject: * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError if the string is frozen. [Bug #7231] [ruby-core:48530] * ext/stringio/stringio.c (strio_ungetbyte): ditto. * test/stringio/test_stringio.rb: a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbabf013c4..c26c6cf8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Dec 27 20:11:29 2012 Masaki Matsushita + + * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError + if the string is frozen. + [Bug #7231] [ruby-core:48530] + + * ext/stringio/stringio.c (strio_ungetbyte): ditto. + + * test/stringio/test_stringio.rb: a test for above. + Wed Dec 26 23:55:18 2012 Keiju Ishitsuka * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598] -- cgit v1.2.3