aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bumpheadius2016-03-031-1/+1
* test_io_m17n.rb: BOM with non-UTFnobu2016-01-211-0/+13
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test: use String#b instead of dup.force_encodingnobu2015-12-141-3/+2
* io.c: encoding in warningsnobu2015-12-131-0/+8
* io.c: BOM with non-UTFnobu2015-12-131-0/+14
* io.c: fix stack smashingnobu2015-12-131-0/+13
* io.c: raise at incomplete charnobu2015-08-171-16/+35
* io.c: read more datanobu2015-08-151-0/+20
* use Timeout.timeoutnobu2015-07-131-1/+1
* test_io.rb: skip method definitionsnobu2015-06-301-2/+1
* * test/ruby/test_io_m17n.rb: Add test for coderange clearing inheadius2014-12-151-0/+16
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_io_m17n.rb: leaked FDsnobu2014-08-281-2/+2
* io.c: preserve encodingsnobu2014-08-281-0/+11
* * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr2014-05-291-22/+24
* test/ruby: better assertionsnobu2013-12-131-1/+1
* test/unit/assertions.rb: return exceptionnobu2013-10-091-4/+6
* io.c: fix 7bit coderange conditionnobu2013-06-121-1/+11
* * io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse2013-05-081-0/+36
* io.c: conversion from bom encodingnobu2013-04-251-1/+23
* * test/ruby/envutil.rb (EnvUtil.with_default_external): add fornaruse2013-03-111-20/+18
* * io.c (extract_binmode): raise error even if binmode and textmodenaruse2013-03-111-3/+6
* Fix tests of rb_warning().knu2012-11-241-6/+6
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * 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