summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-16 23:07:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-16 23:07:07 +0000
commit13b662a72c8afc58d1873b156cb28d55f87f4239 (patch)
treeea46012711fae60c2fc767591797305ec842b036 /ChangeLog
parentfb503ec8fcf874e6fe809d3aad0c6abe67303a76 (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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