From a3489ee71a6c8d0ae9ca8b3e211f418e9258e2d4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Apr 2009 15:04:18 +0000 Subject: * string.c (rb_str_split_m): faster processing on 7bit strings. * string.c (ascii_isspace): faster isspace() for 7bit strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b5c52ca6..3e9565005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 20 20:29:04 2009 Yukihiro Matsumoto + + * string.c (rb_str_split_m): faster processing on 7bit strings. + + * string.c (ascii_isspace): faster isspace() for 7bit strings. + Sun Apr 19 14:43:18 2009 Nobuyoshi Nakada * eval.c (ruby_cleanup): the order of local variables on stack is -- cgit