This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 45efe659b libm: Set math_errhandling to match library and hardware [v2] new 5898a044c Cygwin: Fix missing breaks in switch statement new 50ad19808 Cygwin: Add 'fallthrough' pseudo keyword for switch/case use new 905aa4c01 libm/math: set errno to ERANGE at gamma poles new 2eafcc78d libm/math: Make yx functions set errno=ERANGE for x=0 new 98a4f8de4 libm/math: Set errno to ERANGE for pow(0, -y) new e108d0443 libm/math: Don't modify __ieee754_pow return values in pow new c3ce8405c libm: Control errno support with _IEEE_LIBM configuration parameter
The 7 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: newlib/libc/include/math.h | 16 ---------------- newlib/libm/common/Makefile.am | 2 +- newlib/libm/common/Makefile.in | 36 +++++++++++++++--------------------- newlib/libm/common/fdlibm.h | 1 + newlib/libm/common/math_config.h | 5 +++++ newlib/libm/common/s_lib_ver.c | 35 ----------------------------------- newlib/libm/math/w_gamma.c | 14 ++++---------- newlib/libm/math/w_j0.c | 14 ++++++++------ newlib/libm/math/w_j1.c | 14 ++++++++------ newlib/libm/math/w_jn.c | 14 ++++++++------ newlib/libm/math/w_lgamma.c | 13 ++++--------- newlib/libm/math/w_pow.c | 17 ++--------------- newlib/libm/math/wf_gamma.c | 14 ++++---------- newlib/libm/math/wf_j0.c | 19 ++++++++++--------- newlib/libm/math/wf_j1.c | 14 ++++++++------ newlib/libm/math/wf_jn.c | 19 ++++++++++--------- newlib/libm/math/wf_lgamma.c | 14 ++++---------- newlib/libm/math/wf_pow.c | 17 ++--------------- winsup/cygwin/Makefile.in | 2 +- winsup/cygwin/aio.cc | 4 ++-- winsup/cygwin/dcrt0.cc | 4 ++-- winsup/cygwin/exceptions.cc | 2 +- winsup/cygwin/fhandler.cc | 3 ++- winsup/cygwin/fhandler_dsp.cc | 2 +- winsup/cygwin/fhandler_fifo.cc | 2 ++ winsup/cygwin/fhandler_serial.cc | 2 +- winsup/cygwin/fhandler_socket.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 4 ++-- winsup/cygwin/fhandler_windows.cc | 2 +- winsup/cygwin/glob.cc | 2 +- winsup/cygwin/grp.cc | 4 ++-- winsup/cygwin/libc/base64.c | 2 +- winsup/cygwin/libc/fnmatch.c | 2 +- winsup/cygwin/libc/ftw.c | 2 +- winsup/cygwin/libc/msgcat.c | 3 ++- winsup/cygwin/libc/nftw.c | 2 +- winsup/cygwin/libc/rexec.cc | 2 +- winsup/cygwin/libc/strptime.cc | 4 ++-- winsup/cygwin/passwd.cc | 18 +++++++++--------- winsup/cygwin/path.cc | 6 +++--- winsup/cygwin/posix_ipc.cc | 4 ++-- winsup/cygwin/quotactl.cc | 4 ++-- winsup/cygwin/regex/regcomp.c | 6 +++--- winsup/cygwin/sec_acl.cc | 2 +- winsup/cygwin/sec_posixacl.cc | 2 +- winsup/cygwin/select.cc | 4 ++-- winsup/cygwin/sigproc.cc | 8 ++++---- winsup/cygwin/smallprint.cc | 16 ++++++++-------- winsup/cygwin/sysconf.cc | 8 ++++++++ winsup/cygwin/termios.cc | 2 +- winsup/cygwin/uinfo.cc | 4 ++-- winsup/cygwin/winsup.h | 2 ++ 53 files changed, 171 insertions(+), 247 deletions(-) delete mode 100644 newlib/libm/common/s_lib_ver.c