aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
Commit message (Expand)AuthorAgeFilesLines
* sprintf.c: fix buffer overflownobu2016-03-271-0/+4
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* sprintf.c: exact numbernobu2016-01-141-0/+5
* test_sprintf.rb: simplifynobu2016-01-141-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* sprintf.c: fix garbage inserted with Rationalnobu2015-12-031-0/+3
* sprintf.c: nil value is validnobu2015-11-111-0/+5
* sprintf.c: hash default valuenobu2015-11-111-0/+6
* comment out for x86 extended precisionnaruse2014-12-151-2/+3
* sprintf.c: improve rational 'f' formatnobu2014-09-141-0/+14
* sprintf.c: fix conditionnobu2014-08-191-0/+1
* sprintf.c: rational 'f' formatnobu2014-08-181-0/+5
* sprintf.c: unnumbered asterisk with numbered argumentnobu2014-06-261-0/+4
* sprintf.c: remove extra parenthesesnobu2014-06-261-0/+6
* test_sprintf.rb: sprintf with a hash as parameternobu2013-12-281-0/+5
* 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