diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-20 04:59:04 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-20 04:59:04 +0000 |
| commit | b2e16548ef9253722272be11645b4a32a6d76032 (patch) | |
| tree | 5d093538b21a26e91ce4d3100f0ba5841ccc715a /ChangeLog | |
| parent | bdeda0e6945521bc29b6a36bda9f410b2b82c8ca (diff) | |
| download | ruby-b2e16548ef9253722272be11645b4a32a6d76032.tar.gz ruby-b2e16548ef9253722272be11645b4a32a6d76032.tar.xz ruby-b2e16548ef9253722272be11645b4a32a6d76032.zip | |
* io.c (copy_stream_fallback): write directly (bypassing write method)
if possible.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ -Sun Apr 20 12:49:03 2008 Tanaka Akira <akr@fsij.org> +Sun Apr 20 13:55:37 2008 Tanaka Akira <akr@fsij.org> - * io.c (copy_stream_fallback): read directly (bypassing readpartial) + * io.c (copy_stream_fallback): write directly (bypassing write method) if possible. +Sun Apr 20 12:49:03 2008 Tanaka Akira <akr@fsij.org> + + * io.c (copy_stream_fallback): read directly (bypassing readpartial + method) if possible. + Sun Apr 20 04:45:13 2008 Tanaka Akira <akr@fsij.org> * io.c (copy_stream_body): use readpartial and write method for |
