aboutsummaryrefslogtreecommitdiffstats
path: root/vsnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress false warningsnobu2016-06-181-1/+3
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* vsnprintf.c: constifynobu2015-09-281-1/+1
* sprintf.c: ruby specific functionsnobu2015-02-221-40/+0
* util.c: hexdigitnobu2015-02-131-4/+10
* ruby.h: add mark to PRIsVALUEnobu2014-11-041-1/+15
* vsnprintf.c: fix string precisionnobu2014-05-251-1/+1
* * vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.ko12014-02-051-6/+0
* * vsnprintf.c: Fix spelling from compliment to complement.charliesome2013-10-131-1/+1
* vsnprintf.c: initialize cpnobu2013-09-191-0/+1
* vsnprintf.c: fix buffer overflownobu2013-09-121-9/+25
* unecessary macros and K&R style codingnobu2012-08-161-13/+7
* sprintf.c: inspect by plusnobu2012-05-241-3/+4
* Feature #5896nobu2012-05-241-1/+32
* * vsnprintf.c (BSD_vfprintf): support 'll' prefix.naruse2011-11-011-9/+18
* * vsnprintf.c (cvt): set first byte of buf to NUL for the case whennaruse2011-01-181-0/+1
* * vsnprintf.c: parenthesize macro arguments.akr2011-01-161-4/+4
* * vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.naruse2010-12-301-1/+1
* * vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.kazu2010-12-181-1/+1
* * vsnprintf (BSD_vfprintf): use QUADINT macro only when _HAVE_SANE_QUAD_usa2010-11-241-1/+3
* * vsnprintf (BSD_vfprintf): added VC++ compatible size specificationsusa2010-11-241-0/+18
* * vsnprintf.c (BSD_vfprintf): don't output floating pointnaruse2010-11-221-1/+1
* * vsnprintf.c (BSD_vfprintf): fix precision specifier doesn'tnaruse2010-11-081-0/+2
* * vsnprintf.c (BSD_vfprintf): suppress warnings.nobu2010-10-261-2/+8
* * vsnprintf.c (BSD_vfprintf): prec digits fractal part should benobu2010-10-241-1/+3
* * vsnprintf.c (BSD_vfprintf): print floating point on "%#a".naruse2010-10-201-5/+2
* * vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.naruse2010-10-191-0/+1
* * vsnprintf.c (BSD_vfprintf): fix over-count of field size.nobu2010-10-191-2/+1
* * vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.nobu2010-10-181-6/+6
* * sprintf.c (BSD_vfprintf): wrong padding arround prefix andnaruse2010-10-181-0/+3
* * vsnprintf.c (BSD_vfprintf): fix cast.nobu2010-10-121-1/+1
* * removed trailing spaces.nobu2010-05-291-6/+6
* * vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.nobu2010-04-281-2/+2
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-041-0/+1256