aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * io.c (rb_f_p): returns arguments to intervene. [ruby-dev:29736]matz2007-06-051-2/+9
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-041-1/+1
* * io.c (pipe_open): refined the message of NotImplementedError.nobu2007-04-041-11/+19
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-041-7/+9
* * io.c (popen_exec): should not close close-on-exec FDs.nobu2007-04-041-0/+3
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-87/+87
* * io.c (rb_f_syscall): Fix buffer overflow with syscallknu2007-02-131-0/+2
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-1/+1
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-2/+1
* * io.c (rb_io_getline_fast, rb_io_getline): increase linenonobu2007-01-061-16/+44
* * io.c (argf_read): fix wrong replacement. [ruby-dev:30070]matz2007-01-061-1/+1
* * io.c (rb_io_getline): lineno update condition was wrong.matz2007-01-031-2/+2
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-031-1/+1
* * ext/stringio/stringio.c (strio_gets): accepts limit argument.matz2006-12-291-99/+132
* * string.c (rb_str_lines): now takes optional argument for thematz2006-10-161-0/+33
* * io.c (rb_io_print): no special handling for nil as well as puts.nobu2006-09-231-10/+3
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-23/+23
* * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa2006-08-311-5/+5
* * ruby.h (struct RString): embed small strings.matz2006-08-311-83/+75
* * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should notakr2006-08-061-5/+3
* * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr2006-08-031-2/+4
* * io.c (io_close): always calls "close" method of the receiver.matz2006-07-271-5/+7
* * io.c (popen_exec): close file descriptors other than standard I/Os.nobu2006-07-031-4/+0
* * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr2006-07-021-2/+4
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-271-8/+2
* * ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz2006-06-261-2/+8
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-7/+7
* * ext/socket/socket.c (Init_socket): remove obsolete constants:matz2006-06-131-2/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-20/+52
* avoid useless fcntl in rb_io_set_nonblock.akr2006-05-221-3/+5
* * rubyio.h (rb_io_set_nonblock): declared.akr2006-05-221-8/+110
* update readpartial doc.akr2006-05-131-7/+11
* note EAGAIN on readpartial document.akr2006-05-091-1/+1
* doc update for IO.popen and $?. [ruby-talk:186294]akr2006-03-281-1/+8
* * dir.c: supress warning "/* within comment"ocean2006-03-011-13/+8
* * io.c (rb_io_reopen): flush before reopening a file.akr2006-02-201-0/+4
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-131-1/+6
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-1/+1
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-1/+2
* precedes registering global VALUE variables before initializing it.akr2005-12-121-6/+5
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-1/+1
* * eval.c, intern.h: failed to compile where NFDBITS is defined butocean2005-11-111-6/+18
* * configure.in, io.c: use sys/syscall.h if syscall.h is not available.nobu2005-10-241-0/+2
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-0/+4
* * io.c (rb_io_init_copy): clear PREP flag for copied IO.nobu2005-10-081-1/+1
* * io.c: fixed rdoc. [ruby-Bugs:2523]ocean2005-09-271-2/+2
* banish some warnings.akr2005-09-241-1/+1
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-201-0/+8
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-0/+4