Age | Commit message (Expand) | Author |
2008-08-19 | * include/ruby/io.h (rb_fopen): declaration removed. | akr |
2008-08-19 | * io.c (rb_io_flags_mode): use hexadecimal in error message. | akr |
2008-08-19 | * io.c (rb_io_flags_mode): add a prefix 0 to octal in error message. | akr |
2008-08-18 | * io.c (rb_open_file): encoding in mode string was ignored if perm is | akr |
2008-08-18 | fix preivous change. | akr |
2008-08-18 | * io.c (rb_open_file): don't access argv[-1] by | akr |
2008-08-18 | * io.c (rb_io_check_readable): side effect for STDIN removed. | akr |
2008-08-18 | * io.c (io_ungetbyte): renamed from io_ungetc. | akr |
2008-08-18 | * io.c (id_encode): removed. | akr |
2008-08-18 | * io.c (make_writeconv): if enc and enc2 is set, convert | akr |
2008-08-18 | * include/ruby/io.h (rb_io_t): new fields: writeconv, | akr |
2008-08-18 | * io.c (clear_readconv): extracted from rb_io_fptr_finalize. | akr |
2008-08-18 | * io.c (mode_enc): modify enc and enc2 consistently. | akr |
2008-08-18 | * io.c (io_enc_str): code conversion removed. | akr |
2008-08-18 | * io.c (io_shift_crbuf): add strp argument to append into existing | akr |
2008-08-18 | * io.c (io_enc_str_converted): new function. | akr |
2008-08-17 | * io.c (appendline): appendline cannot check character boundary. | akr |
2008-08-17 | * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError. | akr |
2008-08-17 | * include/ruby/encoding.h (rb_econv_putbackable): declared. | akr |
2008-08-16 | * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, | akr |
2008-08-16 | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu |
2008-08-13 | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo |
2008-08-08 | * io.c (shutdown): not define if defined already. | nobu |
2008-08-08 | * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched): | nobu |
2008-08-06 | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse |
2008-08-05 | * array.c (rb_ary_sort_bang): reset to real class. | nobu |
2008-08-05 | * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are not | nobu |
2008-07-29 | * io.c (io_ungetc): raise NotImplementedError when ungetc is called | mame |
2008-07-21 | * io.c (prepare_getline_args): check if rs is a string when non-nil | nobu |
2008-07-16 | * io.c (appendline): remove invalid access. | mame |
2008-07-11 | * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the file | nobu |
2008-07-05 | rename rb_pipe_internal to rb_pipe. | akr |
2008-07-05 | * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILE | akr |
2008-06-30 | * io.c (argf_each_line): pass args to each_line. [ruby-dev:34958] | mame |
2008-06-24 | * io.c (io_reopen): remove cygwin handling because it seems to be for | usa |
2008-06-21 | * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new method | usa |
2008-06-18 | * io.c (rb_open_file): fs_encoding and fname_encoding is | naruse |
2008-06-18 | * io.c (rb_open_file): not rb_enc_get_index but rb_enc_get. | naruse |
2008-06-16 | * io.c (io_set_encoding): defined. | naruse |
2008-06-11 | * io.c (read_all): should use io_read_encoding(), not | matz |
2008-06-11 | * io.c (rb_io_reopen): clear read buffer. | nobu |
2008-06-11 | * io.c (io_fread): bypass buffered read if reading buffer is empty. | matz |
2008-06-09 | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu |
2008-06-09 | * io.c (fptr_finalize): close IO object if fd is already closed. | akr |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-06-07 | * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode): | nobu |
2008-06-06 | * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int. | usa |
2008-06-02 | * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc. | mame |
2008-05-31 | * suppress warnings with -Wwrite-string. | nobu |
2008-05-29 | remove a compile error. | mame |