summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-23* ruby.c (proc_options): removed "-*-" support for #! line.matz
2002-05-20* io.c (rb_io_clone): writing stream was not copied properly.nobu
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-12* struct.c (rb_struct_select): fix typo.matz
2002-04-11* io.c (remain_size): IO#read returns "" if file.size == 0.eban
2002-04-02* Makefile.in (CPPFLAGS): remove @includedir@.matz
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz
2002-04-01* re.c (match_setter): it's OK to assign nil to $~.matz
2002-03-29* io.c (io_fflush): DRY patch from /Christoph applied.matz
2002-03-28* ext/socket/socket.c (sock_addrinfo): should specify socktypematz
2002-03-27* io.c (READ_DATA_PENDING): configure.in has supported for uClibc,eban
2002-03-27typonobu
2002-03-27* io.c (rb_io_sysseek): new method based on a patch from Aristarkhmatz
2002-03-25* configure.in (FILE_READPTR): new. for IO#gets improvement.nobu
2002-03-25* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-02-27* io.c (READ_DATA_PENDING): uClibc support.eban
2002-02-22* bignum.c (get2comp): need to specify to carry or not.matz
2002-02-20* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),nobu
2002-02-20* io.c (rb_io_close): return Qnil.usa
2002-02-20* hash.c (rb_any_cmp): should handle Qundef in keys.matz
2002-02-19* io.c (rb_io_ungetc): don't fail pushed EOF back.nobu
2002-02-07* io.c (io_write): flag when buffered write is done.matz
2002-02-06* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.matz
2002-02-05* io.c (fptr_finalize): ignore EBADF when f and f2 use samenobu
2002-02-05* io.c (fptr_finalize): should raise error when fclose fails.matz
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2002-01-21* eval.c (ruby_stop): should not trace error handler.matz
2002-01-18* io.c (rb_io_s_new): block check moved from initialize to thismatz
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-21* time.c (time_plus): result should not be negative unlessmatz
2001-12-19* eval.c (rb_mod_define_method): define_method should followmatz
2001-12-17* intern.h: add prototypes.nobu
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-10-30* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-23* eval.c (is_defined): should not dump core for "defined?(())".matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz