summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
2010-07-06* test/ruby/test_io_m17n.rb (test_textmode_paragraph_nonasciicompat): shouldusa
2010-07-04* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu
2010-06-07* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu
2010-05-13* test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu
2010-05-13add a test.akr
2010-05-13* test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu
2010-05-13* test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa
2010-05-12add a test.akr
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-22remove debug print.naruse
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-07-11* test/ruby/test_io_m17n.rb (test_strip_bom): added.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-28* test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa
2008-10-20* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BITmatz
2008-10-16add an assertion.akr
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-09-25* transcode.c (rb_eUndefinedConversionError): renamed fromakr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-12add tests.akr
2008-09-12* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr
2008-09-10test modified.akr
2008-09-09* io.c (io_fwrite): raise an error if ASCII incompatible stringakr
2008-09-08add a test.akr
2008-09-07* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr
2008-09-06* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr
2008-09-05fix a test for previous commit.akr
2008-09-05* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr
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