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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
scanf
Age
Commit message (
Expand
)
Author
2017-10-21
Fix bug about String#scanf("%a")
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-02-27
test_scanf.rb: include arguments in names
nobu
2014-02-27
test_scanf.rb: use tmpefile
nobu
2010-05-13
* test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.
nobu
2010-04-01
* lib/scanf.rb: support %a format. [ruby-dev:40650]
naruse
2010-03-28
* lib/scanf.rb: fix max width modifier for %f.
naruse
2010-03-28
* lib/scanf.rb: fix %[egEFG] isn't accept.
naruse
2009-10-21
* test/scanf/test_scanfio.rb (TestScanfIO): needs to inherit
nobu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-10-01
* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
mame
2008-09-03
* lib/scanf.rb: fixed bug involving matching literal '['
dblack
2008-08-20
* lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept
nobu
2007-09-28
refine previous change.
akr
2007-09-28
don't generate temporary files under current directory.
akr
2004-03-02
Fixed to work with Ruby test suite (patch from Nobu)
dblack
2004-03-01
First commit of scanf test files
dblack