diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-23 01:21:49 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-23 01:21:49 +0000 |
| commit | edcb087fa5c3a35c5e19d388330cd1a3c2ca9e5d (patch) | |
| tree | 3c211a650fce15a03d596a5eba23754b10a34081 /ChangeLog | |
| parent | 02edb7bde68c1cb2f0659919e065a8ec5f1581a8 (diff) | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@11809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Feb 23 10:03:49 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <knu@iDaemons.org> * numeric.c (fix_equal): A bit more optimization. |
