summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:36:38 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-27 14:36:38 +0000
commite341e9b035294d1acf5347620fbd2fcb9245d382 (patch)
tree3ffe4864ddfcd053b876b924ae30a5b9adb38729 /ChangeLog
parent74eb575c8d06ea64efb6c817e8cbed976e5e863a (diff)
Backport #1818 [ruby-core:24561]; (argf_eof): go to the next file if called after ARGF.close or ARGF.skip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 444a30ac4e..c545614f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Wed Jan 27 22:16:00 2010 Kirk Haines <khaines@ruby-lang.org>
- * lib/rexml/text.rb: Backport #1806 [ruby-core:24506]; (REXML::Text.normalize): call to_s for input.
+ * io.c: Backport #1818 [ruby-core:24561]; (argf_eof): go to the next file if called after ARGF.close or ARGF.skip.
+
+ * lib/rexml/text.rb: Backport #1806 [ruby-core:24506]; (REXML::Text.normalize): call to_s for input. r26442
Tue Jan 26 3:03:00 2010 Kirk Haines <khaines@ruby-lang.org>