aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-091-8/+19
* * io.c (io_write): must check returned value from fwrite() beforenobu2002-10-081-6/+4
* * configure.in (RUBY_CHECK_IO_NEED_FLUSH): check whether fflush()nobu2002-10-021-9/+43
* * io.c (rb_io_wait_readable): handle retryable errors.nobu2002-10-021-48/+57
* * io.c (rb_io_inspect): not need to raise IOError for closed stream. [ruby-t...nobu2002-09-301-2/+2
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-0/+1
* move struct timeval to missing.hmichal2002-09-171-11/+0
* * io.c: add parameter prototype.aamine2002-09-161-1/+1
* retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu2002-09-111-21/+86
* * io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine2002-09-061-1/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-0/+2
* read_all ftello (instead ftell) (ruby-core:392)michal2002-09-021-1/+1
* * io.c (read_all): should use off_t instead of long.eban2002-08-291-1/+1
* * io.c (appendline): data was lost when raw mode.nobu2002-08-281-3/+15
* adjust indetnobu2002-08-281-1/+1
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-4/+3
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-4/+6
* *.c: Int vs Long cleanupmichal2002-08-211-16/+18
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-4/+3
* * replace of check EPIPE error(in getc()) rutine on bcc32.H_Konishi2002-08-201-3/+0
* * io.c (rb_io_putc): output via rb_io_write().matz2002-08-201-18/+4
* * io.c (NOFILE): define NOFILE as 64 if not defined.eban2002-08-161-1/+3
* * io.c (rb_io_fread): renamed from io_fread and made extern.nobu2002-08-161-4/+4
* * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.usa2002-06-281-3/+37
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+3
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-2/+2
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-3/+27
* * io.c (rb_io_clone): writing stream was not copied properly.nobu2002-05-201-2/+2
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-2/+2
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-31/+30
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-11/+12
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-151-7/+1
* * struct.c (rb_struct_select): fix typo.matz2002-04-121-2/+2
* * io.c (remain_size): IO#read returns "" if file.size == 0.eban2002-04-111-3/+0
* * Makefile.in (CPPFLAGS): remove @includedir@.matz2002-04-021-1/+3
* * io.c (rb_io_fptr_cleanup): need flush even when io will not bematz2002-04-011-2/+5
* * re.c (match_setter): it's OK to assign nil to $~.matz2002-04-011-14/+25
* * io.c (io_fflush): DRY patch from /Christoph applied.matz2002-03-291-22/+16
* * ext/socket/socket.c (sock_addrinfo): should specify socktypematz2002-03-281-14/+17
* * io.c (READ_DATA_PENDING): configure.in has supported for uClibc,eban2002-03-271-4/+0
* typonobu2002-03-271-1/+1
* * io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz2002-03-271-10/+36
* * configure.in (FILE_READPTR): new. for IO#gets improvement.nobu2002-03-251-139/+165
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-9/+13
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-3/+10
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-14/+34
* * io.c (READ_DATA_PENDING): uClibc support.eban2002-02-271-0/+2
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-0/+16
* * intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu2002-02-201-6/+4
* * io.c (rb_io_close): return Qnil.usa2002-02-201-1/+1