From 37a3f633ad8ff08ce6fbf346265e6252924e225b Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 26 Dec 2008 11:16:43 +0000 Subject: merges r21068 from trunk into ruby_1_9_1. * 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b65b5b590..3c9f65f8b 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. + Mon Dec 22 09:54:43 2008 Yukihiro Matsumoto * parse.y (gettable_gen): the encoding of __FILE__ should be -- cgit