diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 11:16:43 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-26 11:16:43 +0000 |
| commit | 37a3f633ad8ff08ce6fbf346265e6252924e225b (patch) | |
| tree | 9565eb27f79320c561aaff16b03909988e92d1f1 /ChangeLog | |
| parent | 5b68a0c6e155827d23ec55b41fbea9219883750d (diff) | |
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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri Dec 26 18:04:10 2008 Tanaka Akira <akr@fsij.org> + + * 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 <matz@ruby-lang.org> * parse.y (gettable_gen): the encoding of __FILE__ should be |
