summaryrefslogtreecommitdiff
path: root/test/ruby/test_argf.rb
AgeCommit message (Expand)Author
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-25* io.c (argf_getpartial): should not resize str if the secondshugo
2015-10-22io.c: check ARGV element typenobu
2015-07-17io.c (argf_read_nonblock): support `exception: false'normal
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-08-28io.c: preserve encodingsnobu
2013-10-09test/ruby: assert_raise_with_messagenobu
2013-03-30Specify external_encodingnaruse
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2013-03-29io.c: get rid of IOError when skipped while iterationnobu
2012-12-24test_argf.rb: duplicated testnobu
2012-12-22Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu
2012-11-26* test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa
2012-11-26* io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse
2012-07-18increment @tmp_count.akr
2012-07-18* test/ruby/test_argf.rb: use temporally directory.akr
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
2012-02-01* test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu
2012-01-31* io.c (argf_close): skip stdin, which should be readable again.nobu
2011-09-03* io.c (argf_next_argv): open in default text mode.nobu
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-01-13* io.c (argf_next_argv): go advance when the next file cannot benobu
2010-12-14* test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2009-09-13remove temporally files explicitly.akr
2009-09-13make tempfile prefix more descriptive.akr
2009-08-31* test/ruby/test_argf.rb (assert_src_expected): refactored.nobu
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-06-16* test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz
2008-10-28* test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa
2008-10-27* test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-28add a test for [ruby-dev:34958].akr
2008-06-18* test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa
2008-06-18* test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa
2008-06-02* test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr
2008-05-30* test/ruby/test_argf.rb: rename a conflicting method name.mame
2008-05-29* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame