summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
2017-09-18error.c: KeyError#receiver and KeyError#keynobu
2017-09-09sprintf.c: NULL as strnobu
2017-08-02suppress warnings when RUBY_USE_SETJMPEXnobu
2017-07-31Improve error messagekazu
2017-07-23sprintf.c: width too bignobu
2017-05-26sprintf.c: remove redundant conditionnobu
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-04-28sprintf.c: remove unused variablenobu
2017-04-28sprintf.c: ruby_ultoanobu
2017-04-28sprintf.c: format by utility functionsnobu
2017-04-28sprintf.c: fix one-off bugnobu
2017-04-23Refactor "%f" % Inf/NaNnobu
2017-04-23Fix space flag when Inf/NaN and width==3nobu
2017-03-20Avoid integer overflow in sprintf()nobu
2017-03-20sprintf.c: string limitsnobu
2017-03-19sprintf.c: use FILLnobu
2017-03-13sprintf.c: fix out-of-bound accessnobu
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-06optimize FIXABLE macroshyouhei
2017-01-31sprintf.c: avoid garbage in common (no exception) casenormal
2016-12-17sprintf.c: fix width underflownobu
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-03-27sprintf.c: refactor Rational fnobu
2016-03-27sprintf.c: fix buffer overflownobu
2016-03-27sprintf.c: simplifynobu
2016-03-27sprintf.c: Rational f by generic Integer functionsnobu
2016-01-14sprintf.c: exact numbernobu
2015-12-03sprintf.c: fix garbage inserted with Rationalnobu
2015-11-30symbol.c: rb_sym_internnobu
2015-11-11sprintf.c: nil value is validnobu
2015-11-11sprintf.c: hash default valuenobu
2015-09-28vsnprintf.c: constifynobu
2015-09-28preserve encodings in error messagesnobu
2015-06-26sprintf.c: rb_inspect returns a stringnobu
2015-02-22sprintf.c: ruby specific functionsnobu
2015-02-13util.c: hexdigitnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-04ruby.h: add mark to PRIsVALUEnobu
2014-09-16sprintf.c: integer overflownobu
2014-09-14sprintf.c: improve rational 'f' formatnobu
2014-08-19sprintf.c: fix conditionnobu
2014-08-18sprintf.c: rational 'f' formatnobu
2014-08-18sprintf.c: remove magic numbersnobu
2014-07-30* sprintf.c (rb_str_format): like r47006, get rid ofktsj
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-07-08sprintf.c: skip non-interned namenobu
2014-07-02sprintf.c: check_name_argnobu