aboutsummaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* missing/setproctitle.c: Avoid invalidating argv[1], argv[2], etc. until the f...odaira2014-10-081-1/+6
* * missing/nextafter.c: Include ruby/missing.h.akr2014-05-181-0/+2
* * configure.in: Check nextafter() availability.akr2014-05-181-0/+75
* fix typos. Patch by k_takata.ktsj2013-05-193-4/+4
* * missing/isnan.c (isnan): Don't define if isnan() macro is defined.akr2013-04-231-0/+15
* * configure.in: check for the whether crt_externs.h is present when compilingcharliesome2012-12-282-3/+15
* setproctitle.c: _NSGetEnvironnobu2012-06-201-0/+6
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-1/+2
* * missing/alloca.c (xmalloc, xfree): use ruby version, notnobu2012-04-051-2/+0
* fix typoskazu2012-04-021-1/+1
* * missing/alloca.c: suppress warnings.nobu2012-04-011-0/+4
* * missing/setproctitle.c (ruby_init_setproctitle): changed prefix.nobu2012-01-171-0/+1
* * missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw.nobu2011-05-181-0/+11
* * remove trailing spaces.nobu2011-05-155-7/+7
* fix mswin32 build error.kosaki2011-05-141-0/+2
* * missing/setproctitle.c: add to include "ruby/util.h".kosaki2011-05-141-0/+1
* * missing/setproctitle.c (compat_init_setproctitle): usekosaki2011-05-141-5/+1
* introduce missing/setproctitle.ckosaki2011-05-141-0/+160
* * missing/langinfo.c: parenthesize macro arguments.akr2011-01-311-1/+1
* * missing/crypt.c: parenthesize macro arguments.akr2011-01-301-39/+39
* * missing/langinfo.c (strncasecmp): get rid of redefinition.nobu2010-11-171-1/+1
* * Makefile.in (ASFLAGS): needs INCFLAGS.nobu2010-10-261-0/+10
* * missing/strchr.c: add strlen's prototype.naruse2010-10-122-0/+4
* * missing/close.c: undef the macros "getpeername", "getsockname" andakr2010-08-071-1/+4
* * missing/close.c: undef the macro "close" to prevent infiniteakr2010-08-071-0/+1
* * missing/*.c: include missing.hnobu2010-07-2817-0/+22
* * missing/close.c: keep original errno.naruse2010-07-131-0/+12
* * missing/close.c: ignore ECONNRESET.naruse2010-07-071-0/+55
* * missing/ffs.c (ffs): fixed for non-zero values.akr2010-05-131-1/+3
* fix the comment.akr2010-05-121-1/+1
* * time.c (rb_big_abs_find_minbit): use ffs().akr2010-05-121-0/+47
* * include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse2010-04-041-1281/+0
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-5/+36
* * missing/signbit.c: added.nobu2010-03-111-0/+19
* * missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]kazu2010-02-111-1/+1
* * missing/vsnprintf.c (BSD_vfprintf): get rid of a warning of VC++ x64.usa2010-01-091-1/+1
* * 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