aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2020-10-26Fixup r361997 by balancing parens. Duh.dougm1-1/+1
2020-10-26Restore an RB_COLOR macro, for the benefit ofdougm1-0/+6
2020-10-26To reduce the size of an rb_node, drop the colordougm1-138/+143
2020-10-26Remove from RB_REMOVE_COLOR some null checksdougm1-26/+20
2020-10-26RB_REMOVE invokes RB_REMOVE_COLOR either whendougm1-72/+65
2020-10-26For the case when RB_REMOVE requires a nontrivialdougm1-28/+24
2020-10-26Correct the use of RB_AUGMENT in the RB_TREEdougm1-50/+38
2020-10-26Add RB_REINSERT(3), a low overhead alternative totrasz1-2/+24
2020-10-26amd64: prevent KCSan false positives on LAPIC mappingjah1-0/+2
2020-10-26sys: clean up empty lines in .c and .h filesmjg1-1/+0
2020-10-26gcc: quiet Wattribute for no_sanitize("address")rlibby1-2/+6
2020-10-26Don't sanitize linker_setdab1-0/+7
2020-10-26Make the system C11 atomics headers fully compatible with external GCC.jhb2-15/+12
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib5-57/+25
2020-10-13drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff1-13/+5
2020-10-02libc/include/wchar.h: Remove parameter nameTorbjörn SVENSSON1-2/+2
2020-10-02libc/include/inttypes.h: Remove parameter nameTorbjörn SVENSSON1-1/+1
2020-09-25libc/include/math.h: Remove parameter nameChristophe Lyon1-8/+8
2020-09-23Port of C-SKY for newlibJojo R11-2/+6360
2020-09-18libm: Make tgamma(-small) = -INFINITYKeith Packard1-1/+1
2020-09-04libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib13-118/+56
2020-09-04libm/riscv: Use common fma code when necessaryKeith Packard via Newlib2-0/+4
2020-09-04libm/riscv: Fix machine-specific sqrt build processKeith Packard via Newlib4-20/+16
2020-09-04loadlocale: don't casecmp digitsCorinna Vinschen1-1/+1
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz6-16/+24
2020-09-02libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.cKeith Packard via Newlib4-14/+14
2020-08-26doc: Also update shebang for chapter-texi2docbook.pyJon Turney1-1/+1
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan via Newlib1-1/+2
2020-08-24doc: Various fixes to makedocbook for python3.8github/topic/fifotopic/fifoJon Turney1-4/+6
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib1-3/+3
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib1-2/+4
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore1-2/+2
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib3-15/+22
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib7-5/+237
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib6-5/+125
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib1-0/+8
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib1-1/+1
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib1-1/+1
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib6-73/+22
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib2-26/+2
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib2-4/+2
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