summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee46bde32..20f8fb965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Tue Nov 30 16:18:50 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * io.c (io_fread): need not to null terminate. [ruby-dev:24998]
+
* eval.c (rb_eval): should check previous frame for ZSUPER.
* io.c (read_all): remove unnecessary rb_str_resize().