From 0c882f4c9d8115d5292c85aacc4860e8946661fb Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 23 Feb 2007 01:21:49 +0000 Subject: * string.c (rb_str_ord): need not to check string length; ord returns a codepoint for the first character in the string. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdac8cfb02..d6f20d2ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 23 10:03:49 2007 Yukihiro Matsumoto + + * string.c (rb_str_ord): need not to check string length; ord + returns a codepoint for the first character in the string. + Wed Feb 21 22:29:45 2007 Akinori MUSHA * numeric.c (fix_equal): A bit more optimization. -- cgit v1.2.3