public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] makedocbook improvements (v2)
 2022-11-07  8:48 UTC  (10+ messages)
` [PATCH 1/5] makedocbook: Use raw strings for regexes
` [PATCH 2/5] makedocbook: Use sys.exit()
` [PATCH 3/5] makedocbook: Drop stray semicolons
` [PATCH 4/5] makedocbook: Adjust inline whitespace to fix flake8 warnings
` [PATCH 5/5] makedocbook: Fix false report of unhandled texinfo command

Switchs-Sales,
 2022-11-05  1:22 UTC 

[PATCH] makedocbook: Fix false report of unhandled texinfo command
 2022-11-04 15:13 UTC  (4+ messages)

Generate porting.info in build tree rather than source tree
 2022-11-04  0:29 UTC  (6+ messages)

round() on arm vs aarch64
 2022-11-03 14:13 UTC 

[PATCH] newlib: build+install info pages by default
 2022-11-01 20:22 UTC  (2+ messages)

BANNED contents from you (application/octet-stream,.exe,.exe-ms,webcam.txt.com)
 2022-10-30  1:13 UTC 

[PATCH] Fix warning during manpage generaton
 2022-10-28  9:18 UTC  (2+ messages)

[PATCH] powerpc/setjmp: Fix 64-bit support
 2022-10-27 16:09 UTC  (2+ messages)

[PATCH v4 0/8] Implement assembly cortex-M PACBTI functionality
 2022-10-26 11:53 UTC  (9+ messages)
` [PATCH v4 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v4 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH v4 3/8] newlib: libc: strlen "
` [PATCH v4 4/8] newlib: libc: memchr "
` [PATCH v4 5/8] newlib: libc: memcpy "
` [PATCH v4 6/8] newlib: libc: setjmp/longjmp "
` [PATCH v4 7/8] newlib: libc: aeabi_memmove "
` [PATCH v4 8/8] newlib: libc: aeabi_memset "

[PATCH] strftime.c(__strftime): add %q, %v, tests; tweak %Z doc
 2022-10-26  3:05 UTC  (5+ messages)

[PATCH] strptime.c(strptime_l): add %q GNU quarter
 2022-10-24 12:10 UTC  (2+ messages)

[PATCH 0/2] strftime.c, strptime.c: add %i, %q, %v, tests; tweak %Z docs
 2022-10-21 20:43 UTC  (9+ messages)
` [PATCH 1/2] strftime.c(__strftime): "
    ` Fw: "
` [PATCH 2/2] strptime.c(strptime_l): add %i, %q, %v

[PATCH] libgloss: riscv: Install machine/syscall.h
 2022-10-20 14:54 UTC  (6+ messages)

[PATCH] Rerun automake in newlib/
 2022-09-28 14:52 UTC  (2+ messages)

[PATCH] Implemented sysconf for Arm
 2022-09-28 11:28 UTC  (7+ messages)

[PATCH] Fix missing extern C statement
 2022-09-26 17:49 UTC  (2+ messages)

[PATCH] powerpc/setjmp: Add 64-bit support
 2022-09-23 19:29 UTC  (4+ messages)

Unable to link C++ application with libstdc++ when newlib is used (gcc 13 and perhaps also 12)
 2022-09-19 16:07 UTC  (5+ messages)

Malloc: unusable area at the end of the heap section
 2022-09-19 14:48 UTC  (7+ messages)

GNU Tools Cauldron 2022
 2022-09-16  8:00 UTC  (2+ messages)

Proposing Sourceware as SFC member project
 2022-09-08 23:06 UTC  (2+ messages)
` Sourceware accepted "

Integration of new patches from ARM's optimized-routines repo
 2022-09-08  7:13 UTC  (2+ messages)

[PATCH 1/2] Used chunk needs to be removed from free_list
 2022-09-01 19:39 UTC  (9+ messages)
` [PATCH 2/2] Don't allocate another header when merging chunks

