aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * transcode.c (make_econv_exception): show readagain part for invalidakr2008-08-251-0/+1
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame2008-08-251-6/+9
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-251-1/+1
* * transcode.c (rb_econv_open_by_transcoder_entries): initializeakr2008-08-251-1/+41
* * io.c (rb_io_init_copy): copy encs.akr2008-08-241-2/+29
* * io.c (rb_io_s_pipe): accept optional hash.akr2008-08-241-0/+38
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-0/+63
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-242-5/+5
* * test/ruby/test_process.rb (TestProcess#test_rlimit_value): add Errno::EINVA...kazu2008-08-231-2/+2
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-231-0/+39
* * include/ruby/encoding.h (ECONV_INVALID_MASK): defined.akr2008-08-231-0/+33
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-231-0/+10
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-222-0/+195
* * complex.c (nucomp_div): now behaves as quo.tadf2008-08-222-52/+94
* * lib/webrick/server.rb (WEBrick::GenericServer#shutdown):kazu2008-08-221-1/+8
* * strftime.c (rb_strftime): supported flags and precision for mostnobu2008-08-221-7/+2
* * test/ruby/test_transcode.rb: test_shift_jis:duerst2008-08-221-21/+21
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-0/+13
* * strftime.c (rb_strftime): supported %F and %<precision>N.shugo2008-08-211-0/+12
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt...kazu2008-08-211-1/+1
* * file.c (rb_stat_inspect): don't raise if self is not initialized.akr2008-08-211-0/+1
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-0/+3
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-2/+278
* test O_NOFOLLOW only on FreeBSD and Linux.akr2008-08-211-2/+4
* * strftime.c (rb_strftime): return "UTC" instead of "GMT".shugo2008-08-211-1/+1
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-201-2/+12
* * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should acceptnobu2008-08-201-2/+2
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-201-0/+28
* * strftime.c: new file.shugo2008-08-201-0/+4
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-201-0/+18
* mkcdtmpdir doesn't yield a value.akr2008-08-191-9/+9
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-181-0/+9
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-181-1/+1
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-0/+19
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-8/+24
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-0/+45
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-0/+49
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-0/+71
* * io.c (io_enc_str_converted): new function.akr2008-08-181-7/+5
* add tests.akr2008-08-181-5/+19
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-171-0/+16
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo2008-08-171-3/+26
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-0/+9
* * transcode.c (econv_primitive_putback): new method.akr2008-08-171-0/+12
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-0/+10
* * transcode.c (make_econv_exception): add several instance variablesakr2008-08-171-0/+19
* * test/iconv/test_option.rb (test_ignore_option): skip if iconvnaruse2008-08-161-0/+2
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-161-6/+4
* * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,akr2008-08-161-25/+14
* add a test.akr2008-08-151-0/+8