diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 01:19:23 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-12 01:19:23 +0000 |
| commit | a38bfc7bed2786506648f0eecf55e26d7c917dd1 (patch) | |
| tree | 03f1ff6808e0ad7e0cee8b6fd031ec8d8b3cf115 /ChangeLog | |
| parent | 8cbb1aab5cdc5d8099500f315cb9015fe4481183 (diff) | |
| download | ruby-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |
