This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 69a01461ee Add narrowing multiply functions. new 9761bf4dfa math: Merge strtod_nan_*.h into math-type-macros-*.h
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 66 ++++++++++++++++++++++ manual/arith.texi | 2 +- stdlib/strtod_nan.c | 2 +- stdlib/strtod_nan_main.c | 2 +- stdlib/strtof_nan.c | 2 +- stdlib/strtold_nan.c | 2 +- .../generic/math-nan-payload-double.h | 5 +- .../generic/math-nan-payload-float.h | 5 +- sysdeps/generic/math-type-macros-double.h | 3 +- sysdeps/generic/math-type-macros-float.h | 3 +- sysdeps/generic/math-type-macros-float128.h | 1 + sysdeps/generic/math-type-macros-ldouble.h | 3 +- sysdeps/generic/math-type-macros.h | 9 ++- ..._nan_float128.h => math-nan-payload-float128.h} | 7 ++- sysdeps/ieee754/float128/strtof128_nan.c | 4 +- sysdeps/ieee754/float128/wcstof128_nan.c | 3 +- ...od_nan_ldouble.h => math-nan-payload-ldouble.h} | 5 +- ...od_nan_ldouble.h => math-nan-payload-ldouble.h} | 5 +- ...od_nan_ldouble.h => math-nan-payload-ldouble.h} | 5 +- wcsmbs/wcstod_nan.c | 2 +- wcsmbs/wcstof_nan.c | 2 +- wcsmbs/wcstold_nan.c | 2 +- 22 files changed, 105 insertions(+), 35 deletions(-) rename stdlib/strtod_nan_double.h => sysdeps/generic/math-nan-payload-double.h (89%) rename stdlib/strtod_nan_float.h => sysdeps/generic/math-nan-payload-float.h (88%) rename sysdeps/ieee754/float128/{strtod_nan_float128.h => math-nan-payload-float12 [...] rename sysdeps/ieee754/ldbl-128/{strtod_nan_ldouble.h => math-nan-payload-ldouble. [...] rename sysdeps/ieee754/ldbl-128ibm/{strtod_nan_ldouble.h => math-nan-payload-ldoub [...] rename sysdeps/ieee754/ldbl-96/{strtod_nan_ldouble.h => math-nan-payload-ldouble.h} (88%)