aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-21/+20
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-211-1/+1
* * test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse2009-07-111-0/+14
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-3/+3
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz2008-10-201-3/+3
* add an assertion.akr2008-10-161-1/+3
* * io.c (rb_io_binmode): reset encoding conversion.akr2008-10-161-1/+12
* * transcode.c (rb_eUndefinedConversionError): renamed fromakr2008-09-251-6/+6
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-15/+15
* * test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr2008-09-161-5/+5
* add tests.akr2008-09-121-0/+12
* * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr2008-09-121-0/+18
* test modified.akr2008-09-101-1/+0
* * io.c (io_fwrite): raise an error if ASCII incompatible stringakr2008-09-091-31/+184
* add a test.akr2008-09-081-0/+4
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-1/+12
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-0/+22
* fix a test for previous commit.akr2008-09-051-0/+1
* * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr2008-09-051-4/+54
* * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr2008-09-041-10/+10
* add tests.akr2008-09-031-0/+15