summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
2008-09-04* include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr
2008-09-03add tests.akr
2008-09-03* include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr
2008-08-27add a test.akr
2008-08-26* transcode.c (rb_econv_open): disable newline conversion for ASCIIakr
2008-08-24* io.c (rb_io_init_copy): copy encs.akr
2008-08-24* io.c (rb_io_s_pipe): accept optional hash.akr
2008-08-24* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr
2008-08-23* include/ruby/io.h (FMODE_INVALID_MASK): defined.akr
2008-08-23* io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr
2008-08-22* include/ruby/io.h (FMODE_TEXTMODE): defined.akr
2008-08-21* io.c (rb_io_initialize): accept hash argument.akr
2008-08-21* io.c (io_extract_encoding_option): if internal encoding is notakr
2008-08-18* io.c (rb_open_file): encoding in mode string was ignored if perm isakr
2008-08-18* io.c (rb_io_check_readable): side effect for STDIN removed.akr
2008-08-18* io.c (io_ungetbyte): renamed from io_ungetc.akr
2008-08-18* include/ruby/io.h (rb_io_t): new fields: writeconv,akr
2008-08-18* io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr
2008-08-18* io.c (io_shift_crbuf): add strp argument to append into existingakr
2008-08-18* io.c (io_enc_str_converted): new function.akr
2008-08-18add tests.akr
2008-08-17* io.c (appendline): appendline cannot check character boundary.akr
2008-08-17* include/ruby/encoding.h (rb_econv_putbackable): declared.akr
2008-08-16* include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off,akr
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-02-29add a test.akr
2008-01-25add a test.akr
2008-01-24fix last commit.akr
2008-01-24add a test for [ruby-dev:33264].akr
2008-01-09* io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz
2008-01-03add a test for getc with stateful conversion.akr
2007-12-26add a test.akr
2007-12-25* test/ruby/test_io_m17n.rb: fix testsmatz
2007-12-25* test/ruby/test_io_m17n.rb (test_pipe): fixed.akr
2007-12-25* test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text andakr
2007-12-24* include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz
2007-12-24add tests.akr
2007-12-24add tests.akr
2007-12-24add a test.akr
2007-12-23add some tests on conversion for pipe.akr
2007-12-23* io.c (appendline): should do multibyte aware RS search.matz
2007-12-23add test.akr
2007-12-23add ML ref.akr
2007-12-23add tests.akr
2007-12-23add assertions.akr
2007-12-23update tests.akr
2007-12-23add test for IO.pipe.akr
2007-12-23add tests.akr
2007-12-23more IO m17n tests.akr