aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rb_str_format: check overflownobu2012-04-101-4/+14
* * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu2012-01-141-2/+3
* * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu2012-01-131-1/+7
* * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporarynagachika2011-08-221-2/+6
* * random.c (random_rand): remove unused variables.naruse2011-04-251-5/+2
* * sprintf.c: parenthesize macro arguments.akr2010-12-301-12/+12
* * sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156.naruse2010-12-101-4/+4
* * sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG inusa2010-12-101-0/+4
* Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse2010-10-151-5/+7
* * sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse2010-10-151-7/+5
* * sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyukinobu2010-09-151-2/+2
* * string.c (rb_str_times): mentioned about Hash argument. a patchnobu2010-09-141-3/+3
* * sprintf.c: add short documentation about named reference.naruse2010-07-211-0/+9
* * util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu2010-07-211-0/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-2/+2
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-041-2/+1
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-5/+11
* * io.c (rb_io_getline_fast): wrong calculation of new positionmatz2010-02-081-2/+2
* * sprintf.c: fixed type.nobu2009-09-231-7/+8
* revert r24507. [ruby-dev:39073]matz2009-08-131-1/+1
* * sprintf.c (rb_str_format): should preserve format encodingmatz2009-08-111-5/+5
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-191-2/+2
* * sprintf.c (rb_str_format): scan coderange incrementally.nobu2009-04-131-0/+16
* * sprintf.c (rb_str_format): optimize previous commit.naruse2009-04-131-1/+2
* * sprintf.c (rb_str_format): check encoding compatibility only onnaruse2009-04-131-1/+1
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-6/+14
* * sprintf.c (GETNAMEARG): remembers named arg is used, to get ridnobu2009-03-271-1/+1
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-3/+3
* stripped trailing spaces.nobu2009-02-221-11/+11
* * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa2009-01-021-6/+0
* * sprintf.c: not force to override snprintf/vsnprintf.nobu2008-12-281-3/+0