From 13b662a72c8afc58d1873b156cb28d55f87f4239 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 16 Oct 2006 23:07:07 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb1aa2605..0103156e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 17 08:04:31 2006 Yukihiro Matsumoto + + * 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 * array.c (rb_ary_unshift_m): a bug in lfree shift length -- cgit