diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-16 23:07:07 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-16 23:07:07 +0000 |
| commit | 13b662a72c8afc58d1873b156cb28d55f87f4239 (patch) | |
| tree | ea46012711fae60c2fc767591797305ec842b036 /ChangeLog | |
| parent | fb503ec8fcf874e6fe809d3aad0c6abe67303a76 (diff) | |
| download | ruby-13b662a72c8afc58d1873b156cb28d55f87f4239.tar.gz ruby-13b662a72c8afc58d1873b156cb28d55f87f4239.tar.xz ruby-13b662a72c8afc58d1873b156cb28d55f87f4239.zip | |
* string.c (rb_str_lines): now takes optional argument for the
line separator.
* io.c (rb_io_lines, rb_io_bytes): new methods.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11180 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 17 08:04:31 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_lines): now takes optional argument for the + line separator. + + * io.c (rb_io_lines, rb_io_bytes): new methods. + Mon Oct 16 23:33:18 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_unshift_m): a bug in lfree shift length |
