diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-30 06:38:05 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-30 06:38:05 +0000 |
| commit | 2a4f53a3c6b839a546bf6badc731510c7651d3ae (patch) | |
| tree | dfe1062409fef2f44e7848ded9089a273809c7e5 /ChangeLog | |
| parent | edc6b366a13c230732df46a77553f4e3c7bd800b (diff) | |
| download | ruby-2a4f53a3c6b839a546bf6badc731510c7651d3ae.tar.gz ruby-2a4f53a3c6b839a546bf6badc731510c7651d3ae.tar.xz ruby-2a4f53a3c6b839a546bf6badc731510c7651d3ae.zip | |
* io.c: IO.copy_stream implemented. [ruby-dev:33843]
* thread.c (rb_fd_select): new function.
* configure.in (sys/sendfile.h): check the header file.
(sendfile): check the function.
(pread): check the function.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Mar 30 15:33:29 2008 Tanaka Akira <akr@fsij.org> + + * io.c: IO.copy_stream implemented. [ruby-dev:33843] + + * thread.c (rb_fd_select): new function. + + * configure.in (sys/sendfile.h): check the header file. + (sendfile): check the function. + (pread): check the function. + Sat Mar 29 14:18:41 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5. |
