summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-02 16:39:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-02 16:39:21 +0000
commitf40c4a434c2c45c8e22d08fcb984b344c1cad813 (patch)
treef8fdfbf1daf2fbf64d4abbbed9fb160df7740b2b /ChangeLog
parent0e305d8f705e1eea7513450f96093e9f5aeebace (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d50241a3d..d544ad3a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):