aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-5/+0
* move docs around [ci skip]卜部昌平2019-08-291-261/+0
* Add /* fall through */ commentsYusuke Endoh2019-07-141-0/+1
* sprintf.c: fix typostomar2018-04-221-1/+1
* quote symbolsnobu2018-03-141-0/+6
* sprintf.c: overflow checknobu2018-02-091-3/+6
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* error.c: KeyError#receiver and KeyError#keynobu2017-09-181-1/+1
* sprintf.c: NULL as strnobu2017-09-091-6/+14
* suppress warnings when RUBY_USE_SETJMPEXnobu2017-08-021-0/+4
* Improve error messagekazu2017-07-311-1/+1
* sprintf.c: width too bignobu2017-07-231-0/+1
* sprintf.c: remove redundant conditionnobu2017-05-261-2/+1
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-251-1/+4
* sprintf.c: remove unused variablenobu2017-04-281-2/+1
* sprintf.c: ruby_ultoanobu2017-04-281-5/+5
* sprintf.c: format by utility functionsnobu2017-04-281-38/+38
* sprintf.c: fix one-off bugnobu2017-04-281-5/+5
* Refactor "%f" % Inf/NaNnobu2017-04-231-18/+17
* Fix space flag when Inf/NaN and width==3nobu2017-04-231-3/+1
* Avoid integer overflow in sprintf()nobu2017-03-201-1/+2
* sprintf.c: string limitsnobu2017-03-201-3/+8
* sprintf.c: use FILLnobu2017-03-191-24/+13
* sprintf.c: fix out-of-bound accessnobu2017-03-131-0/+1
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-1/+5
* optimize FIXABLE macroshyouhei2017-03-061-5/+1
* sprintf.c: avoid garbage in common (no exception) casenormal2017-01-311-2/+4
* sprintf.c: fix width underflownobu2016-12-171-2/+2
* Use PRIuSIZE format specifier for size_t valuesrhe2016-09-131-1/+1
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-1/+1
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-2/+2
* sprintf.c: refactor Rational fnobu2016-03-271-25/+23
* sprintf.c: fix buffer overflownobu2016-03-271-1/+1
* sprintf.c: simplifynobu2016-03-271-9/+2
* sprintf.c: Rational f by generic Integer functionsnobu2016-03-271-10/+7
* sprintf.c: exact numbernobu2016-01-141-3/+9
* sprintf.c: fix garbage inserted with Rationalnobu2015-12-031-7/+10
* symbol.c: rb_sym_internnobu2015-11-301-3/+3
* sprintf.c: nil value is validnobu2015-11-111-6/+14
* sprintf.c: hash default valuenobu2015-11-111-5/+5
* vsnprintf.c: constifynobu2015-09-281-1/+1
* preserve encodings in error messagesnobu2015-09-281-0/+20
* sprintf.c: rb_inspect returns a stringnobu2015-06-261-2/+6
* sprintf.c: ruby specific functionsnobu2015-02-221-0/+33
* util.c: hexdigitnobu2015-02-131-0/+2
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* ruby.h: add mark to PRIsVALUEnobu2014-11-041-0/+3
* sprintf.c: integer overflownobu2014-09-161-3/+3
* sprintf.c: improve rational 'f' formatnobu2014-09-141-13/+39