From ec879e5197c691d31d5383f47e310cbafd765abf Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 May 2009 22:50:11 +0000 Subject: * string.c (rb_str_partition): should use the converted result. a patch from Marc-Andre Lafortune at [ruby-core:23540]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e4856928..9709a3b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 25 07:50:05 2009 Nobuyoshi Nakada + + * string.c (rb_str_partition): should use the converted result. a + patch from Marc-Andre Lafortune at [ruby-core:23540]. + Mon May 25 05:32:19 2009 Yukihiro Matsumoto * lib/cgi/core.rb (CGI::HTTP_STATUS): typo fixed. a patch from -- cgit