aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sprintf.c: fix conditionnobu2014-08-191-1/+1
* sprintf.c: rational 'f' formatnobu2014-08-181-0/+67
* sprintf.c: remove magic numbersnobu2014-08-181-2/+3
* * sprintf.c (rb_str_format): like r47006, get rid ofktsj2014-07-301-2/+2
* * parse.y: change Symbol <-> ID relationship to avoidko12014-07-091-7/+7
* sprintf.c: skip non-interned namenobu2014-07-081-7/+8
* sprintf.c: check_name_argnobu2014-07-021-4/+12
* sprintf.c: check_pos_argnobu2014-07-021-6/+17
* sprintf.c: check_next_argnobu2014-07-021-4/+12
* sprintf.c: get_numnobu2014-07-021-13/+21
* sprintf.c: unnumbered asterisk with numbered argumentnobu2014-06-261-1/+4
* sprintf.c: remove extra parenthesesnobu2014-06-261-1/+1
* encoding.h: constify rb_encodingnobu2014-06-021-2/+2
* constify rb_encoding and OnigEncodingnobu2014-06-011-2/+2
* * parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari2014-03-261-1/+1
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-151-1/+1
* sprintf.c: QUOTE flagnobu2013-07-301-0/+1
* * sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]zzak2013-07-111-1/+1
* * internal.h (INTEGER_PACK_2COMP): Defined.akr2013-06-161-2/+2
* * sprintf.c (rb_str_format): Fix a dynamic format string.akr2013-06-121-6/+3
* * bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr2013-06-111-122/+97
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-4/+4
* * internal.h (MUL_OVERFLOW_INT_P): New macro.akr2013-04-091-3/+7
* sprintf.c: infectnobu2012-08-151-0/+1
* sprintf.c: coderange fixnobu2012-08-151-0/+1
* use rb_check_hash_typenobu2012-06-261-1/+1
* sprintf.c: inspect by plusnobu2012-05-241-2/+7
* Feature #5896nobu2012-05-241-2/+45
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-2/+5
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-111-9/+10
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-111-1/+1