summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eba6188d96..bff389903a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Nov 29 01:18:18 2004 Tanaka Akira <akr@m17n.org>
+
+ * io.c (rb_io_check_writable): restrict io_seek by
+ READ_DATA_PENDING because io_seek(fptr, 0, SEEK_CUR) is
+ meaningful only if read buffer is not empty.
+ call io_seek regardless of NEED_IO_SEEK_BETWEEN_RW.
+
Sun Nov 28 15:57:58 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/rss.rb (RSS::Element#tag): not use block_given? for