public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 0/7] Add --enable-newlib-reent-binary-compat configure option
 2022-05-16 15:53 UTC  (8+ 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 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 

Does newlib support x86_64-pc-linux-gnu?
 2022-05-14 19:20 UTC  (2+ messages)

[PATCH] add tests for tzset(3)
 2022-05-14 14:39 UTC  (23+ messages)
              ` [PATCH v2 0/2] add tzset/_r POSIX angle bracket <> support in TZ env var
                ` [PATCH v2 1/2] newlib/libc/time/tzset.c: doc update POSIX angle bracket <> support
                ` [PATCH v2 2/2] newlib/libc/time/tzset_r.c(_tzset_unlocked_r): "

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

[PATCH v2 00/11] Decouple global file object list from _GLOBAL_REENT
 2022-05-13 11:30 UTC  (25+ 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-12 18:35 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  (19+ messages)
` [PATCH 01/11] Remove duplicate stdio initializations
` [PATCH 02/11] Remove duplicate sglue initializations
` [PATCH 03/11] Declare global __sf[] only once
` [PATCH 04/11] Add two __sglue initialization macros
` [PATCH 05/11] Remove __sinit_locks / __sinit_recursive_mutex
` [PATCH 06/11] Move __sglue initializations to __sfp()
` [PATCH 07/11] Add CLEANUP_FILE define
` [PATCH 08/11] Add stdio atexit handler
` [PATCH 09/11] stdio: Replace _fwalk_reent() with _fwalk_sglue()
` [PATCH 10/11] Add global __sglue object for all configurations
` [PATCH 11/11] Remove __sglue member for one configuration

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

[PATCH 0/5] Various improvements to newlib manpages build
 2022-05-08 19:42 UTC  (8+ messages)
` [PATCH 1/5] Simplify rules for creating man pages
` [PATCH 2/5] Add build avoidance for 'make man'
` [PATCH 3/5] Silence xsltproc when writing manpages
` [PATCH 4/5] Fix warning about duplicate id in docbook XML
` [PATCH 5/5] Generate manpages for functions in chapter sys.tex

Issue: #include <stdio.h> shall not cause intmax_t to be defined
 2022-05-06  9:14 UTC  (10+ messages)

[PATCH] Fix nbdm.c build break
 2022-05-04 17:13 UTC  (2+ messages)

[PATCH] Fix nano-malloc build
 2022-05-04 16:50 UTC  (2+ messages)

[PATCH] Remove use of _global_impure_ptr
 2022-05-04 15:29 UTC  (5+ messages)

[PATCH 1/2] In <sys/types.h> optionally provide stdint.h types
 2022-05-04 13:50 UTC  (3+ messages)
` [PATCH 2/2] In <stdio.h> provide only necessary types

[PATCH] libgloss: pru: Fix _open syscal arguments
 2022-04-27  9:44 UTC  (2+ messages)

Integration of new patches from ARM's optimized-routines repo
 2022-04-22 13:35 UTC 

Issue: headers may use non-reserved identifiers
 2022-04-21  4:56 UTC  (4+ messages)
  ` Fw: "

Weak symbol for printf/scanf family
 2022-04-18  2:32 UTC  (3+ messages)

(no subject)
 2022-04-17  8:21 UTC 

[PATCH] Fix stdio memory leaks with _REENT_SMALL + _LITE_EXIT
 2022-04-12 20:57 UTC  (3+ messages)

[PATCH] Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2
 2022-04-11 16:01 UTC  (8+ messages)
  ` [PATCH V2] "
        ` [PATCH V3] "

cannot find crt0.o file
 2022-04-08 14:05 UTC  (2+ messages)

[PATCH 0/2] add tzset/_r POSIX angle bracket <> support in TZ env var
 2022-04-07 23:36 UTC  (9+ messages)
` [PATCH 1/2] tzset.c: doc update POSIX angle bracket <> support
` [PATCH 2/2] tzset_r.c(_tzset_unlocked_r): "

Cannot run testsuite
 2022-04-07 15:28 UTC  (5+ messages)
` [PATCH] fix testsuite

Build-dependency issues with ELIX_LEVEL
 2022-04-06 16:25 UTC  (6+ messages)
` [Patch] (1/n) newlib: Only call _fputwc_r if ELIX_LEVEL >= 4 (was: Build-dependency issues with ELIX_LEVEL)
` [Patch] (2/n) newlib: Move vasniprintf.c to ELIX 1 "
  ` *ping* "

tzset/_r POSIX tz abbr angle bracket <> support testing
 2022-04-05  4:13 UTC 

[PATCH v2] newlib: Remove superfluous CHECK_STD_INIT() macro
 2022-04-01 16:23 UTC 

[PATCH 0/2] Fix bug from previous patch (44b60f0c)
 2022-04-01 14:01 UTC  (4+ messages)
` [PATCH 1/2] Fix bug introduced in "
` [PATCH 2/2] Remove unused _cleanup()

[PATCH] newlib: Remove unused CHECK_STD_INIT() macro
 2022-04-01 13:38 UTC  (2+ messages)

Why is __sglue initialized in _cygtls::init_thread()?
 2022-04-01 13:34 UTC  (2+ messages)

[PATCH 1/2] Replace _fwalk() calls with _fwalk_reent()
 2022-03-30 19:34 UTC  (4+ messages)
` [PATCH 2/2] newlib: Rename __sfmoreglue() and make it static

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