summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
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
2014-07-02sprintf.c: check_pos_argnobu
2014-07-02sprintf.c: check_next_argnobu
2014-07-02sprintf.c: get_numnobu
2014-06-26sprintf.c: unnumbered asterisk with numbered argumentnobu
2014-06-26sprintf.c: remove extra parenthesesnobu
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-02-15* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr
2013-07-30sprintf.c: QUOTE flagnobu
2013-07-11* sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]zzak
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr
2013-06-12* sprintf.c (rb_str_format): Fix a dynamic format string.akr
2013-06-11* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-04-09* internal.h (MUL_OVERFLOW_INT_P): New macro.akr
2012-08-15sprintf.c: infectnobu
2012-08-15sprintf.c: coderange fixnobu
2012-06-26use rb_check_hash_typenobu
2012-05-24sprintf.c: inspect by plusnobu
2012-05-24Feature #5896nobu
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu