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 | 772d79be859721f42f3c3c85379f7124984564c9 (patch) | |
tree | 63384780dff3510988cc23847845007a1cf4a8af /ChangeLog | |
parent | 5385023112af199efa6cf1837fe65349abb5d2c7 (diff) | |
download | ruby-772d79be859721f42f3c3c85379f7124984564c9.tar.gz ruby-772d79be859721f42f3c3c85379f7124984564c9.tar.xz ruby-772d79be859721f42f3c3c85379f7124984564c9.zip |
* string.c (chopped_length): get rid of unexpected exception.
see [ruby-core:26336].
git-svn-id: http://svn.ruby-lang.org/repos/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 <nobu@ruby-lang.org> + + * string.c (chopped_length): get rid of unexpected exception. + see [ruby-core:26336]. + Tue Oct 27 15:53:10 2009 Tanaka Akira <akr@fsij.org> * gc.h (SET_MACHINE_STACK_END): use __i386. |