From 71afefd5d1f0d3d43f5ca3fb3c416bad3821c46f Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Sep 2006 16:41:56 +0000 Subject: * string.c (rb_str_partition): a new method to separate the string by a separator. taken from Python 2.5. * string.c (rb_str_rpartition): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 074ad90e23..a60a4ef75a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,13 @@ Wed Sep 20 22:41:45 2006 Nobuyoshi Nakada * numeric.c (fix_mul): typo again. patch from Tadashi Saito . fixed: [ruby-core:08893] +Wed Sep 20 19:32:06 2006 Yukihiro Matsumoto + + * string.c (rb_str_partition): a new method to separate the string + by a separator. taken from Python 2.5. + + * string.c (rb_str_rpartition): ditto. + Wed Sep 20 09:49:40 2006 NAKAMURA Usaku * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define -- cgit v1.2.3