public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
accuracy of mathematical functions
 2021-02-05 23:46 UTC  (3+ messages)

[PATCH 1/1] RISC-V: Use __bss_start for the starting point of .bss
 2021-02-05  9:36 UTC  (3+ messages)

[PATCH v2] Removed Soft float from MIPS
 2021-02-05  9:36 UTC  (2+ messages)

[PATCH v2] Align *utime*() with POSIX/glibc
 2021-01-26 16:28 UTC  (3+ messages)

[PATCH] Align utimensat() and utimes() with POSIX
 2021-01-26 14:09 UTC  (3+ messages)

[PATCH] FTW Port for Newlib
 2021-01-20 22:14 UTC 

printf/vsnprintf crashes while printing float values
 2021-01-19  1:55 UTC  (4+ messages)
  `  "

Patches for targeting AArch64 Darwin with clang
 2021-01-14 19:00 UTC  (2+ messages)

hypotl
 2021-01-14  7:13 UTC 

issue with tgammaf
 2021-01-13  7:52 UTC  (9+ messages)

[PATCH] RTEMS: Add <poll.h> and <sys/poll.h>
 2021-01-05 18:46 UTC  (2+ messages)

absolute path in dwarf
 2020-12-26  2:07 UTC 

newlib-4.1.0 yearly snapshot created
 2020-12-19  0:08 UTC 

regression in tgamma?
 2020-12-18 17:42 UTC  (13+ messages)

End of year snapshot
 2020-12-17 15:44 UTC  (5+ messages)

[PATCH] RISC-V: Add semihosting support
 2020-12-16 23:31 UTC  (9+ messages)

regression in tgamma?
 2020-12-16  6:36 UTC  (3+ messages)

large powf error
 2020-12-15 11:41 UTC 

[PATCH] arm: Fix memchr() for Armv8-R
 2020-12-14 21:12 UTC  (5+ messages)

[PATCH] Add support for TZ names with <> in tzset
 2020-12-14  9:30 UTC  (8+ messages)
        ` Fw: "

huge powf error
 2020-12-11 21:02 UTC  (4+ messages)
` [PATCH] Fix error in powf for x close to 1 and large y

large pow error
 2020-12-11 17:28 UTC 

[PATCH] aarch64: Add ILP32 ABI support in assembly
 2020-12-08 13:31 UTC  (4+ messages)

How well is the Arm Cortex-R52 supported by Newlib?
 2020-12-07 16:52 UTC  (3+ messages)

impure_data never reclaimed
 2020-12-05 16:48 UTC  (4+ messages)
` impure_data never reclaimed (unless you add the required cleanup code)

Accuracy of Mathematical Functions in Single, Double, and Quadruple Precision
 2020-12-04 16:18 UTC 

AArch64 ILP32 strcmp bug
 2020-11-27  5:35 UTC  (8+ messages)

RISC-V: Implement more machine-specific for libm
 2020-11-18  8:39 UTC  (5+ messages)
` [PATCH 1/3] RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and sf_isinf.c
` [PATCH 2/3] RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]
` [PATCH 3/3] RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f] and llround[f]

Make tgamma(-small) = -INFINITY
 2020-11-18  7:51 UTC 

newlib-4.0.0 snapshot created
 2020-11-17 22:04 UTC 

[PATCH] Fix return type of __locale_ctype_ptr_l()
 2020-11-16 15:01 UTC  (2+ messages)

_reclaim_reent() and printf()
 2020-11-14 23:12 UTC  (2+ messages)

Revised Invoice
 2020-11-13  8:42 UTC 

[PATCH] libc/include/newlib.h: Fix C++ compilation issue
 2020-11-10  8:45 UTC  (2+ messages)

Implementing a heap watermark
 2020-11-09 14:08 UTC  (2+ messages)

[PATCH v4] ftw initial port
 2020-11-04 22:22 UTC  (2+ messages)

[PATCH v3] ftw initial port
 2020-11-04 19:02 UTC  (5+ messages)

Bug in UTC -> localtime conversion after 2038
 2020-11-04 18:37 UTC  (4+ messages)

Configuring newlib for cross-compilation with clang
 2020-11-03 14:01 UTC  (2+ messages)

(no subject)
 2020-10-30 20:19 UTC 

[PATCH 1/2] RISC-V: NaN should return 0 for finite[f]
 2020-10-29  9:46 UTC  (4+ messages)
` [PATCH 2/2] RISC-V: Fix wrong including file in s_isinf.c

[PATCH 1/2] RISC-V: Add fabs[f], fmax[f] and fmin[f]
 2020-10-29  3:02 UTC  (8+ messages)
` [PATCH 2/2] RISC-V: Implment finite and fpclassify

[PATCH] libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS
 2020-10-28 14:55 UTC  (4+ messages)

RFC: Changing daddr_t to 64 bits
 2020-10-26 10:53 UTC  (3+ messages)

[PATCH 00/11] Synchronize <sys/tree.h> with FreeBSD
 2020-10-26  9:52 UTC  (11+ messages)
` [PATCH 01/11] Add RB_REINSERT(3), a low overhead alternative to
` [PATCH 02/11] Correct the use of RB_AUGMENT in the RB_TREE
` [PATCH 03/11] For the case when RB_REMOVE requires a nontrivial
` [PATCH 04/11] RB_REMOVE invokes RB_REMOVE_COLOR either when
` [PATCH 05/11] Remove from RB_REMOVE_COLOR some null checks
` [PATCH 06/11] To reduce the size of an rb_node, drop the color
` [PATCH 07/11] Restore an RB_COLOR macro, for the benefit of
` [PATCH 08/11] Fixup r361997 by balancing parens. Duh
` [PATCH 09/11] Linuxkpi uses the rb-tree structures

[PATCH 0/5] Synchronize <sys/cdefs.h> and <stdatomic.h> with FreeBSD
 2020-10-26  9:51 UTC  (7+ messages)
` [PATCH 1/5] Make the system C11 atomics headers fully compatible with external GCC
` [PATCH 2/5] Don't sanitize linker_set
` [PATCH 3/5] gcc: quiet Wattribute for no_sanitize("address")
` [PATCH 4/5] sys: clean up empty lines in .c and .h files
` [PATCH 5/5] amd64: prevent KCSan false positives on LAPIC mapping

Subscribe
 2020-10-18 23:13 UTC  (2+ messages)

When/how is global "errno" variable from reent.c to be used?
 2020-10-16 21:49 UTC  (5+ messages)

[PATCH 0/3] libc: Comply with the libstdc++ test case names.cc
 2020-10-15 17:15 UTC  (21+ messages)
` [PATCH 1/3] libc/include/inttypes.h: Remove parameter name
` [PATCH 2/3] libc/include/wchar.h: "
` [PATCH 3/3] libc: Replace one letter member names in __tzrule_struct
        ` [PATCH v2] libc/time: Move internal newlib tz-structs to local.h

newLib issues
 2020-10-11 18:11 UTC 

drop ambiguous-wide behaviour from Unicode CJK locales
 2020-10-09  3:15 UTC 

[PATCH] libgloss/aarch64: Add support for Armv8-R AArch64
 2020-09-30 13:25 UTC  (5+ messages)
      ` UNSUBSCRIBE

[PATCH v2] ftw initial port
 2020-09-28 19:46 UTC  (2+ messages)

[PATCH] Add C-SKY port for libgloss
 2020-09-27  1:45 UTC  (3+ 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).