diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 07:36:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-27 07:36:54 +0000 |
commit | 121d15dddab92307984c55165e2fc0ae01f5ff50 (patch) | |
tree | 63384780dff3510988cc23847845007a1cf4a8af /ChangeLog | |
parent | ed58a66fa8bf2af5e085529887e16c2a9498bb1e (diff) |
* string.c (chopped_length): get rid of unexpected exception.
see [ruby-core:26336].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Oct 27 16:36:52 2009 Nobuyoshi Nakada <[email protected]> + + * string.c (chopped_length): get rid of unexpected exception. + see [ruby-core:26336]. + Tue Oct 27 15:53:10 2009 Tanaka Akira <[email protected]> * gc.h (SET_MACHINE_STACK_END): use __i386. |