summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_m17n.rb
AgeCommit message (Expand)Author
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
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