diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-20 15:04:18 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-20 15:04:18 +0000 |
| commit | a3489ee71a6c8d0ae9ca8b3e211f418e9258e2d4 (patch) | |
| tree | a4688a020834a1c8a315c90891505c57565dd125 /ChangeLog | |
| parent | 8c0ea7cda023737eb5a2e76b975b0c7bde70e467 (diff) | |
| download | ruby-a3489ee71a6c8d0ae9ca8b3e211f418e9258e2d4.tar.gz ruby-a3489ee71a6c8d0ae9ca8b3e211f418e9258e2d4.tar.xz ruby-a3489ee71a6c8d0ae9ca8b3e211f418e9258e2d4.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Apr 20 20:29:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * eval.c (ruby_cleanup): the order of local variables on stack is |
