diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 09:07:32 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 09:07:32 +0000 |
| commit | 2936600385283d3e320b72ed6a70882805599411 (patch) | |
| tree | 058477d4c73b52a1dee3635363c5a947a54c7b5d /ChangeLog | |
| parent | bc02b02778ca73eb64e803216e19650cd224798f (diff) | |
| download | ruby-2936600385283d3e320b72ed6a70882805599411.tar.gz ruby-2936600385283d3e320b72ed6a70882805599411.tar.xz ruby-2936600385283d3e320b72ed6a70882805599411.zip | |
* string.c (rb_str_inspect): don't call rb_enc_codepoint with empty
string. fix '#'.inspect.
* encoding.c (rb_enc_codepoint): raise on empty string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Dec 25 18:06:04 2007 Tanaka Akira <akr@fsij.org> + + * string.c (rb_str_inspect): don't call rb_enc_codepoint with empty + string. fix '#'.inspect. + + * encoding.c (rb_enc_codepoint): raise on empty string. + Tue Dec 25 17:48:28 2007 Shugo Maeda <shugo@ruby-lang.org> * vm.c (rb_frame_method_id_and_class): new function to get the |
