summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-06-12io.c: fix 7bit coderange conditionnobu
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-04-25io.c: conversion from bom encodingnobu
2013-03-11* test/ruby/envutil.rb (EnvUtil.with_default_external): add fornaruse
2013-03-11* io.c (extract_binmode): raise error even if binmode and textmodenaruse
2012-11-24Fix tests of rb_warning().knu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-05-08* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki
2012-05-07use assert_equal, assert_match, and so on.nobu
2012-05-04* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-03-22* io.c (static int io_fflush): add the definition.shirosaki
2012-03-13* io.c (io_encoding_set): always warn if external encoding and internalnaruse
2012-03-13assert_warn, assert_warningnobu
2012-03-12Add missing assert_warning.naruse
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-02-24* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu
2012-02-24* dir.c (dir_initialize): keep path in original encoding.nobu
2012-01-24Additional test for r34358.naruse
2012-01-23* io.c (extract_binmode): raise an exception if binmode/textmodenaruse
2012-01-23* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse
2011-12-26* io.c (rb_sys_fail_path): move the definition.shirosaki
2011-12-14* test/ruby/test_io_m17n.rbusa
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-11-07* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa
2011-11-07* test/ruby/test_io_m17n.rbusa
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