From a607c82efe3be64a1822ca70ebdcb45cfd5000d2 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 30 Oct 2003 09:36:41 +0000 Subject: * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio buffer filled. * io.c (rb_io_fptr_cleanup): move path deallocation to rb_io_fptr_finalize (finalizer called by GC). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a26d0df4c..84b474857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ +Thu Oct 30 14:25:31 2003 Yukihiro Matsumoto + + * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio + buffer filled. + + * io.c (rb_io_fptr_cleanup): move path deallocation to + rb_io_fptr_finalize (finalizer called by GC). + Thu Oct 30 13:23:39 2003 Yukihiro Matsumoto * parse.y (logop): left may be NULL. [ruby-talk:84539] * eval.c (rb_eval): NODE_CASE nd_head may be NULL. - * eval.c (rb_eval): remove never occurred NODE_WHEN branch. - Thu Oct 30 10:14:51 2003 NAKAMURA, Hiroshi * lib/test/unit/autorunner.rb: make fox runners work. -- cgit