Age | Commit message (Expand) | Author |
---|
2023-12-07 | Use free with ruby_dtoa | John Hawthorn |
2023-04-13 | Fix compiler warning with compiling on 32 bit | Peter Zhu |
2022-01-18 | [Feature #18491] Drop support for HP-UX | Peter Zhu |
2021-05-07 | Protoized old pre-ANSI K&R style declarations and definitions | Nobuyoshi Nakada |
2021-01-19 | Replace "iff" with "if and only if" | Gannon McGibbon |
2020-03-04 | [win32] suppress false warning by mingw gcc | Nobuyoshi Nakada |
2019-08-27 | Use array indexing with considering clang's feeling | Nobuyoshi Nakada |
2019-04-26 | give up sanitizing BSD_vfprintf | Urabe, Shyouhei |
2018-11-16 | avoid division by zero | shyouhei |
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 |