Fwd: New Defects reported by Coverity Scan for RTEMS-Newlib
 2022-08-31 19:58 UTC  (8+ messages)
  `  "

[PATCH v2] Restore _lock initialization in non-single threaded mode
 2022-08-31  8:07 UTC  (3+ messages)

[PATCH] Restore _lock initialization in single threaded mode
 2022-08-29 19:35 UTC  (4+ messages)

[PATCH] Restore _lock initialization in single threaded mode
 2022-08-29 18:18 UTC  (2+ messages)

Accuracy of Mathematical Functions
 2022-08-29 10:50 UTC 

[PATCH newlib v1 0/4] Add FreeBSD long double functions
 2022-08-26 20:45 UTC  (14+ messages)
` [PATCH newlib v1 1/4] Add infrastructure for incorporating FreeBSD long double methods
` [PATCH newlib v1 2/4] Makefile.in and configure: Regenerated
` [PATCH newlib v1 3/4] Split libm/common/frexpl.c into LDBL_EQ_DBL and long double versions
` [PATCH newlib v1 4/4] Makefile.in: Regenerated

[PATCH] libgloss: riscv: Convert to non-recursive automake
 2022-08-26 14:51 UTC  (3+ messages)

[PATCH v3 0/8] Implement assembly cortex-M PACBTI functionality
 2022-08-24 10:41 UTC  (9+ messages)
` [PATCH v3 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v3 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH v3 3/8] newlib: libc: strlen "
` [PATCH v3 4/8] newlib: libc: memchr "
` [PATCH v3 5/8] newlib: libc: memcpy "
` [PATCH v3 6/8] newlib: libc: setjmp/longjmp "
` [PATCH v3 7/8] newlib: libc: aeabi_memmove "
` [PATCH v3 8/8] newlib: libc: aeabi_memset "

_newlib_version.h not filled with data
 2022-08-22 21:57 UTC  (2+ messages)

Revisiting More Complete long double Support
 2022-08-19  9:19 UTC  (7+ messages)

[PATCH v2 0/8] Implement assembly cortex-M PACBTI functionality
 2022-08-18 16:28 UTC  (18+ messages)
` [PATCH v2 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v2 2/8] newlib: libc: strcmp M-profile PACBTI-enablement
` [PATCH v2 3/8] newlib: libc: strlen "
` [PATCH v2 4/8] newlib: libc: memchr "
` [PATCH v2 5/8] newlib: libc: memcpy "
` [PATCH v2 6/8] newlib: libc: setjmp/longjmp "
` [PATCH v2 7/8] newlib: libc: aeabi_memmove "
` [PATCH v2 8/8] newlib: libc: aeabi_memset "

[PATCH] newlib: libc: Optimize the string functions
 2022-08-16 11:08 UTC  (2+ messages)

[PATCH] SH: Do not build syscalls if option provided
 2022-08-15 19:13 UTC  (2+ messages)

[PATCH] newlib: libc: Optimize the string functions
 2022-08-12 21:09 UTC 

[PATCH] newlib: libc: Optimize the string functions
 2022-08-12 20:38 UTC 

crash in newlocale()
 2022-08-12 10:50 UTC  (7+ messages)

[PATCH] newlocale: fix crash when trying to write to __C_locale
 2022-08-11 18:00 UTC 

Newlib provided syscalls on SH
 2022-08-09 19:29 UTC  (2+ messages)

[PATCH 00/14] Add --enable-newlib-reent-thread-local option
 2022-07-13 11:13 UTC  (15+ messages)
` [PATCH 03/14] Add _REENT_ERRNO(ptr)
    ` Fw: "

[PATCH 0/6] Synchronize <sys/cdefs.h> with FreeBSD
 2022-07-11  9:43 UTC  (10+ messages)
` [PATCH 1/6] cdefs.h: remove intel_compiler support
` [PATCH 2/6] Expose clang's alignment builtins and use them for roundup2/rounddown2
` [PATCH 3/6] cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused
` [PATCH 4/6] cdefs: Make __nosanitizeaddress work for KASAN as well
` [PATCH 5/6] cdefs: Add a default definition for __nosanitizememory
` [PATCH 6/6] cdefs.h: Remove redundant #ifdefs

[PATCH] Reduce namespace pollution from <sys/_types.h>
 2022-07-07 19:10 UTC  (2+ 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).