| Commit message (Expand) | Author | Age | Files | Lines |
* | doc update for IO.popen and $?. [ruby-talk:186294] | akr | 2006-03-28 | 1 | -1/+8 |
* | * dir.c: supress warning "/* within comment" | ocean | 2006-03-01 | 1 | -13/+8 |
* | * io.c (rb_io_reopen): flush before reopening a file. | akr | 2006-02-20 | 1 | -0/+4 |
* | * parse.y (parser_parse_string): mention "regexp" in a error | matz | 2006-02-13 | 1 | -1/+6 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -1/+1 |
* | * io.c (rb_f_backquote): fix a GC problem on | akr | 2005-12-19 | 1 | -1/+2 |
* | 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 |
* | * eval.c, intern.h: failed to compile where NFDBITS is defined but | ocean | 2005-11-11 | 1 | -6/+18 |
* | * 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 (rb_io_init_copy): clear PREP flag for copied IO. | nobu | 2005-10-08 | 1 | -1/+1 |
* | * io.c: fixed rdoc. [ruby-Bugs:2523] | ocean | 2005-09-27 | 1 | -2/+2 |
* | banish some warnings. | akr | 2005-09-24 | 1 | -1/+1 |
* | * 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 |
* | * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo | matz | 2005-09-17 | 1 | -1/+1 |
* | * win32/win32.c (collect_file_fd): rename from extract_file_fd. | usa | 2005-09-14 | 1 | -4/+0 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 1 | -2/+2 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -4/+4 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -1/+1 |
* | * dln.c: avoid warning of const to non-const convertion. | ocean | 2005-09-12 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -452/+174 |
* | document a blocking behavior of IO#eof?. | akr | 2005-09-05 | 1 | -2/+21 |
* | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu | 2005-08-30 | 1 | -3/+11 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -1/+1 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -6/+1 |
* | * io.c (S_ISREG): need to define S_ISREG before it is used first. | usa | 2005-07-20 | 1 | -4/+4 |
* | fix previous commit. | akr | 2005-07-20 | 1 | -3/+2 |
* | * 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 |
* | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz | 2005-07-19 | 1 | -1/+1 |
* | * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. | akr | 2005-07-18 | 1 | -4/+36 |
* | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu | 2005-06-03 | 1 | -50/+129 |
* | * object.c (inspect_obj): unintended space removal. | matz | 2005-03-07 | 1 | -3/+0 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -29/+33 |
* | 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 |