diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-02 16:39:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-02 16:39:21 +0000 |
| commit | f40c4a434c2c45c8e22d08fcb984b344c1cad813 (patch) | |
| tree | f8fdfbf1daf2fbf64d4abbbed9fb160df7740b2b /ChangeLog | |
| parent | 0e305d8f705e1eea7513450f96093e9f5aeebace (diff) | |
| download | ruby-f40c4a434c2c45c8e22d08fcb984b344c1cad813.tar.gz ruby-f40c4a434c2c45c8e22d08fcb984b344c1cad813.tar.xz ruby-f40c4a434c2c45c8e22d08fcb984b344c1cad813.zip | |
* string.c (rb_str_lines): returns an Enumerator instead of an
array of lines.
* string.c (rb_str_bytes): a new method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Oct 3 01:36:47 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_lines): returns an Enumerator instead of an + array of lines. + + * string.c (rb_str_bytes): a new method. + Mon Oct 2 23:47:55 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): |
