summaryrefslogtreecommitdiff
path: root/test/ruby/test_sprintf.rb
AgeCommit message (Expand)Author
2010-11-22* vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse
2010-11-09Fix wrong test.naruse
2010-11-09* util.c (ruby_strtod): this code uses FPU's rounding system.naruse
2010-11-08* vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse
2010-10-24* vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu
2010-10-20* vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse
2010-10-19* vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-19* vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu
2010-10-18* vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu
2010-10-18Fix wrong test.naruse
2010-10-18* sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-07-21* sprintf.c: add short documentation about named reference.naruse
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-02Remove platform dependent test.naruse
2010-04-01Add test for sprintf with Infinity and NaN.naruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
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