aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
...
* add a test.akr2008-08-271-0/+8
* * transcode.c (rb_econv_open): disable newline conversion for ASCIIakr2008-08-261-2/+47
* * io.c (rb_io_init_copy): copy encs.akr2008-08-241-2/+29
* * io.c (rb_io_s_pipe): accept optional hash.akr2008-08-241-0/+38
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-0/+63
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-231-0/+39
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-231-0/+10
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-221-0/+174
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-0/+13
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-2/+278
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-181-0/+9
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-0/+19
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-8/+24
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-0/+45
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-0/+49
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-0/+71
* * io.c (io_enc_str_converted): new function.akr2008-08-181-7/+5
* add tests.akr2008-08-181-5/+19
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-171-0/+16
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-0/+10
* * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr2008-08-161-6/+4
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-291-9/+28
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-9/+0
* add a test.akr2008-02-291-0/+9
* add a test.akr2008-01-251-0/+9
* fix last commit.akr2008-01-241-1/+1
* add a test for [ruby-dev:33264].akr2008-01-241-0/+10
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-091-1/+1
* add a test for getc with stateful conversion.akr2008-01-031-0/+11
* add a test.akr2007-12-261-0/+12
* * test/ruby/test_io_m17n.rb: fix testsmatz2007-12-251-4/+4
* * test/ruby/test_io_m17n.rb (test_pipe): fixed.akr2007-12-251-1/+1
* * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text andakr2007-12-251-2/+2
* * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz2007-12-241-4/+5
* add tests.akr2007-12-241-1/+20
* add tests.akr2007-12-241-0/+81
* add a test.akr2007-12-241-0/+11
* add some tests on conversion for pipe.akr2007-12-231-0/+34
* * io.c (appendline): should do multibyte aware RS search.matz2007-12-231-5/+5
* add test.akr2007-12-231-0/+11
* add ML ref.akr2007-12-231-1/+1
* add tests.akr2007-12-231-0/+42
* add assertions.akr2007-12-231-0/+2
* update tests.akr2007-12-231-2/+3
* add test for IO.pipe.akr2007-12-231-29/+37
* add tests.akr2007-12-231-9/+47
* more IO m17n tests.akr2007-12-231-4/+122
* move the test for [ruby-core:14288].akr2007-12-231-0/+22