From 89182621d9949b24e67d48b751a1997e9eeb06ec Mon Sep 17 00:00:00 2001 From: glass Date: Thu, 27 Dec 2012 12:21:17 +0000 Subject: * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError when limit is nil. [Bug #7232] [ruby-core:48531] * test/stringio/test_stringio.rb: a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dffda865c0..916d556571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 27 20:45:29 2012 Masaki Matsushita + + * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError + when limit is nil. + [Bug #7232] [ruby-core:48531] + + * test/stringio/test_stringio.rb: a test for above. + Thu Dec 27 21:08:23 2012 Charlie Somerville * vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32 -- cgit v1.2.3