aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu2008-12-281-0/+3
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+1
* * test_sprintf.rb (test_integer): add some cases.usa2008-03-061-0/+3
* add a test for [ruby-dev:34002].akr2008-03-061-0/+1
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-061-12/+12
* test/test_{string,sprintf}.rb: updated.matz2008-03-011-4/+4
* * sprintf.c (remove_sign_bits): returns pointer to the first char tonobu2008-01-241-6/+6
* add a test for [ruby-dev:33224].akr2008-01-241-0/+8
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-231-0/+78
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-221-0/+5
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-011-0/+4
* use ML ref. for assertion message.akr2007-11-181-16/+11
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-0/+4
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-0/+33
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-221-0/+66
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * test/ruby/test_sprintf.rb: added tests.usa2004-02-181-0/+77