ruby/missing
nobu 09bdb7913c missing.h: remove explicit_bzero_by_memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
  inline implementation by memset_s, which needs a macro before
  including headers and can cause problems in extension libraries
  by the order of the macro and headers.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-01-10 06:45:36 +00:00
..
acosh.c * missing/acosh.c (atanh): should set ERANGE to errno if parameter 2008-06-19 07:51:46 +00:00
alloca.c * missing/alloca.c (xmalloc, xfree): use ruby version, not 2012-04-05 04:26:20 +00:00
cbrt.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
close.c * missing/close.c: undef the macros "getpeername", "getsockname" and 2010-08-07 10:05:37 +00:00
crt_externs.h * configure.in: check for the whether crt_externs.h is present when compiling 2012-12-28 14:23:25 +00:00
crypt.c fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
dup2.c
erf.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
explicit_bzero.c missing.h: remove explicit_bzero_by_memset_s 2016-01-10 06:45:36 +00:00
ffs.c * missing/ffs.c (ffs): fixed for non-zero values. 2010-05-13 12:41:29 +00:00
file.h fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
fileblocks.c
finite.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
flock.c fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
hypot.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
isinf.c * remove trailing spaces. 2011-05-15 11:55:52 +00:00
isnan.c * missing/isnan.c (isnan): Don't define if isnan() macro is defined. 2013-04-23 11:27:07 +00:00
langinfo.c * remove trailing spaces. 2011-05-15 11:55:52 +00:00
lgamma_r.c * missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw. 2011-05-18 13:35:13 +00:00
memcmp.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
memmove.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
nextafter.c * missing/nextafter.c: Include ruby/missing.h. 2014-05-18 03:03:26 +00:00
setproctitle.c missing/setproctitle.c: Avoid invalidating argv[1], argv[2], etc. until the first call to Process.setproctitle, because the ps command of AIX refers to the argv array. [Bug #10090] 2014-10-08 22:31:53 +00:00
signbit.c * missing/signbit.c: added. 2010-03-11 03:14:21 +00:00
strchr.c * missing/strchr.c: add strlen's prototype. 2010-10-12 20:23:53 +00:00
strerror.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
strlcat.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
strlcpy.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
strstr.c * missing/strchr.c: add strlen's prototype. 2010-10-12 20:23:53 +00:00
strtol.c * missing/*.c: include missing.h 2010-07-28 08:12:01 +00:00
tgamma.c * missing/tgamma.c (tgamma): remove unused variable. 2008-07-02 16:02:52 +00:00
x86_64-chkstk.s * Makefile.in (ASFLAGS): needs INCFLAGS. 2010-10-26 09:09:45 +00:00