diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-02-04 10:17:52 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-02-04 10:17:52 +0000 |
| commit | fc4321ea3fc5be0868be8501536014ac04e9b46b (patch) | |
| tree | b9d9e82c97452d75589228263faca4341a1f5b00 /ChangeLog | |
| parent | 8d9b300a72ec3de3b88aae973661be347df7a028 (diff) | |
* string.c: use long allocator names instead of numbered
allocator names.
* rb_str_new2 -> rb_str_new_cstr
* rb_str_new4 -> rb_str_new_frozen
* rb_str_new5 -> rb_str_new_with_class
* str_new3 -> str_new_shared
* str_new4 -> str_new_frozen_with_klass
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Feb 4 19:10:29 2014 Koichi Sasada <ko1@atdot.net> + + * string.c: use long allocator names instead of numbered + allocator names. + * rb_str_new2 -> rb_str_new_cstr + * rb_str_new4 -> rb_str_new_frozen + * rb_str_new5 -> rb_str_new_with_class + * str_new3 -> str_new_shared + * str_new4 -> str_new_frozen_with_klass + Tue Feb 4 17:20:03 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> * dir.c (glob_helper): return the filename with actual cases on |
