summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
2016-01-21test_io_m17n.rb: BOM with non-UTFnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-14test: use String#b instead of dup.force_encodingnobu
2015-12-13io.c: encoding in warningsnobu
2015-12-13io.c: BOM with non-UTFnobu
2015-12-13io.c: fix stack smashingnobu
2015-08-17io.c: raise at incomplete charnobu
2015-08-15io.c: read more datanobu
2015-07-13use Timeout.timeoutnobu
2015-06-30test_io.rb: skip method definitionsnobu
2014-12-15* test/ruby/test_io_m17n.rb: Add test for coderange clearing inheadius
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-08-28test_io_m17n.rb: leaked FDsnobu
2014-08-28io.c: preserve encodingsnobu
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