diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-08 19:02:06 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-08 19:02:06 +0000 |
| commit | ccb7ce612088ed56b28ec3f70eb14a39f38834ff (patch) | |
| tree | a25e81cb06cfcb08b02056d2629d21980c9a9364 | |
| parent | 678fbc306aab8f643b616cdee4f2821f28b48b5c (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/branches/ruby_1_8@11514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -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 12:13:26 2007 Eric Hodel <drbrain@segment7.net> * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment): |
