summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Fix iconv tests to use new encoding config definesKeith Packard via Newlib2020-07-103-48/+47
* libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib2020-07-101-1/+1
* libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib2020-07-102-6/+3
* libc/iconv: Detect CES handler loading failureKeith Packard via Newlib2020-07-101-1/+1
* Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib2020-07-061-2/+2
* libm: machine: Add missing sparc and mips configurationCorinna Vinschen2020-07-037-3/+12683
* mips fenv supportEshan dhawan via Newlib2020-07-0319-0/+662
* SPARC fenv supportEshan dhawan via Newlib2020-07-0317-0/+546
* fenv aarch64 supportEshan dhawan via Newlib2020-07-0216-3/+515
* fenv support armEshan dhawan via Newlib2020-06-0922-3/+1339
* Regenerate libm/machine configuration files for powerpcJeff Johnston2020-06-094-3/+6342
* hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib2020-06-0318-0/+491
* 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