aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-1/+1
* * io.c (rb_io_ungetc): don't fail pushed EOF back.nobu2002-02-191-1/+1
* * io.c (io_write): flag when buffered write is done.matz2002-02-071-4/+24
* * io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz2002-02-061-85/+125
* * io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu2002-02-051-7/+11
* * io.c (fptr_finalize): should raise error when fclose fails.matz2002-02-051-19/+28
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-0/+23
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-3/+3
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-33/+23
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1