| Commit message (Expand) | Author | Age | Files | Lines |
* | precedes registering global VALUE variables before initializing it. | akr | 2005-12-12 | 1 | -6/+5 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -1/+1 |
* | * configure.in, io.c: use sys/syscall.h if syscall.h is not available. | nobu | 2005-10-24 | 1 | -0/+2 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 1 | -0/+4 |
* | * io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334] | nobu | 2005-09-27 | 1 | -2/+4 |
* | * io.c: fixed rdoc. [ruby-Bugs:2523] | ocean | 2005-09-27 | 1 | -2/+3 |
* | * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead. | ocean | 2005-09-20 | 1 | -0/+8 |
* | * io.c (io_close): call rb_io_close() directly if io is a T_FILE | matz | 2005-09-19 | 1 | -0/+4 |
* | * file.c (rb_thread_flock): wrap the flock system call by | akr | 2005-09-18 | 1 | -0/+2 |
* | * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to | akr | 2005-09-18 | 1 | -0/+2 |
* | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz | 2005-09-17 | 1 | -1/+1 |
* | document a blocking behavior of IO#eof?. | akr | 2005-09-05 | 1 | -4/+23 |
* | * io.c: check HAVE_SYS_IOCTL_H before including the header. | matz | 2005-07-25 | 1 | -1/+1 |
* | * io.c (S_ISREG): need to define S_ISREG before it is used first. | usa | 2005-07-20 | 1 | -4/+4 |
* | don't use S_ISDIR. | akr | 2005-07-20 | 1 | -2/+1 |
* | * io.c (wsplit_p): patch for the environment where | ocean | 2005-07-20 | 1 | -3/+6 |
* | * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT | akr | 2005-07-20 | 1 | -0/+10 |
* | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz | 2005-07-19 | 1 | -1/+1 |
* | * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. | akr | 2005-07-18 | 1 | -2/+28 |
* | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr | 2005-05-12 | 1 | -11/+11 |
* | * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) | akr | 2005-05-12 | 1 | -4/+11 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -2/+2 |
* | fix some documents. | akr | 2005-01-25 | 1 | -11/+10 |
* | fix IO#read docment. | akr | 2005-01-24 | 1 | -7/+13 |
* | * io.c (io_fread): don't warn nonblocking behavior by default. | akr | 2005-01-12 | 1 | -1/+1 |
* | * io.c (io_fread): warn nonblocking behavior. | akr | 2005-01-08 | 1 | -24/+154 |
* | * stable version 1.8.2 released. | matz | 2004-12-25 | 1 | -38/+28 |
* | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu | 2004-12-23 | 1 | -23/+33 |
* | * io.c (io_reopen): restore exact mode. fixed: [ruby-core:04003] | nobu | 2004-12-23 | 1 | -2/+3 |
* | * io.c (io_reopen): readable flag was left unset for read-only IO. | nobu | 2004-12-23 | 1 | -1/+1 |
* | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu | 2004-12-22 | 1 | -1/+5 |
* | * io.c (io_reopen): keep duplex pipe in correct mode for exception | nobu | 2004-12-21 | 1 | -2/+12 |
* | * io.c (io_fwrite): workaround for MSVCRT's bug. | usa | 2004-12-20 | 1 | -0/+8 |
* | * io.c (rb_io_eof): check if closed before clearerr(). | nobu | 2004-12-20 | 1 | -0/+1 |
* | * io.c (io_reopen): [ruby-dev:25150] | matz | 2004-12-10 | 1 | -0/+1 |
* | * io.c (io_fwrite): change dereference for cosmetic reason. | matz | 2004-12-08 | 1 | -1/+1 |
* | io.c (io_fwrite) : fix offset incrementation for VMS and Human68k. | akiyoshi | 2004-12-07 | 1 | -2/+1 |
* | * io.c (io_write): remove rb_str_locktmp(). [ruby-dev:25050] | matz | 2004-12-07 | 1 | -15/+16 |
* | * eval.c (proc_invoke): copy arguments to frame.argv. | matz | 2004-12-03 | 1 | -5/+9 |
* | * io.c (io_fread): need not to null terminate. [ruby-dev:24998] | nobu | 2004-11-30 | 1 | -7/+6 |
* | * 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 | -15/+30 |
* | * io.c (io_read): move StringValue() check before GetOpenFile(). | matz | 2004-11-25 | 1 | -1/+1 |
* | * io.c (read_all): [ruby-dev:24955] | matz | 2004-11-25 | 1 | -2/+4 |
* | * io.c (io_read): [ruby-dev:24952] | matz | 2004-11-23 | 1 | -39/+41 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -0/+3 |