summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Reimplement aligned_allocSzabolcs Nagy2020-05-191-32/+30
* newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib2020-03-262-7/+16
* newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib2020-03-262-15/+5
* newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib2020-03-262-16/+4
* Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers2020-03-264-9/+13
* Fix hypotf missing mask in hi+lo decompositionFabian Schriever2020-03-191-2/+2
* Fix modf/f for NaN inputFabian Schriever2020-03-192-0/+2
* Fix for k_tan.c specific inputsFabian Schriever2020-03-181-8/+21
* RTEMS: Include missing header and fix stubSebastian Huber2020-03-131-1/+2
* Fix truncf for sNaN inputFabian Schriever2020-03-111-1/+1
* i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill2020-03-101-1/+1
* Fix error in fdim/f for infinitiesFabian Schriever2020-03-102-8/+2
* Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2020-03-092-2/+2
* Fix error in float trig. function range reductionFabian Schriever2020-03-031-1/+1
* Fix error in powf for (-1.0, NaN) inputFabian Schriever2020-03-021-1/+1
* arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw2020-03-021-7/+8
* x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill2020-02-2523-23/+161
* newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill2020-02-201-0/+8
* Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff2020-02-182-4/+17
* pow: fix pow(-1.0, NaN)Nicolas Brunie2020-02-141-1/+1
* Typo in license for newlib/libc/stdio/flags.cKeith Packard2020-02-061-1/+1
* Typo in license terms for newlib/libm/common/log2.cKeith Packard2020-02-061-1/+1
* Use remove-advertising-clause script to edit BSD licensesKeith Packard2020-01-29274-924/+281
* Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2020-01-292-12/+50
* Bump up newlib release to 3.3.0Jeff Johnston2020-01-21109-1083/+1083
* Change the reent verify check option to document disabling itJeff Johnston2020-01-213-5/+5
* Default newlib_reent_check_verify to yes in configure.hostJeff Johnston2020-01-211-3/+3
* riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard2020-01-211-3/+37
* riscv: Add 'break' statements to fpsetround switchKeith Packard2020-01-211-4/+4
* riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard2020-01-211-2/+2
* Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston2020-01-093-9/+9
* Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston2020-01-02111-1094/+1111
* doc: add more details about adding documentation to HOWTOJon Turney2019-12-291-2/+4
* Optimize setjmp/longjmp for moxie.Anthony Green2019-12-202-87/+39
* Don't display trailing '.' in _dcvtKeith Packard2019-12-181-3/+12
* Fix gcvt to always show 'ndigits' of precisionKeith Packard2019-12-181-11/+7
* Fix fcvt to only show 'ndigit' past decimalKeith Packard2019-12-181-8/+1
* doc: Untabify python scripts used for making man pagesJon Turney2019-12-182-219/+219
* Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard2019-12-171-0/+4
* Return EINVAL for illegal base in strtolKeith Packard2019-12-171-2/+7
* strtold: set errno to ERANGE on underflow per POSIXBruno Haible2019-12-161-0/+21
* Fix setjmp/longjmp for the moxie port.Anthony Green2019-12-132-25/+48
* libm: switch sf_log1p from double error routines to floatKeith Packard2019-12-022-4/+2
* newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis2019-11-261-3/+7
* newlib: fix fseek optimization with SEEK_CURBastien Bouclet2019-11-182-50/+12
* Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung2019-11-081-10/+10
* Move timeval macros to <sys/time.h>Sebastian Huber2019-11-042-32/+31
* Synchronize <sys/time.h> with FreeBSDSebastian Huber2019-11-041-0/+27
* Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber2019-11-041-2/+4
* Fix sbttons for values > 2simp2019-11-041-2/+9