aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf_comb.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* vsnprintf.c: fix buffer overflownobu2013-09-121-1/+1
* test_sprintf_comb.rb: split testsnobu2013-09-111-23/+23
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-151-3/+3
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-151-3/+3
* supress warnings.akr2010-01-251-1/+1
* add test for %B.akr2008-10-141-1/+6
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-1/+0
* update sprintf rdoc.akr2008-03-071-0/+1
* add tests for float format.akr2008-03-051-8/+263
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-011-14/+4
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-011-3/+3
* make combination recursionless.akr2008-01-261-8/+11
* combinational tests for printf.akr2008-01-251-0/+300