aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: better assertionsnobu2013-12-131-1/+1
* test/unit/assertions.rb: return exceptionnobu2013-10-091-36/+18
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-0/+10
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-111-0/+38
* * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu2012-04-111-1/+8
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-111-3/+8
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-221-1/+1
* Fix wrong test.naruse2010-11-091-1/+1
* * util.c (ruby_strtod): this code uses FPU's rounding system.naruse2010-11-091-0/+2
* * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse2010-11-081-0/+1
* * vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu2010-10-241-0/+4
* * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse2010-10-201-2/+7
* * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse2010-10-191-0/+2
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-2/+4
* * vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu2010-10-191-0/+2
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-181-0/+8
* Fix wrong test.naruse2010-10-181-1/+1
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-181-0/+7
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-151-6/+4
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-151-4/+6
* * sprintf.c: add short documentation about named reference.naruse2010-07-211-0/+3
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-1/+2
* Remove platform dependent test.naruse2010-04-021-2/+0
* Add test for sprintf with Infinity and NaN.naruse2010-04-011-0/+4
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+13
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-0/+6
* * 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