diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 10:08:48 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-12 10:08:48 +0000 |
| commit | d9ffec943c0608523135d73c6b7c348a9b02a8a5 (patch) | |
| tree | 6db22c190b53616729c703c529d2fd2d3995c9e9 /ChangeLog | |
| parent | 2938f7ee3b725d861d702de74a9743d260fdb68e (diff) | |
| download | ruby-d9ffec943c0608523135d73c6b7c348a9b02a8a5.tar.gz ruby-d9ffec943c0608523135d73c6b7c348a9b02a8a5.tar.xz ruby-d9ffec943c0608523135d73c6b7c348a9b02a8a5.zip | |
* string.c (rb_str_drop_bytes): new function to drop first bytes.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Tue Aug 12 19:07:02 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue Aug 12 19:08:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> - * string.c (rb_str_drop): new function to drop first bytes. + * string.c (rb_str_drop_bytes): new function to drop first bytes. Tue Aug 12 18:58:48 2008 Koichi Sasada <ko1@atdot.net> |
