aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-21Default newlib_reent_check_verify to yes in configure.hostJeff Johnston1-3/+3
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston3-9/+9
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston111-1094/+1111
2019-12-29doc: add more details about adding documentation to HOWTOJon Turney1-2/+4
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green2-87/+39
2019-12-18Don't display trailing '.' in _dcvtKeith Packard1-3/+12
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard1-11/+7
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard1-8/+1
2019-12-18doc: Untabify python scripts used for making man pagesJon Turney2-219/+219
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard1-0/+4
2019-12-17Return EINVAL for illegal base in strtolKeith Packard1-2/+7
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green2-25/+48
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis1-3/+7
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet2-50/+12
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung1-10/+10
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber2-32/+31
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber1-0/+27
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber1-2/+4
2019-11-04Fix sbttons for values > 2simp1-2/+9
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov18-2/+6719
2019-10-31Fix some generated filesJeff Johnston4-16/+16
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov11-3/+6320
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill1-0/+2
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston37-9/+16544