Age | Commit message (Expand) | Author |
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-17 | * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo | matz |
2005-09-14 | * win32/win32.c (collect_file_fd): rename from extract_file_fd. | usa |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz |
2005-09-12 | * dln.c: avoid warning of const to non-const convertion. | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-09-05 | document a blocking behavior of IO#eof?. | akr |
2005-08-30 | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu |
2005-07-27 | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz |
2005-07-23 | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu |
2005-07-20 | * io.c (S_ISREG): need to define S_ISREG before it is used first. | usa |
2005-07-20 | fix previous commit. | 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 | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz |
2005-07-18 | * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. | akr |
2005-06-03 | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu |
2005-03-07 | * object.c (inspect_obj): unintended space removal. | matz |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2005-02-07 | fix previous commit to check stdout is a tty. | akr |
2005-02-07 | * io.c (io_getc): flush rb_stdout before read fro stdin, which is | akr |
2005-01-25 | fix some documents. | akr |
2005-01-24 | fix IO#read docment. | akr |
2005-01-11 | * io.c (remain_size): use buffered data instead of unreading to avoid | nobu |
2005-01-09 | * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312] | nobu |
2005-01-08 | update readpartial document. | akr |
2005-01-01 | * io.c (argf_readpartial): new method ARGF.readpartial. | akr |
2004-12-30 | * rubyio.h: don't deprecate rb_read_check. | akr |
2004-12-23 | * io.c (next_argv): reduce use of stdio. | nobu |
2004-12-23 | * io.c (io_reopen, rb_io_reopen): prohibit to change access mode for | nobu |
2004-12-23 | * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX. | akr |
2004-12-22 | * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR. | nobu |
2004-12-09 | * io.c (pipe_open): should set prog if argc != 0. | eban |
2004-12-08 | * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c: | akr |
2004-12-07 | * io.c (pipe_open): win32 bidirectional pipe support. | usa |
2004-12-07 | * io.c (io_fwrite): avoid context switch before writing to stderr. | akr |
2004-12-06 | * process.c (proc_setgroups): [ruby-dev:25081] | matz |
2004-12-06 | * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP. | eban |
2004-12-06 | * io.c (is_socket): fix typos. [ruby-core:03900] | usa |
2004-12-06 | * io.c (is_socket): new function. | usa |
2004-12-06 | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr |
2004-12-02 | * io.c (rb_file_initialize): [ruby-dev:25032] | matz |
2004-12-02 | * io.c (rb_io_ctl): [ruby-dev:25019] | matz |
2004-11-30 | * io.c (pipe_open): errno should be preserved for rb_sys_fail() when | nobu |
2004-11-30 | * io.c (io_fread): need not to null terminate. [ruby-dev:24998] | matz |
2004-11-29 | * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992] | matz |
2004-11-29 | * object.c (convert_type): [ruby-core:03845] | matz |