summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 01:19:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-12 01:19:23 +0000
commita38bfc7bed2786506648f0eecf55e26d7c917dd1 (patch)
tree03f1ff6808e0ad7e0cee8b6fd031ec8d8b3cf115 /ChangeLog
parent8cbb1aab5cdc5d8099500f315cb9015fe4481183 (diff)
downloadruby-a38bfc7bed2786506648f0eecf55e26d7c917dd1.tar.gz
ruby-a38bfc7bed2786506648f0eecf55e26d7c917dd1.tar.xz
ruby-a38bfc7bed2786506648f0eecf55e26d7c917dd1.zip
* 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/trunk@20651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b8f21182..c2b154570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Dec 12 10:19:21 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <tadf@dotrb.org>
* lib/cmath.rb (sqrt): should pass nan to the original method.