aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-4/+1
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-1/+1
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-3/+8
* * intern.h: add prototypes.nobu2001-12-171-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-4/+27
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-0/+5
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-29/+4
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-1/+2
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-4/+0
* * marshal.c (r_object): better allocation type check formatz2001-10-031-32/+19
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-1/+2
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-5/+9
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-1/+1
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-0/+4