diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 16:41:56 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-20 16:41:56 +0000 |
| commit | 1269a0ae12c40173f7977246857ad98368ed8307 (patch) | |
| tree | 732c6dd208cd9410a5045d4c6579448adf7d71a5 /ChangeLog | |
| parent | 409b3ccfb1ed41852090d1979b0d0f9d3b48bbed (diff) | |
| download | ruby-1269a0ae12c40173f7977246857ad98368ed8307.tar.gz ruby-1269a0ae12c40173f7977246857ad98368ed8307.tar.xz ruby-1269a0ae12c40173f7977246857ad98368ed8307.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@10974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -11,6 +11,13 @@ Wed Sep 20 22:41:45 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * numeric.c (fix_mul): typo again. patch from Tadashi Saito <shiba at mail2.accsnet.ne.jp>. fixed: [ruby-core:08893] +Wed Sep 20 19:32:06 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <usa@ruby-lang.org> * {bcc32,win32,wince}/Makefile.sub (INSTALLED_LIST): need to define |
