diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 05:44:30 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-18 05:44:30 +0000 |
| commit | 806cc716daa6414e284b859d3e520dcb34133ffc (patch) | |
| tree | 81ceba5023689beff323d380762be296b422023e /ChangeLog | |
| parent | 64ab3336d94b13e9692820de3ed5575a556c6d9d (diff) | |
| download | ruby-806cc716daa6414e284b859d3e520dcb34133ffc.tar.gz ruby-806cc716daa6414e284b859d3e520dcb34133ffc.tar.xz ruby-806cc716daa6414e284b859d3e520dcb34133ffc.zip | |
* string.c (str_nth): need not to raise out-of-range exception.
* test/ruby/test_m17n.rb (TestM17N::test_str_aref_len): removed
debug print.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14287 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 18 14:39:05 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (str_nth): need not to raise out-of-range exception. + + * test/ruby/test_m17n.rb (TestM17N::test_str_aref_len): removed + debug print. + Tue Dec 18 14:05:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * enc/depend: get rid of target expanded as empty for nmake. |
