From e64a495bf8d4467b770f33902b29c91e95d4971e Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 13 Dec 2008 01:03:33 +0000 Subject: merges r20651 from trunk into ruby_1_9_1. * string.c (rb_string_value_ptr, rb_to_id): do not use a side effect expression in RSTRING_PTR. * string.c (rb_str_split_m): simplified the argument of RSTRING_LEN. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e208739a3..6ac8a494b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 12 10:19:21 2008 Nobuyoshi Nakada + + * string.c (rb_string_value_ptr, rb_to_id): do not use a side + effect expression in RSTRING_PTR. + + * string.c (rb_str_split_m): simplified the argument of + RSTRING_LEN. + Thu Dec 11 23:48:00 2008 Tadayoshi Funaba * lib/cmath.rb (sqrt): should pass nan to the original method. -- cgit v1.2.3