From 8d7145a4eb80b9e92354f2fbb2e142b32d8eeafc Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 8 Jan 2007 20:11:40 +0000 Subject: * string.c (rb_str_upto): use RSTRING_LEN(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 12b6527e2..f9487cf0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ Tue Jan 9 03:54:38 2007 Yukihiro Matsumoto * string.c (rb_str_upto): String#upto from empty string makes inifinite loop. [ruby-core:09864] + * string.c (rb_str_upto): use RSTRING_LEN(). + Sun Jan 7 18:36:05 2007 Koichi Sasada * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), -- cgit