summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): refined the message of NotImplementedError.nobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-04* io.c (popen_exec): should not close close-on-exec FDs.nobu
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-13* io.c (rb_f_syscall): Fix buffer overflow with syscallknu
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2007-02-05* eval_thread.c, common.mk: remove eval_thread.c.ko1
2007-01-06* io.c (rb_io_getline_fast, rb_io_getline): increase linenonobu
2007-01-06* io.c (argf_read): fix wrong replacement. [ruby-dev:30070]matz
2007-01-03* io.c (rb_io_getline): lineno update condition was wrong.matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-29* ext/stringio/stringio.c (strio_gets): accepts limit argument.matz
2006-10-16* string.c (rb_str_lines): now takes optional argument for thematz
2006-09-23* io.c (rb_io_print): no special handling for nil as well as puts.nobu
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-06* io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should notakr
2006-08-03* io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr
2006-07-27* io.c (io_close): always calls "close" method of the receiver.matz
2006-07-03* io.c (popen_exec): close file descriptors other than standard I/Os.nobu
2006-07-02* io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-26* ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-22avoid useless fcntl in rb_io_set_nonblock.akr
2006-05-22* rubyio.h (rb_io_set_nonblock): declared.akr
2006-05-13update readpartial doc.akr
2006-05-09note EAGAIN on readpartial document.akr
2006-03-28doc update for IO.popen and $?. [ruby-talk:186294]akr
2006-03-01* dir.c: supress warning "/* within comment"ocean
2006-02-20* io.c (rb_io_reopen): flush before reopening a file.akr
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-12-19* io.c (rb_f_backquote): fix a GC problem onakr
2005-12-12precedes registering global VALUE variables before initializing it.akr
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-11-11* eval.c, intern.h: failed to compile where NFDBITS is defined butocean
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-10-08* io.c (rb_io_init_copy): clear PREP flag for copied IO.nobu
2005-09-27* io.c: fixed rdoc. [ruby-Bugs:2523]ocean
2005-09-24banish some warnings.akr
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_FILEmatz
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-09-17* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz