This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 6a3e08a53 Fix newlib functions perror()/psignal() not to use writev(). new cbe50607f Fix code style and comments of new math code new 393a1cb4e Move __HAVE_FAST_FMA to math_config.h new 73a3e95ff Remove unused TOINT_RINT and TOINT_SHIFT macros new 6a85e1a4e Change the return type of converttoint and document the semantics new 2805b07fa Fix large ulp error in pow without fma very near 1.0 new 138575c9b Fix namespace issues in sinf, cosf and sincosf new 8e782bbd9 Fix a problem that connection to syslogd fails. new 3a6833e3c Update config.guess and config.sub
The 8 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: config.guess | 602 ++++++------ config.sub | 1671 ++++++++++++++++---------------- newlib/libc/include/machine/ieeefp.h | 23 - newlib/libm/common/cosf.c | 6 +- newlib/libm/common/exp.c | 22 +- newlib/libm/common/exp2.c | 18 +- newlib/libm/common/log.c | 48 +- newlib/libm/common/log2.c | 35 +- newlib/libm/common/log2_data.c | 4 +- newlib/libm/common/log_data.c | 4 +- newlib/libm/common/math_config.h | 63 +- newlib/libm/common/pow.c | 41 +- newlib/libm/common/sf_exp.c | 5 +- newlib/libm/common/sincosf.c | 22 +- newlib/libm/common/sincosf.h | 15 +- newlib/libm/common/sincosf_data.c | 4 +- newlib/libm/common/sinf.c | 18 +- winsup/cygwin/fhandler_socket_local.cc | 2 +- winsup/cygwin/syslog.cc | 34 +- 19 files changed, 1349 insertions(+), 1288 deletions(-)