index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vsnprintf.c
Age
Commit message (
Expand
)
Author
2017-05-23
unused member
nobu
2017-03-29
vsnprintf.c: prefix with precision
nobu
2016-09-16
* internal.h (WARN_UNUSED_RESULT): moved to configure.in, to
shyouhei
2016-06-18
Suppress false warnings
nobu
2015-12-14
* compile.c: fix typos.
hsbt
2015-09-28
vsnprintf.c: constify
nobu
2015-02-22
sprintf.c: ruby specific functions
nobu
2015-02-13
util.c: hexdigit
nobu
2014-11-04
ruby.h: add mark to PRIsVALUE
nobu
2014-05-25
vsnprintf.c: fix string precision
nobu
2014-02-05
* vsnprintf.c: remove duplicated def of `UNINITIALIZED_VAR()'.
ko1
2013-10-13
* vsnprintf.c: Fix spelling from compliment to complement.
charliesome
2013-09-19
vsnprintf.c: initialize cp
nobu
2013-09-12
vsnprintf.c: fix buffer overflow
nobu
2012-08-16
unecessary macros and K&R style coding
nobu
2012-05-24
sprintf.c: inspect by plus
nobu
2012-05-24
Feature #5896
nobu
2011-11-01
* vsnprintf.c (BSD_vfprintf): support 'll' prefix.
naruse
2011-01-18
* vsnprintf.c (cvt): set first byte of buf to NUL for the case when
naruse
2011-01-16
* vsnprintf.c: parenthesize macro arguments.
akr
2010-12-30
* vsnprintf.c (BSD__uqtoa): Fix overflow when long != quad_t.
naruse
2010-12-18
* vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.
kazu
2010-11-24
* vsnprintf (BSD_vfprintf): use QUADINT macro only when _HAVE_SANE_QUAD_
usa
2010-11-24
* vsnprintf (BSD_vfprintf): added VC++ compatible size specifications
usa
2010-11-22
* vsnprintf.c (BSD_vfprintf): don't output floating point
naruse
2010-11-08
* vsnprintf.c (BSD_vfprintf): fix precision specifier doesn't
naruse
2010-10-26
* vsnprintf.c (BSD_vfprintf): suppress warnings.
nobu
2010-10-24
* vsnprintf.c (BSD_vfprintf): prec digits fractal part should be
nobu
2010-10-20
* vsnprintf.c (BSD_vfprintf): print floating point on "%#a".
naruse
2010-10-19
* vsnprintf.c (BSD_vfprintf): clear ALT flag for %a.
naruse
2010-10-19
* vsnprintf.c (BSD_vfprintf): fix over-count of field size.
nobu
2010-10-18
* vsnprintf.c (BSD_vfprintf): use HEXPREFIX flag for prefix of %a.
nobu
2010-10-18
* sprintf.c (BSD_vfprintf): wrong padding arround prefix and
naruse
2010-10-12
* vsnprintf.c (BSD_vfprintf): fix cast.
nobu
2010-05-29
* removed trailing spaces.
nobu
2010-04-28
* vsnprintf.c (ruby_vsnprintf, ruby_snprintf): suppress warnings.
nobu
2010-04-04
* include/ruby/ruby.h: replace snprintf and vsnprintf by
naruse