aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib6-42/+52
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib4-39/+16
2020-08-04libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib2-1/+22
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib1-1/+3
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard9-32/+34
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen1-27/+41
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen1-0/+64
2020-07-29arm: Fix include to avoid undefined referenceSebastian Huber1-1/+1
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan19-282/+696
2020-07-29arm: Fix fenv supportEshan dhawan9-772/+127
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib1-2/+2
2020-07-16ctype.h: Fix unused variable warningsAschref Ben Thabet1-4/+9
2020-07-10testsuite: Fix iconv tests to use new encoding config definesKeith Packard via Newlib3-48/+47
2020-07-10libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib1-1/+1
2020-07-10libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib2-6/+3
2020-07-10libc/iconv: Detect CES handler loading failureKeith Packard via Newlib1-1/+1
2020-07-06Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib1-2/+2
2020-07-03libm: machine: Add missing sparc and mips configurationCorinna Vinschen7-3/+12683
2020-07-03mips fenv supportEshan dhawan via Newlib19-0/+662
2020-07-03SPARC fenv supportEshan dhawan via Newlib17-0/+546
2020-07-02fenv aarch64 supportEshan dhawan via Newlib16-3/+515
2020-06-09fenv support armEshan dhawan via Newlib22-3/+1339
2020-06-09Regenerate libm/machine configuration files for powerpcJeff Johnston4-3/+6342
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib18-0/+491
2020-05-19Reimplement aligned_allocSzabolcs Nagy1-32/+30
2020-03-26newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib2-7/+16
2020-03-26newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib2-15/+5
2020-03-26newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib2-16/+4
2020-03-26Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers4-9/+13
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever1-2/+2
2020-03-19Fix modf/f for NaN inputFabian Schriever2-0/+2
2020-03-18Fix for k_tan.c specific inputsFabian Schriever1-8/+21
2020-03-13RTEMS: Include missing header and fix stubSebastian Huber1-1/+2
2020-03-11Fix truncf for sNaN inputFabian Schriever1-1/+1
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill1-1/+1
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever2-8/+2
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2-2/+2
2020-03-03Fix error in float trig. function range reductionFabian Schriever1-1/+1
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever1-1/+1
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw1-7/+8
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill23-23/+161
2020-02-20newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill1-0/+8
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2-4/+17
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie1-1/+1
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard1-1/+1
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard1-1/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard274-924/+281
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2-12/+50
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston109-1083/+1083
2020-01-21Change the reent verify check option to document disabling itJeff Johnston3-5/+5