From aef19b44cac5f55a97f62df1dcf865df50fedf8c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 21 Sep 2006 01:10:25 +0000 Subject: * string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898] * string.c (rb_str_rpartition): fixed separation seek bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6028f3e35..bbaf80991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 21 10:07:09 2006 Yukihiro Matsumoto + + * string.c (rb_str_partition): RDoc typo fixed. [ruby-core:08898] + + * string.c (rb_str_rpartition): fixed separation seek bug. + Thu Sep 21 09:38:12 2006 Yukihiro Matsumoto * string.c (rb_str_lines): new method to split a string into lines. -- cgit