summaryrefslogtreecommitdiff
path: root/test/ruby/test_sprintf.rb
AgeCommit message (Expand)Author
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2008-12-28* test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-03-06* test_sprintf.rb (test_integer): add some cases.usa
2008-03-06add a test for [ruby-dev:34002].akr
2008-03-06* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu
2008-03-01test/test_{string,sprintf}.rb: updated.matz
2008-01-24* sprintf.c (remove_sign_bits): returns pointer to the first char tonobu
2008-01-24add a test for [ruby-dev:33224].akr
2008-01-23* test/ruby/test_struct.rb: add tests to achieve over 90% testmame
2007-12-22* test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko1
2007-12-01* bootstraptest/test_knownbug.rb: move fixed bugs.ko1
2007-11-18use ML ref. for assertion message.akr
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2004-06-22* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa
2004-02-18 * test/*: should not depend on $KCODE.nahi
2004-02-18* test/ruby/test_sprintf.rb: added tests.usa