summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 991eb65119..65288ef9ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 31 16:04:38 2009 Tanaka Akira <akr@fsij.org>
+
+ * io.c (io_getpartial): fflush after read for updating pos in FILE.
+ not portable, I guess. [ruby-core:21561]
+
Fri Jan 30 15:41:51 2009 Akinori MUSHA <knu@iDaemons.org>
* proc.c (Init_Proc): add '===' operator to use procs in when