public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/8] Implement assembly cortex-M PACBTI functionality
 2022-08-03 15:35 UTC  (3+ messages)
` [PATCH v2 1/8] newlib: libc: define M-profile PACBTI-enablement macros
` [PATCH v2 5/8] newlib: libc: memcpy M-profile PACBTI-enablement

[PATCH 00/14] Add --enable-newlib-reent-thread-local option
 2022-07-13 11:13 UTC  (30+ messages)
` [PATCH 01/14] Move content in <sys/reent.h>
` [PATCH 02/14] Define _REENT_EMERGENCY(ptr) only once
` [PATCH 03/14] Add _REENT_ERRNO(ptr)
    ` Fw: "
` [PATCH 04/14] Add _REENT_STDIN(ptr)
` [PATCH 05/14] Add _REENT_STDOUT(ptr)
` [PATCH 06/14] Add _REENT_STDERR(ptr)
` [PATCH 07/14] Add _REENT_INC(ptr)
` [PATCH 08/14] Add _REENT_LOCALE(ptr)
` [PATCH 09/14] Add _REENT_CLEANUP(ptr)
` [PATCH 10/14] Add _REENT_CVTLEN(ptr)
` [PATCH 11/14] Add _REENT_CVTBUF(ptr)
` [PATCH 12/14] Add _REENT_SIG_FUNC(ptr)
` [PATCH 13/14] Add _REENT_IS_NULL()
` [PATCH 14/14] Add --enable-newlib-reent-thread-local option

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

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

[PATCH] newlib: switch to autoconf long double wider macro
 2022-06-22  2:52 UTC  (7+ messages)

[PATCH v2] Use global stdio streams for all configurations
 2022-06-17 11:33 UTC  (5+ messages)

RISC-V crt0.S
 2022-06-11 15:56 UTC 

[PATCH] Clarify struct _reent comment
 2022-06-08 18:20 UTC  (2+ messages)

[PATCH] Fix stdio init handling
 2022-06-07 23:30 UTC  (9+ messages)

Malloc: unusable area at the end of the heap section
 2022-06-07 16:38 UTC  (4+ messages)

[PATCH] Use global stdio streams for all configurations
 2022-06-07  6:27 UTC  (2+ messages)

Email Update
 2022-05-29 19:44 UTC 

[PATCH] add tests for tzset(3)
 2022-05-27 15:46 UTC  (16+ messages)
` [PATCH v2 0/2] add tzset/_r POSIX angle bracket <> support in TZ env var
            ` [PATCH] update tzset tests
                    ` [PATCH v2] "

Bugs
 2022-05-27  8:49 UTC 

[PATCH v3 0/7] Add --enable-newlib-reent-binary-compat configure option
 2022-05-24 21:25 UTC  (13+ messages)
` [PATCH v3 1/7] Add --enable-newlib-reent-binary-compat
` [PATCH v3 2/7] Cygwin: Enable backward binary compatibility
` [PATCH v3 3/7] Optional struct _reent::__unused_sdidinit
` [PATCH v3 4/7] Optional struct _reent::_unspecified_locale_info
` [PATCH v3 5/7] Optional struct _reent::_new::_reent::_unused_rand
` [PATCH v3 6/7] Optional struct _reent::_new::_unused
` [PATCH v3 7/7] Use global atexit data for all configurations

[PATCH] Use right lock release in __register_exitproc()
 2022-05-24 19:22 UTC  (3+ messages)

GNU Tools Cauldron 2022
 2022-05-23 10:27 UTC 

[PATCH] Fix __fp_lock_all() and __fp_unlock_all()
 2022-05-19 17:08 UTC  (7+ messages)
` [PATCH] Fix __sFILE::_lock initialization
` [PATCH] Use weak reference for _REENT_SMALL

Optionally use thread-local objects for struct _reent members
 2022-05-19  8:49 UTC  (2+ messages)

[PATCH] newlib: libc: reente.h: remove unnecessary parentheses
 2022-05-18 10:39 UTC  (2+ messages)

[PATCH] Fix stdio exit handling
 2022-05-17 15:50 UTC  (3+ messages)

Does newlib support x86_64-pc-linux-gnu?
 2022-05-17 11:13 UTC  (3+ messages)

[PATCH v2 00/11] Decouple global file object list from _GLOBAL_REENT
 2022-05-17 10:13 UTC  (27+ messages)
` [PATCH v2 01/11] Remove duplicate stdio initializations
` [PATCH v2 02/11] Remove duplicate sglue initializations
` [PATCH v2 03/11] Declare global __sf[] only once
` [PATCH v2 04/11] Add two __sglue initialization macros
` [PATCH v2 05/11] Remove __sinit_locks / __sinit_recursive_mutex
` [PATCH v2 06/11] Move __sglue initializations to __sfp()
` [PATCH v2 07/11] Add CLEANUP_FILE define
` [PATCH v2 08/11] Add stdio_exit_handler()
` [PATCH v2 09/11] stdio: Replace _fwalk_reent() with _fwalk_sglue()
` [PATCH v2 10/11] Add global __sglue object for all configurations
` [PATCH v2 11/11] Remove __sglue member for one configuration

[PATCH] add tests for tzset(3)
 2022-05-16 17:49 UTC  (3+ messages)

[PATCH 0/6] Add --enable-newlib-reent-binary-compat configure option
 2022-05-16 11:54 UTC  (9+ messages)
` [PATCH 1/6] Add --enable-newlib-reent-binary-compat
` [PATCH 2/6] Optional struct _reent::__unused_sdidinit
` [PATCH 3/6] Optional struct _reent::_unspecified_locale_info
` [PATCH 4/6] Optional struct _reent::_new::_unused
` [PATCH 5/6] Optional struct _reent::_new::_reent::_unused_rand
` [PATCH 6/6] Use global atexit data for all configurations

[PATCH 0/7] Add --enable-newlib-backward-binary-compat configure option
 2022-05-16 11:09 UTC  (12+ messages)
` [PATCH 1/7] Add --enable-newlib-backward-binary-compat
` [PATCH 2/7] Cygwin: Enable backward binary compatibility
` [PATCH 3/7] Optional struct _reent::__unused_sdidinit
` [PATCH 4/7] Optional struct _reent::_unspecified_locale_info
` [PATCH 5/7] Optional struct _reent::_new::_unused
` [PATCH 6/7] Optional struct _reent::_new::_reent::_unused_rand
` [PATCH 7/7] Use global atexit data for all configurations

Newlib Digest, Vol 27, Issue 23
 2022-05-16  7:42 UTC 

[PATCH] newlib: Regenerate Makefile.in
 2022-05-13 20:05 UTC  (2+ messages)

[PATCH] Cygwin: signal.cc: Include <unistd.h>
 2022-05-12 16:05 UTC  (6+ messages)

[PATCH v2] Cygwin: syscalls.cc: Include ../stdio/local.h
 2022-05-12  8:15 UTC  (2+ messages)

[PATCH 00/11] Decouple global file object list from _GLOBAL_REENT
 2022-05-12  7:59 UTC  (10+ messages)
` [PATCH 08/11] Add stdio atexit handler
` [PATCH 09/11] stdio: Replace _fwalk_reent() with _fwalk_sglue()

[PATCH] Cygwin: syscalls.cc: Include ../stdio/local.h
 2022-05-12  6:51 UTC  (2+ messages)

Issue: CMPLX is not defined
 2022-05-10 18:09 UTC  (3+ messages)

C11 conformance: <uchar.h>, TIME_UTC, timespec_get
 2022-05-10 18:06 UTC  (4+ 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).