From 7d848354f8e25a652ccaabbd54e106b44e7da308 Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 14 Apr 2008 04:16:23 +0000 Subject: * string.c (rb_str_partition, rb_str_rpartition, rb_str_start_with, rb_str_end_with): New methods: String#partition, #rpartition, #start_with? and #end_with?; backported from 1.9. These methods are $KCODE aware unlike #index, #rindex and #include?. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dec1703464..2535d633fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Apr 14 13:07:59 2008 Akinori MUSHA + + * string.c (rb_str_partition, rb_str_rpartition, + rb_str_start_with, rb_str_end_with): New methods: + String#partition, #rpartition, #start_with? and #end_with?; + backported from 1.9. These methods are $KCODE aware unlike + #index, #rindex and #include?. + +Mon Apr 14 00:11:22 2008 Akinori MUSHA + + * struct.c (rb_struct_each, rb_struct_each_pair): Return + an enumerator if no block is given. + Sun Apr 13 15:55:52 2008 Kazuhiro NISHIYAMA * object.c (sym_to_proc): new method Symbol#to_proc; backported -- cgit v1.2.3