public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Implemented sysconf for Arm
 2020-08-19  9:09 UTC  (6+ messages)

[PATCH v2] Support regular file type in _swistat for ARM
 2020-08-18 13:54 UTC  (4+ messages)

[PATCH] Added FTW.H Methods
 2020-08-17 15:38 UTC  (6+ messages)

[PATCH 0/4] Fixes for memory allocation bugs
 2020-08-17  9:54 UTC  (12+ messages)
` [PATCH 1/4] libc/stdlib: Use __builtin_mul_overflow for reallocarray and calloc
` [PATCH 2/4] libm/stdlib: don't read past source in nano_realloc
` [PATCH 3/4] libm/stdlib: Realloc when shrinking by 2* or more
` [PATCH 4/4] libm/stdlib: Recover from realloc failure when shrinking

[PATCH 0/2] Realloc fixes version 2
 2020-08-17  9:45 UTC  (4+ messages)
` [PATCH 1/2] libm/stdlib: don't read past source in nano_realloc
` [PATCH 2/2] libm/stdlib: Realloc when shrinking by 2* or more

[PATCH] Removed Soft float from MIPS
 2020-08-17  9:23 UTC  (6+ messages)

[PATCH] libc/stdlib: Fix build failure in nano_calloc
 2020-08-13  8:18 UTC  (4+ messages)

[PATCH] libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]
 2020-08-12  8:09 UTC  (3+ messages)

[PATCH] libm/machine/riscv: Add custom fma/sqrt functions when supported
 2020-08-12  2:42 UTC  (3+ messages)

[PATCH 0/3] ARM with only 32-bit floats do not have fast 64-bit FMA
 2020-08-10 19:06 UTC  (8+ messages)
` [PATCH 1/3] libm: ARM without HW double does not have fast FMA
` [PATCH 2/3] libm: Detect fast fmaf support
` [PATCH 3/3] libm/machine/arm: Add optimized fmaf and fma when available

[PATCH] libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
 2020-08-10  9:30 UTC  (2+ messages)

wordexp() implementation without fork()
 2020-08-07 21:32 UTC  (4+ messages)

[PATCH 0/2] MSP430: Improve simulator linker scripts
 2020-08-07 13:17 UTC  (4+ messages)
` [PATCH 1/2] MSP430: Word align __*_array_start symbols in sim "
` [PATCH 2/2] MSP430: Increase the amount of main memory available in sim ld scripts

[PATCH 0/5] errno changes for libm
 2020-08-05 21:13 UTC  (10+ messages)
` [PATCH 1/5] libm/math: set errno to ERANGE at gamma poles
` [PATCH 2/5] libm/math: Make yx functions set errno=ERANGE for x=0
` [PATCH 3/5] libm/math: Set errno to ERANGE for pow(0, -y)
` [PATCH 4/5] libm/math: Don't modify __ieee754_pow return values in pow
` [PATCH 5/5] libm: Control errno support with _IEEE_LIBM configuration parameter

[PATCH 0/2] libm: Changes to errno and math_errhandling
 2020-08-04 18:11 UTC  (6+ messages)
` [PATCH 1/2] libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
` [PATCH 2/2] libm: Set math_errhandling to match library and hardware

[PATCH] libm: Set math_errhandling to match library and hardware [v2]
 2020-08-04 15:04 UTC 

[PATCH] libm/math: Use __math_xflow in obsolete math code
 2020-08-03 23:21 UTC  (9+ messages)

[PATCH 0/2] Fix fenv support for ARM
 2020-07-30 22:51 UTC  (9+ messages)
` [PATCH 1/2] arm: Fix fenv support
` [PATCH 2/2] arm: Remove superfluous fenv stub files

[PATCH] riscv: fix integer wraparound in memcpy
 2020-07-27  8:48 UTC  (3+ messages)

[PATCH] Remove multiple defination error
 2020-07-23 12:04 UTC  (2+ messages)

POSIX XXXat() methods
 2020-07-21  6:08 UTC  (4+ messages)

AArch64 ILP32 strcmp bug
 2020-07-20 13:52 UTC 

[PATCH] ctype.h: Fix unused variable warnings
 2020-07-16  9:31 UTC  (2+ messages)

[PATCH] Remove multiple defination error
 2020-07-14 17:51 UTC  (8+ messages)

fenv soft-float support
 2020-07-14  8:00 UTC 

fenv support vs. SMP systems
 2020-07-14  5:16 UTC  (5+ messages)

__restrict defined away for C++
 2020-07-13 20:02 UTC 

newlib is broken for spu target since 2.5.0.20170623
 2020-07-12 10:50 UTC  (4+ messages)

[PATCH 1/4] libc/iconv: Detect CES handler loading failure
 2020-07-11  0:26 UTC  (6+ messages)
` [PATCH 2/4] libc/iconv: Remove unneeded pointer var for _iconv_aliases
` [PATCH 3/4] libc/iconv: find_alias was mis-computing remaining alias table length
` [PATCH 4/4] testsuite: Fix iconv tests to use new encoding config defines

fenv() support broken with GCC 10 on ARM
 2020-07-09 18:07 UTC  (7+ messages)

GNU Tools @ Linux Plumbers Conference 2020
 2020-07-09 10:43 UTC 

[PATCH] Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
 2020-07-06 11:19 UTC  (3+ messages)

[PATCH 0/1] Add fenv support for ARM
 2020-07-03 13:12 UTC  (9+ messages)
` [PATCH 1/1] fenv support arm

[PATCH v2 0/2] Patch for fenv support of SPARC and MIPS
 2020-07-03  8:48 UTC  (4+ messages)
` [PATCH v2 1/2] SPARC fenv support
` [PATCH v2 2/2] mips "

[PATCH 0/1] MIPS fenv support
 2020-07-02 10:15 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/1] Fenv support for SPARC
 2020-07-02 10:14 UTC  (3+ messages)
` [PATCH 1/1] SPARC fenv support

[PATCH 0/1] Aarch64 fenv support
 2020-07-02 10:13 UTC  (3+ messages)
` [PATCH 1/1] fenv aarch64 support

[PATCH v2] Support regular file type in _swistat for ARM
 2020-07-02  9:06 UTC  (2+ messages)

Removing #ifdef __CYGWIN__ over _CS_* defines from sys/unistd.h
 2020-07-02  9:04 UTC  (2+ messages)

[PATCH] Add `exp10l` function
 2020-07-02  9:03 UTC  (2+ messages)

[PATCH] pru: Fix memory corruption on syscall return
 2020-07-02  9:00 UTC  (3+ messages)

Is if_nameindex() supported when combining linux ver5.5 and newlib?
 2020-06-24  8:35 UTC 

Adding license header for files to be ported form musl-libc
 2020-06-22 19:16 UTC  (2+ messages)

[PATCH] Support regular file type in _swistat for ARM
 2020-06-22 11:51 UTC  (2+ messages)

undefined references since newlib-3.2.0
 2020-06-17 11:36 UTC  (14+ messages)

Completed: Please DocuSign: 20200615_Agreement
 2020-06-15 15:23 UTC 

Memory Leak in newlib with _REENT_SMALL
 2020-06-11 20:20 UTC 

Confusion about version numbering scheme
 2020-06-11 17:41 UTC  (3+ messages)

[PATCH] Auto-generated files for commit e6ce6f1430eee503a388cf1fc7fe6634de09fb0f
 2020-06-09 21:03 UTC  (6+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).