diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-08 18:58:31 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-08 18:58:31 +0000 |
| commit | af040cb612f793ee86dacfadccdb1ad7fc4542db (patch) | |
| tree | 5951c87fb312bf1cd198209496851fb1db039bec /ChangeLog | |
| parent | fe6e7164249767d1ee80ea461a01449b4e61bc1c (diff) | |
* string.c (rb_str_upto): String#upto from empty string makes
inifinite loop. [ruby-core:09864]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11513 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 Jan 9 03:54:38 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_upto): String#upto from empty string makes + inifinite loop. [ruby-core:09864] + Sun Jan 7 18:36:05 2007 Koichi Sasada <ko1@atdot.net> * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), |
