summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
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
2012-04-11* sprintf.c (rb_str_format): fix exception message encoding.nobu
2012-04-11* sprintf.c (rb_str_format): fix error message.nobu
2012-04-10rb_str_format: check overflownobu
2012-01-14* sprintf.c (rb_enc_vsprintf): relaxed the restriction. since thenobu
2012-01-13* sprintf.c (rb_enc_vsprintf): can be used for ASCII compatiblenobu
2011-08-22* sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporarynagachika
2011-04-25* random.c (random_rand): remove unused variables.naruse
2010-12-30* sprintf.c: parenthesize macro arguments.akr
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156.naruse
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG inusa
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-09-15* sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyukinobu
2010-09-14* string.c (rb_str_times): mentioned about Hash argument. a patchnobu
2010-07-21* sprintf.c: add short documentation about named reference.naruse
2010-07-21* util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-02-08* io.c (rb_io_getline_fast): wrong calculation of new positionmatz
2009-09-23* sprintf.c: fixed type.nobu
2009-08-13revert r24507. [ruby-dev:39073]matz
2009-08-11* sprintf.c (rb_str_format): should preserve format encodingmatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-04-13* sprintf.c (rb_str_format): scan coderange incrementally.nobu
2009-04-13* sprintf.c (rb_str_format): optimize previous commit.naruse
2009-04-13* sprintf.c (rb_str_format): check encoding compatibility only onnaruse
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-27* sprintf.c (GETNAMEARG): remembers named arg is used, to get ridnobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-02-22stripped trailing spaces.nobu
2009-01-02 * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa
2008-12-28* sprintf.c: not force to override snprintf/vsnprintf.nobu
2008-12-22* sprintf.c (rb_str_format): fix buffer overflow.mame
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu