summaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-16/+4
* ANSI styledocean2006-01-052-18/+9
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-8/+10
* * missing.h, missing/memcmp.c, missing/memmove.c:ocean2005-10-272-14/+12
* * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean2005-10-2211-46/+27
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-202-17/+12
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-131-0/+1
* banish some warnings.akr2005-09-241-5/+3
* * missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz2005-09-081-1/+3
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-1/+1