summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-26 14:52:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-26 14:52:40 +0000
commite835b9fd0ccd4efbf593b4065912e114da21d1dd (patch)
treef3ac464d5ad02d783bc0720e9623af57b739a693 /ChangeLog
parentbf874974c7f71c52bb281ec5be38c5c6b0c2d376 (diff)
downloadruby-e835b9fd0ccd4efbf593b4065912e114da21d1dd.tar.gz
ruby-e835b9fd0ccd4efbf593b4065912e114da21d1dd.tar.xz
ruby-e835b9fd0ccd4efbf593b4065912e114da21d1dd.zip
* io.c (rb_io_getline): rs modification check should not interfere in the loop.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bbd834fde..c7517fe89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+Tue Oct 26 23:52:32 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_io_getline): rs modification check should not interfere in the loop.
+
Tue Oct 26 23:30:39 2004 Dave Thomas <dave@pragprog.com>
- * lib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module):
+ * lib/rdoc/code_objects.rb (RDoc::Context::add_class_or_module):
Restore correct :nopdoc: behavior with nested classes and modules.
Mon Oct 25 18:35:39 2004 WATANABE Hirofumi <eban@ruby-lang.org>