| Commit message (Expand) | Author | Age | Files | Lines |
* | * missing/close.c: keep original errno. | naruse | 2010-07-13 | 1 | -0/+12 |
* | * missing/close.c: ignore ECONNRESET. | naruse | 2010-07-07 | 1 | -0/+55 |
* | * missing/ffs.c (ffs): fixed for non-zero values. | akr | 2010-05-13 | 1 | -1/+3 |
* | fix the comment. | akr | 2010-05-12 | 1 | -1/+1 |
* | * time.c (rb_big_abs_find_minbit): use ffs(). | akr | 2010-05-12 | 1 | -0/+47 |
* | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse | 2010-04-04 | 1 | -1281/+0 |
* | * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650] | naruse | 2010-04-01 | 1 | -5/+36 |
* | * missing/signbit.c: added. | nobu | 2010-03-11 | 1 | -0/+19 |
* | * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395] | kazu | 2010-02-11 | 1 | -1/+1 |
* | * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64. | usa | 2010-01-09 | 1 | -1/+1 |
* | * missing/vsnprintf.c (errno): [BUG] fixes a compilation | yugui | 2009-05-22 | 1 | -1/+5 |
* | * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier. | nobu | 2009-05-21 | 1 | -27/+56 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 2 | -9/+9 |
* | * missing/vsnprintf.c (BSD_vfprintf): commented out code which has | nobu | 2009-03-11 | 1 | -1/+1 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 2 | -3/+3 |
* | * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger than | nobu | 2009-02-24 | 1 | -0/+5 |
* | * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because | usa | 2009-02-20 | 1 | -4/+8 |
* | * configure.in (--with-arch): added new option to support | nobu | 2009-02-07 | 1 | -0/+3 |
* | * missing/vsnprintf.c (BSD_vfprintf): should support 't' format | matz | 2009-02-04 | 1 | -0/+1 |
* | * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859 | nobu | 2009-02-02 | 1 | -3/+4 |
* | * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw | nobu | 2009-01-15 | 1 | -2/+7 |
* | * encoding.c (rb_locale_charmap): fallback to codepage if no | nobu | 2009-01-14 | 1 | -28/+41 |
* | * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS. | nobu | 2009-01-05 | 1 | -2/+2 |
* | * configure.in (cygwin): needs properly implemented nl_langinfo(). | nobu | 2009-01-05 | 1 | -0/+128 |
* | * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, by | nobu | 2008-12-22 | 1 | -2/+8 |
* | * missing/vsnprintf.c (BSD__sfvwrite): constified. | nobu | 2008-10-26 | 1 | -1/+1 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -40/+0 |
* | * configure.in: removed strftime from AC_REPLACE_FUNCS(). | shugo | 2008-08-20 | 1 | -903/+0 |
* | * transcode.c (load_transcoder): suppress warning. | nobu | 2008-08-14 | 1 | -3/+3 |
* | * missing/vsnprintf.c (struct __sbuf, FILE): use size_t. | nobu | 2008-07-21 | 1 | -4/+5 |
* | * missing/tgamma.c (tgamma): remove unused variable. | mame | 2008-07-02 | 1 | -1/+0 |
* | * missing/vsnprintf.c (BSD__uqtoa): constified. | nobu | 2008-07-01 | 1 | -1/+1 |
* | * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond), | nobu | 2008-07-01 | 1 | -2/+2 |
* | * missing/acosh.c (atanh): should set ERANGE to errno if parameter | usa | 2008-06-19 | 1 | -0/+9 |
* | tgamma and lgamma_r is not a error function. | akr | 2008-06-15 | 2 | -2/+2 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -6/+28 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -13/+14 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -5/+6 |
* | * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075] | mame | 2008-03-20 | 1 | -1/+1 |
* | * missing/lgamma_r.c (loggamma): return 0 for 1 and 2. | akr | 2008-03-06 | 1 | -0/+2 |
* | * missing/tgamma.c (tgamma): use lgamma_r if available. | akr | 2008-02-09 | 1 | -1/+30 |
* | * math.c (math_cbrt): new method Math.cbrt. | akr | 2008-02-09 | 1 | -0/+10 |
* | * missing/tgamma.c (tgamma): add error check. | akr | 2008-02-09 | 1 | -2/+17 |
* | * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positive | akr | 2008-02-09 | 1 | -4/+5 |
* | * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function. | akr | 2008-02-08 | 1 | -1/+1 |
* | * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividing | usa | 2008-02-07 | 1 | -1/+2 |
* | * math.c (math_gamma): new method Math.gamma. | akr | 2008-02-07 | 2 | -0/+113 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -184/+0 |