aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_sprintf.rb
Commit message (Expand)AuthorAgeFilesLines
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+4
* Improve error messagekazu2017-07-311-2/+2
* sprintf.c: width too bignobu2017-07-231-0/+6
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-251-0/+10
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-0/+52
* sprintf.c: avoid garbage in common (no exception) casenormal2017-01-311-0/+10
* sprintf.c: fix width underflownobu2016-12-171-0/+5
* util.c: round to evennobu2016-11-041-1/+10
* util.c: round nearly middle valuenobu2016-07-101-0/+4
* 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