index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_argf.rb
Age
Commit message (
Expand
)
Author
2024-04-04
Update `ARGF.write` interface
Nobuyoshi Nakada
2024-04-04
Refine test_argf.rb
Nobuyoshi Nakada
2024-04-04
Prevent a warning
Yusuke Endoh
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-01-20
More tests
BurdetteLamar
2022-07-07
[Bug #18892] Reset `ARGF.lineno` after reading shebang
Nobuyoshi Nakada
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-08-10
Assert for duplicated ARGF [Bug #18074]
Nobuyoshi Nakada
2021-08-10
Assert that each contents are read [Bug #18074]
Nobuyoshi Nakada
2021-08-10
Fix ARGF.read(length) short read [Bug #18074]
Csaba Henk
2021-02-08
Forward keyword arguments to ARGF from global functions
Nobuyoshi Nakada
2021-02-08
Added test for keyword arguments to ARGF
Nobuyoshi Nakada
2020-12-03
delete deprecated IO-like methods
卜部昌平
2020-09-25
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-08-12
Fix corruption in ARGF.inplace
Peter Zhu
2020-02-18
Pass keyword arguments to IOs properly [Bug #16639]
Nobuyoshi Nakada
2018-08-09
Fix error when Encoding.default_external is Encoding::IBM437
kazu
2018-08-09
Skip test_inplace_nonascii if external encoding is us-ascii
kazu
2018-08-09
io.c: fix non-ascii filename inplace edit
nobu
2017-10-10
io.c: encoding of ARGF.inplace_mode
nobu
2017-10-10
io.c: path name conversion at ARGF
nobu
2017-10-02
io.c: check null char
nobu
2017-10-02
test_argf.rb: indent here docs
nobu
2017-08-29
test/ruby: tweaked heredocs
nobu
2016-12-27
io.c: ARGF fd leak
nobu
2016-12-20
io.c: update argf lineno
nobu
2016-12-20
io.c: update argf lineno
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-25
* io.c (argf_getpartial): should not resize str if the second
shugo
2015-10-22
io.c: check ARGV element type
nobu
2015-07-17
io.c (argf_read_nonblock): support `exception: false'
normal
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-08-28
io.c: preserve encodings
nobu
2013-10-09
test/ruby: assert_raise_with_message
nobu
2013-03-30
Specify external_encoding
naruse
2013-03-29
io.c: get rid of IOError when skipped while iteration
nobu
2013-03-29
io.c: get rid of IOError when skipped while iteration
nobu
2012-12-24
test_argf.rb: duplicated test
nobu
2012-12-22
Deprecate #{lines,bytes,chars,codepoints} of IO-likes.
knu
2012-11-26
* test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data is
usa
2012-11-26
* io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]
naruse
2012-07-18
increment @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 is
drbrain
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 be
nobu
[next]