summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 18:10:12 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 18:10:12 +0000
commit917286208cdccf52c49186c23568ec6b9f45cb56 (patch)
tree03ee5e63e227c9135326c6cc6f5705d6607aa4e8 /ChangeLog
parentc86115e9961c85736d2672a015e3113780551db1 (diff)
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
[ruby-core:24046] * io.c (struct argf): refactoring on $. and ARGF.lineno behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23862 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 1466f2f5f3..1e14820b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jun 27 03:09:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (argf_rewind): need to rewind $. and ARGF.lineno.
+ [ruby-core:24046]
+
+ * io.c (struct argf): refactoring on $. and ARGF.lineno behavior.
+
Fri Jun 26 21:48:30 2009 Tanaka Akira <akr@fsij.org>
* ext/pty/pty.c (pty_getpty): check dup failure.