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
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