aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki2012-05-081-0/+16
* use assert_equal, assert_match, and so on.nobu2012-05-071-1/+1
* * io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse2012-05-041-7/+8
* * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki2012-04-111-0/+16
* * io.c (static int io_fflush): add the definition.shirosaki2012-03-221-0/+15
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-131-0/+26
* assert_warn, assert_warningnobu2012-03-131-12/+0
* Add missing assert_warning.naruse2012-03-121-3/+15
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-121-0/+11
* * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu2012-02-241-0/+11
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-241-0/+11
* Additional test for r34358.naruse2012-01-241-0/+1
* * io.c (extract_binmode): raise an exception if binmode/textmodenaruse2012-01-231-0/+25
* * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse2012-01-231-0/+5
* * io.c (rb_sys_fail_path): move the definition.shirosaki2011-12-261-0/+11
* * test/ruby/test_io_m17n.rbusa2011-12-141-2/+2
* * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa2011-12-141-0/+92
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+48
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-0/+57
* * test/ruby/test_io_m17n.rbusa2011-11-071-0/+20
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-011-6/+6
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-311-1/+28
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-111-0/+9
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-261-0/+3
* * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika2011-03-091-1/+1
* * test/ruby: uniquify test names.nobu2011-02-111-1/+1
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-251-3/+43
* * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa2010-10-271-4/+4
* * ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa2010-10-271-2/+2
* * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa2010-10-271-5/+22
* * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu2010-10-201-336/+451
* Fix test; escape a backslash.naruse2010-10-121-1/+1
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-0/+24
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-0/+10
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-151-0/+18
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa2010-07-061-0/+14
* * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu2010-07-041-0/+13
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-071-0/+4
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu2010-05-131-2/+0
* add a test.akr2010-05-131-0/+12
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu2010-05-131-11/+11
* * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa2010-05-131-0/+1
* add a test.akr2010-05-121-8/+15
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-261-0/+10
* * io.c: raise IOError when byte oriented operations occur withakr2010-04-241-0/+33
* remove debug print.naruse2010-04-221-1/+0
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-0/+19
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-201-0/+15
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-221-2/+0
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-211-0/+6