ruby/missing
nagachika e824b05b3e merge revision(s) 54492,54494,54495,54496,54499,54503: [Backport #12249]
* math.c (ruby_tgamma): fix tgamma(-0.0) on mingw.
	  [ruby-core:74817] [Bug #12249]

	* math.c (ruby_lgamma_r): fix lgamma(-0.0) on mingw and OSX.

	* math.c (ruby_lgamma_r): mswin's lgamma_r also seems to be wrong.
	  cf. [Bug #12249]

	* math.c (ruby_lgamma_r): missing/lgamma_r.c is used on Windows,
	  since msvcrt does not provide it.

	* missing/lgamma_r.c (lgamma_r): fix lgamma(-0.0).
	  [ruby-core:74823] [Bug #12249]

	* configure.in (rb_cv_lgamma_r_m0): check if lgamma_r(-0.0)
	  returns negative infinity.  [Bug #12249]

	* math.c (ruby_lgamma_r): define by the configured result.

	* configure.in (rb_cv_lgamma_r_m0): fix the condition for
	  lgamma_r(-0.0).  [Bug #12249]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@54643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-04-18 17:46:05 +00:00
..
acosh.c
alloca.c * missing/alloca.c (xmalloc, xfree): use ruby version, not 2012-04-05 04:26:20 +00:00
cbrt.c
close.c
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
explicit_bzero.c merge revision(s) 53493: [Backport #11978] 2016-01-12 06:22:03 +00:00
ffs.c
file.h fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
fileblocks.c
finite.c
flock.c fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
hypot.c
isinf.c
isnan.c * missing/isnan.c (isnan): Don't define if isnan() macro is defined. 2013-04-23 11:27:07 +00:00
langinfo.c
lgamma_r.c merge revision(s) 54492,54494,54495,54496,54499,54503: [Backport #12249] 2016-04-18 17:46:05 +00:00
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