1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/missing
nobu 10bb9e6fab missing.h: explicit_bzero by memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): call
  memset_s directly if available.

* missing/explicit_bzero.c: optimization is not a matter if
  memset_s is available.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-01 01:24:23 +00:00
..
acosh.c
alloca.c
cbrt.c
close.c
crt_externs.h
crypt.c
dup2.c
erf.c
explicit_bzero.c missing.h: explicit_bzero by memset_s 2015-12-01 01:24:23 +00:00
ffs.c
file.h
fileblocks.c
finite.c
flock.c
hypot.c
isinf.c
isnan.c
langinfo.c
lgamma_r.c
memcmp.c
memmove.c
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
strchr.c
strerror.c
strlcat.c
strlcpy.c
strstr.c
strtol.c
tgamma.c
x86_64-chkstk.s