aboutsummaryrefslogtreecommitdiffstats
path: root/missing
Commit message (Expand)AuthorAgeFilesLines
* lgamma_r.c: fix at -0.0nobu2016-04-061-1/+1
* missing.h: remove explicit_bzero_by_memset_snobu2016-01-101-0/+7
* explicit_bzero.c: fix typosnobu2015-12-021-2/+2
* explicit_bzero.c: fix commentsnobu2015-12-021-7/+8
* undef for tha case missing.h defines it as macronaruse2015-12-021-0/+1
* missing/explicit_bzero.c (explicit_bzero): fixup r52839normal2015-12-011-1/+1
* * missing/explicit_bzero.c: add ruby_explicit_bzero_hook_unusedkosaki2015-12-011-28/+52
* explicit_bzero.c: needs windows.hnobu2015-12-011-0/+6
* missing.h: explicit_bzero by memset_snobu2015-12-011-0/+4
* configure.in: FUNC_UNOPTIMIZEDnobu2015-12-011-2/+4
* * missing/explicit_bzero.c: add a few comment.kosaki2015-12-011-0/+9
* fix r52806kosaki2015-12-011-3/+29
* missing/explicit_bzero.c: Fixup r52806normal2015-11-301-0/+8
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-138/+0
* 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