| Commit message (Expand) | Author | Age | Files | Lines |
| * | * enumerator.c (enumerator_initialize), | knu | 2008-08-26 | 1 | -0/+5 |
| * | * test/ruby/test_transcode.rb: added test_euc_jp | duerst | 2008-08-26 | 1 | -0/+54 |
| * | * transcode.c (make_econv_exception): show readagain part for invalid | akr | 2008-08-25 | 1 | -0/+1 |
| * | * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risk | mame | 2008-08-25 | 1 | -6/+9 |
| * | * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958] | mame | 2008-08-25 | 1 | -1/+1 |
| * | * transcode.c (rb_econv_open_by_transcoder_entries): initialize | akr | 2008-08-25 | 1 | -1/+41 |
| * | * io.c (rb_io_init_copy): copy encs. | akr | 2008-08-24 | 1 | -2/+29 |
| * | * io.c (rb_io_s_pipe): accept optional hash. | akr | 2008-08-24 | 1 | -0/+38 |
| * | * include/ruby/encoding.h (rb_str_transcode): add ecflags argument. | akr | 2008-08-24 | 1 | -0/+63 |
| * | * include/ruby/encoding.h (rb_econv_open_exc): declared. | akr | 2008-08-24 | 2 | -5/+5 |
| * | * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA... | kazu | 2008-08-23 | 1 | -2/+2 |
| * | * include/ruby/io.h (FMODE_INVALID_MASK): defined. | akr | 2008-08-23 | 1 | -0/+39 |
| * | * include/ruby/encoding.h (ECONV_INVALID_MASK): defined. | akr | 2008-08-23 | 1 | -0/+33 |
| * | * io.c (rb_io_extract_modeenc): check :textmode and :binmode in option | akr | 2008-08-23 | 1 | -0/+10 |
| * | * include/ruby/io.h (FMODE_TEXTMODE): defined. | akr | 2008-08-22 | 2 | -0/+195 |
| * | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 2 | -52/+94 |
| * | * strftime.c (rb_strftime): supported flags and precision for most | nobu | 2008-08-22 | 1 | -7/+2 |
| * | * test/ruby/test_transcode.rb: test_shift_jis: | duerst | 2008-08-22 | 1 | -21/+21 |
| * | * io.c (rb_io_initialize): accept hash argument. | akr | 2008-08-21 | 1 | -0/+13 |
| * | * strftime.c (rb_strftime): supported %F and %<precision>N. | shugo | 2008-08-21 | 1 | -0/+12 |
| * | * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt... | kazu | 2008-08-21 | 1 | -1/+1 |
| * | * file.c (rb_stat_inspect): don't raise if self is not initialized. | akr | 2008-08-21 | 1 | -0/+1 |
| * | * process.c (pst_pid): use rb_attr_get to avoid warning on | akr | 2008-08-21 | 1 | -0/+3 |
| * | * io.c (io_extract_encoding_option): if internal encoding is not | akr | 2008-08-21 | 1 | -2/+278 |
| * | test O_NOFOLLOW only on FreeBSD and Linux. | akr | 2008-08-21 | 1 | -2/+4 |
| * | * strftime.c (rb_strftime): return "UTC" instead of "GMT". | shugo | 2008-08-21 | 1 | -1/+1 |
| * | * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work. | akr | 2008-08-20 | 1 | -0/+28 |
| * | * strftime.c: new file. | shugo | 2008-08-20 | 1 | -0/+4 |
| * | * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open. | akr | 2008-08-20 | 1 | -0/+18 |
| * | mkcdtmpdir doesn't yield a value. | akr | 2008-08-19 | 1 | -9/+9 |
| * | * io.c (rb_open_file): encoding in mode string was ignored if perm is | akr | 2008-08-18 | 1 | -0/+9 |
| * | * re.c (rb_reg_inspect): don't raise for uninitialized Regexp. | akr | 2008-08-18 | 1 | -1/+1 |
| * | * io.c (rb_io_check_readable): side effect for STDIN removed. | akr | 2008-08-18 | 1 | -0/+19 |
| * | * io.c (io_ungetbyte): renamed from io_ungetc. | akr | 2008-08-18 | 1 | -8/+24 |
| * | * include/ruby/io.h (rb_io_t): new fields: writeconv, | akr | 2008-08-18 | 1 | -0/+45 |
| * | * io.c (clear_readconv): extracted from rb_io_fptr_finalize. | akr | 2008-08-18 | 1 | -0/+49 |
| * | * io.c (io_shift_crbuf): add strp argument to append into existing | akr | 2008-08-18 | 1 | -0/+71 |
| * | * io.c (io_enc_str_converted): new function. | akr | 2008-08-18 | 1 | -7/+5 |
| * | add tests. | akr | 2008-08-18 | 1 | -5/+19 |
| * | * io.c (appendline): appendline cannot check character boundary. | akr | 2008-08-17 | 1 | -0/+16 |
| * | * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError. | akr | 2008-08-17 | 1 | -0/+9 |
| * | * transcode.c (econv_primitive_putback): new method. | akr | 2008-08-17 | 1 | -0/+12 |
| * | * include/ruby/encoding.h (rb_econv_putbackable): declared. | akr | 2008-08-17 | 1 | -0/+10 |
| * | * transcode.c (make_econv_exception): add several instance variables | akr | 2008-08-17 | 1 | -0/+19 |
| * | * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, | akr | 2008-08-16 | 1 | -6/+4 |
| * | * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start, | akr | 2008-08-16 | 1 | -25/+14 |
| * | add a test. | akr | 2008-08-15 | 1 | -0/+8 |
| * | * transcode.c (econv_just_convert): extracted from rb_econv_output. | akr | 2008-08-15 | 1 | -0/+34 |
| * | * include/ruby/encoding.h (rb_econv_t): new field: last_error. | akr | 2008-08-15 | 1 | -0/+46 |
| * | * test/ruby/test_settracefunc.rb (test_call, test_class): | nobu | 2008-08-15 | 1 | -8/+0 |