| Commit message (Expand) | Author | Age | Files | Lines |
* | fix previous commit to check stdout is a tty. | akr | 2005-02-07 | 1 | -2/+7 |
* | * io.c (io_getc): flush rb_stdout before read fro stdin, which is | akr | 2005-02-07 | 1 | -6/+7 |
* | fix some documents. | akr | 2005-01-25 | 1 | -11/+10 |
* | fix IO#read docment. | akr | 2005-01-24 | 1 | -5/+13 |
* | * io.c (remain_size): use buffered data instead of unreading to avoid | nobu | 2005-01-11 | 1 | -3/+7 |
* | * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312] | nobu | 2005-01-09 | 1 | -3/+3 |
* | update readpartial document. | akr | 2005-01-08 | 1 | -6/+6 |
* | * io.c (argf_readpartial): new method ARGF.readpartial. | akr | 2005-01-01 | 1 | -49/+105 |
* | * rubyio.h: don't deprecate rb_read_check. | akr | 2004-12-30 | 1 | -12/+25 |
* | * io.c (next_argv): reduce use of stdio. | nobu | 2004-12-23 | 1 | -25/+37 |
* | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu | 2004-12-23 | 1 | -28/+34 |
* | * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX. | akr | 2004-12-23 | 1 | -13/+15 |
* | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu | 2004-12-22 | 1 | -1/+5 |
* | * io.c (pipe_open): should set prog if argc != 0. | eban | 2004-12-09 | 1 | -1/+2 |
* | * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c: | akr | 2004-12-08 | 1 | -89/+80 |
* | * io.c (pipe_open): win32 bidirectional pipe support. | usa | 2004-12-07 | 1 | -6/+5 |
* | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr | 2004-12-07 | 1 | -8/+4 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -31/+31 |
* | * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP. | eban | 2004-12-06 | 1 | -1/+4 |
* | * io.c (is_socket): fix typos. [ruby-core:03900] | usa | 2004-12-06 | 1 | -6/+8 |
* | * io.c (is_socket): new function. | usa | 2004-12-06 | 1 | -13/+36 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -517/+412 |
* | * io.c (rb_file_initialize): [ruby-dev:25032] | matz | 2004-12-02 | 1 | -3/+1 |
* | * io.c (rb_io_ctl): [ruby-dev:25019] | matz | 2004-12-02 | 1 | -1/+1 |
* | * io.c (pipe_open): errno should be preserved for rb_sys_fail() when | nobu | 2004-11-30 | 1 | -0/+2 |
* | * io.c (io_fread): need not to null terminate. [ruby-dev:24998] | matz | 2004-11-30 | 1 | -8/+6 |
* | * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992] | matz | 2004-11-29 | 1 | -1/+7 |
* | * object.c (convert_type): [ruby-core:03845] | matz | 2004-11-29 | 1 | -5/+5 |
* | * io.c (fptr_finalize): must not use FILE after fclose(). | nobu | 2004-11-29 | 1 | -5/+12 |
* | don't use READ_DATA_PENDING in previous change | akr | 2004-11-28 | 1 | -2/+1 |
* | * io.c (rb_io_check_writable): restrict io_seek by | akr | 2004-11-28 | 1 | -3/+2 |
* | io.c (rb_io_fwrite): set path to NULL | akr | 2004-11-27 | 1 | -1/+1 |
* | * io.c: avoid avoid data loss with nonblocking fd and | akr | 2004-11-27 | 1 | -13/+40 |
* | * io.c (io_fread): [ruby-dev:24964] | matz | 2004-11-27 | 1 | -10/+25 |
* | * io.c (rb_io_initialize): [ruby-dev:24963] | matz | 2004-11-26 | 1 | -17/+13 |
* | * io.c (rb_io_initialize): [ruby-dev:24962] | matz | 2004-11-26 | 1 | -10/+10 |
* | * io.c (rb_io_initialize): should retrieve flags from copying file | matz | 2004-11-26 | 1 | -5/+7 |
* | * io.c (io_read): move StringValue() check before GetOpenFile(). | matz | 2004-11-25 | 1 | -1/+1 |
* | * configure.in: AC_PREREQ(2.53) [ruby-core:03800] | matz | 2004-11-25 | 1 | -2/+4 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -58/+53 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -6/+8 |
* | * io.c (rb_io_getline): f.gets("") did not work. [ruby-core:03771] | aamine | 2004-11-20 | 1 | -4/+8 |
* | * io.c (__fpending): commit miss. | eban | 2004-11-20 | 1 | -0/+3 |
* | * io.c (io_reopen): work around problem with Cygwin fseeko | eban | 2004-11-20 | 1 | -3/+4 |
* | * string.c (str_gsub): internal buffer should not be listed by | matz | 2004-11-19 | 1 | -0/+3 |
* | * io.c, rubyio.h (rb_io_modenum_flags): exported. | nobu | 2004-11-18 | 1 | -1/+1 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -0/+5 |
* | * io.c (pipe_open): need to set cmd if argc == 0 (win32). | usa | 2004-11-02 | 1 | -0/+3 |
* | * io.c (pipe_open): IO.popen should take array as 1st argument for | matz | 2004-11-02 | 1 | -27/+25 |
* | * eval.c (proc_invoke): nail down dyna_var node when Proc object | matz | 2004-11-01 | 1 | -16/+12 |