Age | Commit message (Expand) | Author |
2009-03-09 | merge revision(s) 21913: | shyouhei |
2008-06-29 | merge revision(s) 16507: | shyouhei |
2008-06-27 | merge revision(s) 16870: | shyouhei |
2008-06-13 | merge revision(s) 15287: | shyouhei |
2008-06-07 | merge revision(s) 14858: | shyouhei |
2008-06-07 | merge revision(s) 13774: | shyouhei |
2007-05-22 | merge -r 12143:12147 | shyouhei |
2007-05-22 | merge -c 12127 | shyouhei |
2007-02-13 | * io.c (rb_f_syscall): Fix buffer overflow with syscall | knu |
2007-01-03 | * io.c (ruby_dup): start GC on ENOMEM as well. | matz |
2007-01-03 | Revert r11453 | matz |
2007-01-03 | * io.c (ruby_dup): start GC on ENOMEM as well. | matz |
2006-09-04 | * io.c (pipe_open): command name should not contain null bytes. | matz |
2006-07-31 | * ruby.h: use ifdef (or defined) for macro constants that may or | matz |
2006-07-28 | * io.c (io_close): always calls "close" method of the receiver. | matz |
2006-06-26 | * io.c (pipe_open): avoid closing uninitialized file descriptors. | matz |
2006-05-22 | avoid useless fcntl in rb_io_set_nonblock. | akr |
2006-05-22 | * rubyio.h (rb_io_set_nonblock): declared. | akr |
2006-05-13 | update readpartial doc. | akr |
2006-05-09 | note EAGAIN on readpartial document. | akr |
2006-03-28 | doc update. [ruby-talk:186294] | akr |
2006-02-14 | * io.c (argf_forward): should not use frame->argv. | matz |
2006-01-13 | * io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): defined | akr |
2006-01-13 | Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi> | akr |
2005-12-19 | * io.c (rb_f_backquote): fix a GC problem on | akr |
2005-12-12 | precedes registering global VALUE variables before initializing it. | akr |
2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
2005-10-24 | * configure.in, io.c: use sys/syscall.h if syscall.h is not available. | nobu |
2005-10-13 | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu |
2005-09-27 | * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334] | nobu |
2005-09-27 | * io.c: fixed rdoc. [ruby-Bugs:2523] | ocean |
2005-09-20 | * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead. | ocean |
2005-09-19 | * io.c (io_close): call rb_io_close() directly if io is a T_FILE | matz |
2005-09-18 | * file.c (rb_thread_flock): wrap the flock system call by | akr |
2005-09-18 | * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to | akr |
2005-09-17 | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz |
2005-09-05 | document a blocking behavior of IO#eof?. | akr |
2005-07-25 | * io.c: check HAVE_SYS_IOCTL_H before including the header. | matz |
2005-07-20 | * io.c (S_ISREG): need to define S_ISREG before it is used first. | usa |
2005-07-20 | don't use S_ISDIR. | akr |
2005-07-20 | * io.c (wsplit_p): patch for the environment where | ocean |
2005-07-20 | * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT | akr |
2005-07-19 | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz |
2005-07-18 | * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. | akr |
2005-05-12 | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr |
2005-05-12 | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2005-01-25 | fix some documents. | akr |
2005-01-24 | fix IO#read docment. | akr |
2005-01-12 | * io.c (io_fread): don't warn nonblocking behavior by default. | akr |