public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Remove automake option 'cygnus' from newlib (v2)
 2021-12-16 16:09 UTC  (3+ messages)
` [PATCH 1/4] newlib: Make effects of 'cygnus' explicit
` [PATCH 2/4] newlib: Regenerate autotools files

[PATCH] Remove automake option 'cygnus' from newlib
 2021-12-14 20:25 UTC  (4+ messages)

[PATCH] README: configure.in -> configure.ac
 2021-12-13 13:51 UTC  (2+ messages)

[PATCH] Add a script for regenerating all newlib autotools files
 2021-12-10 14:41 UTC  (4+ messages)

[PATCH] Cygwin: Conditionally build documentation
 2021-12-08 17:47 UTC  (3+ messages)

[PATCH] Enable automake silent rules
 2021-12-08 15:41 UTC  (9+ messages)
    ` Fw: "

[PATCH] Cygwin: Use AS_HELP_STRING for --enable-debugging
 2021-12-08 15:04 UTC 

Inspiring data base list - Embedded World 2022
 2021-12-07  1:29 UTC  (2+ messages)

Fwd: gcc 11.1.0: printf("%.43f\n", 0x1.52f8a8e32e982p-140): printed value is incorrectly rounded
 2021-12-06 10:26 UTC  (25+ messages)
  `  "

what's up with _COMPILING_NEWLIB
 2021-12-05  9:42 UTC  (28+ messages)
` [PATCH 1/2] define _COMPILING_NEWLIB for all targets when compiling
  ` [PATCH 2/2] ctype: use less short names in public header
    ` [PATCH v2] "

[PATCH v2] frexpl: Support smaller long double of LDBL_MANT_DIG == 53
 2021-12-03  9:50 UTC  (2+ messages)

OpenLibm?
 2021-12-02 14:30 UTC  (2+ messages)

[PATCH] frexpl: Support smaller long double
 2021-12-02  9:50 UTC  (2+ messages)

OpenLibm?
 2021-12-01 23:32 UTC 

[PATCH] frexpl: Support smaller long double
 2021-12-01 19:34 UTC 

Compilation for mips-mti-elf fails
 2021-11-29 23:27 UTC  (2+ messages)

printf("%La\n", 1e1000L) crashes with segv
 2021-11-29 12:26 UTC  (3+ messages)

[PATCH v2] ldtoa: Fix insufficient valid output digits for "%f" format
 2021-11-26 10:09 UTC  (2+ messages)

Swire Pacific Offshore HACKED, your data stolen
 2021-11-26  3:46 UTC 

[PATCH] ldtoa: Fix insufficient valid output digits for "%f" format
 2021-11-25 21:51 UTC  (3+ messages)

NextSteps
 2021-11-20  9:59 UTC 

[PATCH] Fix 'make man' after 67208d9e
 2021-11-16 17:39 UTC  (2+ messages)

[PATCH] update to Unicode 14.0
 2021-11-16 10:40 UTC  (6+ messages)

[PATCH] change _COMPILING_NEWLIB to _LIBC
 2021-11-15 11:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] newlib: merge doc into top-level Makefile
 2021-11-15 10:38 UTC  (5+ messages)

[PATCH] newlib: undefine _FORTIFY_SOURCE
 2021-11-12 10:28 UTC  (6+ messages)
` [PATCH alternative] newlib: ignore _FORTIFY_SOURCE when building newlib

[PATCH] winsup: delete old _LIBC logic
 2021-11-10 10:57 UTC  (2+ messages)

[PATCH 00/12] sync etc/ to bfd/gdb tree
 2021-11-10 10:54 UTC  (14+ messages)
` [PATCH 01/12] Fix compile time warning messages building with gcc v6.1.1
` [PATCH 02/12] update-copyright.py for binutils
` [PATCH 03/12] Update the address of the FSF in the copyright notice of files which were using the old address
` [PATCH 04/12] Update year range in copyright notice of binutils files
` [PATCH 05/12] Bump to autoconf 2.69 and automake 1.15.1
` [PATCH 06/12] Update year range in copyright notice of binutils files
` [PATCH 07/12] texi2pod.pl: import support for @t{...} from gcc
` [PATCH 08/12] Add libctf to update-copyright.py
` [PATCH 09/12] Update year range in copyright notice of binutils files
` [PATCH 10/12] texi2pod.pl: add no-op --no-split option support [PR28144]
` [PATCH 11/12] etc: rename configure.in to configure.ac
` [PATCH 12/12] etc: switch to automake

[PATCH] newlib: mips: delete glibc-specific logic
 2021-11-09 11:44 UTC  (2+ messages)

policy on merging patches from binutils/gdb/gcc for shared code
 2021-11-09 11:40 UTC  (2+ messages)

[PATCH] libgloss: wince: update to automake-1.15
 2021-11-08 10:06 UTC  (2+ messages)

libgloss: regenerate aclocal.m4 & configure w/newer versions
 2021-11-08  9:53 UTC  (5+ messages)

[PATCH] libgloss/newlib: rename configure.in to configure.ac
 2021-11-06 18:18 UTC  (9+ messages)
      ` [PATCH] libgloss/newlib: update configure.ac in Makefile.in files

[PATCH] Unconditionally declare strsignal
 2021-10-27 18:07 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH] libgloss/riscv: Fix hard coded reference to configure.in after rename
 2021-10-27 15:45 UTC  (4+ messages)

[PATCH] string: Fix buffer overrun in newlib/libc/string/strrchr.c (#184)
 2021-10-13 20:40 UTC  (2+ messages)

Where stdin/stdout/stderr pointers are allocated
 2021-10-13  7:36 UTC 

[PATCH v2 0/4] Optimize red-black tree insert/extract
 2021-10-07 12:10 UTC  (9+ messages)
` [PATCH v2] Align *utime*() with POSIX/glibc
` [PATCH v2 1/4] sys/tree.h: Simplify loop condition
` [PATCH v2 2/4] sys/tree.h: Simplify chain of conditions
` [PATCH v2 3/4] sys/tree.h: Add parent rotations
` [PATCH v2 4/4] sys/tree.h: Red child with black sibling rotations

[PATCH 0/4] Optimize red-black tree insert/extract
 2021-10-05 14:56 UTC  (6+ messages)
` [PATCH 1/4] sys/tree.h: Simplify loop condition
` [PATCH 2/4] sys/tree.h: Simplify chain of conditions
` [PATCH 3/4] sys/tree.h: Add parent rotations
    ` Fw: "
` [PATCH 4/4] sys/tree.h: Red child with black sibling rotations

Stepping down, mostly
 2021-09-27 14:12 UTC 

[PATCH] libgloss: fix AC_LANG_SOURCE warnings w/newer autoconf
 2021-09-15  8:42 UTC  (2+ messages)

[PATCH] newlib: sig2str: use __restrict
 2021-09-15  5:05 UTC 

[PATCH] libgloss: add missing aclocal.m4 files
 2021-09-15  4:40 UTC 

[PATCH] libgloss: epiphany: rename symbol prefix cache var
 2021-09-15  4:40 UTC 

[PATCH] Add myself to sim & general write-after-approval maintainers
 2021-09-13 10:13 UTC  (2+ messages)

accuracy of mathematical functions
 2021-09-07 15:01 UTC 

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).