From d2163d6f1cec89312c5f684e905efddf2fa75957 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: http://svn.ruby-lang.org/repos/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 5e208739a..6ac8a494b 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