aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * sprintf.c (rb_str_format): fix buffer overflow.mame2008-12-221-2/+2
* * configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu2008-12-221-11/+20
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-241-1/+1
* * sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu2008-10-091-1/+1
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-1/+48
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+2
* * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu2008-08-121-0/+2
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+35
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-211-1/+1
* * sprintf.c: include ieeefp.h to refer isinf.mame2008-07-021-0/+4
* * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei2008-07-011-2/+2
* describe %% in rdoc.akr2008-06-101-0/+1
* update sprintf rdoc.akr2008-04-201-59/+62
* fix doc.akr2008-03-091-1/+1
* update sprintf rdoc.akr2008-03-071-49/+164
* update sprintf rdoc.akr2008-03-061-30/+60
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-061-0/+2
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-2/+1
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-1/+2