aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_argf.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * io.c (argf_getpartial): should not resize str if the secondshugo2015-11-251-0/+11
* io.c: check ARGV element typenobu2015-10-221-0/+8
* io.c (argf_read_nonblock): support `exception: false'normal2015-07-171-0/+43
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* io.c: preserve encodingsnobu2014-08-281-0/+7
* test/ruby: assert_raise_with_messagenobu2013-10-091-2/+1
* Specify external_encodingnaruse2013-03-301-6/+2
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+38
* test_argf.rb: duplicated testnobu2012-12-241-10/+0
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-3/+31
* * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa2012-11-261-2/+2
* * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse2012-11-261-0/+24
* increment @tmp_count.akr2012-07-181-0/+1
* * test/ruby/test_argf.rb: use temporally directory.akr2012-07-181-13/+14
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-181-0/+12
* * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse2012-02-021-0/+10
* * test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu2012-02-011-15/+0
* * io.c (argf_close): skip stdin, which should be readable again.nobu2012-01-311-0/+20
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-1/+12
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-11/+4
* * io.c (argf_next_argv): go advance when the next file cannot benobu2011-01-131-0/+15
* * test/ruby/test_argf.rb (test_inplace_rename_impossible): unlinkusa2010-12-141-4/+14
* * io.c (argf_readlines): forward to current_file for argumentsnobu2010-11-141-0/+18
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-0/+8
* remove temporally files explicitly.akr2009-09-131-1/+2
* make tempfile prefix more descriptive.akr2009-09-131-6/+6
* * test/ruby/test_argf.rb (assert_src_expected): refactored.nobu2009-08-311-53/+29
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+12
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-4/+4
* * test/ruby/test_argf.rb (TestArgf#test_skip): updated testmatz2009-06-161-6/+2
* * test/ruby/test_argf.rb (test_readpartial2): readpartial works just likeusa2008-10-281-0/+2
* * test/ruby/test_argf.rb (test_{argf,lineno,lineno2}): don't repeatnobu2008-10-271-16/+17
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-118/+95
* add a test for [ruby-dev:34958].akr2008-06-281-0/+10
* * test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa2008-06-181-11/+25
* * test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa2008-06-181-3/+8
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-021-0/+9
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-301-1/+1
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-291-0/+686