summaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* * missing/vsnprintf.c (errno): [BUG] fixes a compilation yugui2009-05-221-1/+5
* * missing/vsnprintf.c (BSD_vfprintf): support for 'z' modifier.nobu2009-05-211-27/+56
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-122-9/+9
* * missing/vsnprintf.c (BSD_vfprintf): commented out code which hasnobu2009-03-111-1/+1
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-102-3/+3
* * missing/vsnprintf.c (BSD_vfprintf): ptrdiff_t may be larger thannobu2009-02-241-0/+5
* * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() becauseusa2009-02-201-4/+8
* * configure.in (--with-arch): added new option to supportnobu2009-02-071-0/+3
* * missing/vsnprintf.c (BSD_vfprintf): should support 't' formatmatz2009-02-041-0/+1
* * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859nobu2009-02-021-3/+4
* * configure.in, win32/Makefile.sub (MISSING): added langinfo on mingwnobu2009-01-151-2/+7
* * encoding.c (rb_locale_charmap): fallback to codepage if nonobu2009-01-141-28/+41
* * missing/langinfo.c (nl_langinfo_0): fixed typos for SJIS.nobu2009-01-051-2/+2
* * configure.in (cygwin): needs properly implemented nl_langinfo().nobu2009-01-051-0/+128
* * missing/vsnprintf.c (BSD_vfprintf): fix for test_sprintf_comb.rb, bynobu2008-12-221-2/+8
* * missing/vsnprintf.c (BSD__sfvwrite): constified.nobu2008-10-261-1/+1
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-40/+0
* * configure.in: removed strftime from AC_REPLACE_FUNCS().shugo2008-08-201-903/+0
* * transcode.c (load_transcoder): suppress warning.nobu2008-08-141-3/+3
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-211-4/+5
* * missing/tgamma.c (tgamma): remove unused variable.mame2008-07-021-1/+0
* * missing/vsnprintf.c (BSD__uqtoa): constified.nobu2008-07-011-1/+1
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-2/+2
* * missing/acosh.c (atanh): should set ERANGE to errno if parameterusa2008-06-191-0/+9
* tgamma and lgamma_r is not a error function.akr2008-06-152-2/+2
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-6/+28
* * suppress warnings with -Wwrite-string.nobu2008-05-311-13/+14
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-221-5/+6
* * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame2008-03-201-1/+1
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-061-0/+2
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-091-1/+30
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-091-0/+10
* * missing/tgamma.c (tgamma): add error check.akr2008-02-091-2/+17
* * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr2008-02-091-4/+5
* * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr2008-02-081-1/+1
* * missing/lgamma_r.c (lgamma_r): some compilers don't permit dividingusa2008-02-071-1/+2
* * math.c (math_gamma): new method Math.gamma.akr2008-02-072-0/+113
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * util.c (ruby_strtoul): locale independent strtoul is implemented toakr2008-01-021-184/+0
* * missing/strcasecmp.c: removed. Ruby don't use locale dependentakr2008-01-022-34/+0
* * configure.in (RUBY_CHECK_VARTYPE): check if a variable is definednobu2007-12-141-30/+26
* * missing/isinf.c (isinf): don't define is the macro is defined.akr2007-11-131-0/+7
* * missing/strtod.c: removed. [ruby-dev:31588]matz2007-08-221-271/+0
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-1/+1
* * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c,nobu2007-06-105-5/+5
* * include/ruby: moved public headers.nobu2007-06-102-2/+2
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-192-0/+142
* * configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban2007-02-281-2/+3
* * intern.h (st_foreach_safe): fix prototype.usa2006-07-181-1/+67