summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-06-11* io.c (io_getc): should be 7bit if ascii. fixes #4557nobu
2011-04-26* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu
2011-03-09 * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika
2011-02-11* test/ruby: uniquify test names.nobu
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa
2010-10-27* ruby/test_io_m17n.rb (TestIO_M17N#pipe): fixed the mistake of previoususa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa
2010-10-20* test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu
2010-10-12Fix test; escape a backslash.naruse
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-09-15* io.c (rb_io_puts): fix for wide char encoding strings.nobu
2010-07-06* test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa
2010-07-04* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu
2010-06-07* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu
2010-05-13* test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu
2010-05-13add a test.akr
2010-05-13* test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu
2010-05-13* test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa
2010-05-12add a test.akr
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-22remove debug print.naruse
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-07-11* test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-28* test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-16add an assertion.akr
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-12add tests.akr
2008-09-12* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr
2008-09-10test modified.akr
2008-09-09* io.c (io_fwrite): raise an error if ASCII incompatible stringakr
2008-09-08add a test.akr
2008-09-07* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr
2008-09-06* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr
2008-09-05fix a test for previous commit.akr
2008-09-05* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr