From b729ec53a240564bdb94b1a6c5ae943c67f8c49d Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 26 Dec 2008 09:05:47 +0000 Subject: * io.c (fptr_finalize): don't allocate objects if noraise. (finish_writeconv): add noalloc argument to be able to avoid object allocation. (finish_writeconv_arg): introduced again. (finish_writeconv_sync): follow the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82c2609f70..efa48cf580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 26 18:04:10 2008 Tanaka Akira + + * io.c (fptr_finalize): don't allocate objects if noraise. + (finish_writeconv): add noalloc argument to be able to avoid + object allocation. + (finish_writeconv_arg): introduced again. + (finish_writeconv_sync): follow the above change. + Fri Dec 26 17:04:14 2008 Yuki Sonoda (Yugui) * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): -- cgit v1.2.3