public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] POSIX_* Wundef fixes
@ 2014-09-19 10:20 Siddhesh Poyarekar
  2014-09-19 10:20 ` [PATCH 1/4] Remove Wundef warnings for specification macros Siddhesh Poyarekar
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Siddhesh Poyarekar @ 2014-09-19 10:20 UTC (permalink / raw)
  To: libc-alpha; +Cc: roland

This patch set fixes Wundef warnings for all POSIX_* macros and also
proposes a way to organize all of the sysconf variables so that
they're generated from one place (posix/conf.list) and are hence
typo-proof.  All patches have been verified on x86_64 to ensure that
they don't result in any significant changes in generated code.

[PATCH 1/4] Remove Wundef warnings for specification macros

- This is the initial patch that adds the conf.list file and macros
  and fixes one set of warnings.

[PATCH 2/4] Add _POSIX namespace SYSCONF macros to conf.list

- This is the second patch that adds the POSIX namespace sysconf
  macros to the list and fixes the remaining warnings.

[PATCH 3/4] Use PTHREAD_DESTRUCTOR_ITERATIONS

- This patch replaces the POSIX_THREAD_DESTRUCTOR_ITERATIONS with a
  view to unify getconf and sysconf usage.

[PATCH 4/4] Use conf.list to generate spec array

- This patch removes the hand-written specs variable and replaces it
  with an auto-generated array.  The vars array can be similarly
  replaced after adding all of its constituent variables to conf.list.
  I'll do that once these patches are in.

Siddhesh

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-12-30  3:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19 10:20 [PATCH 0/4] POSIX_* Wundef fixes Siddhesh Poyarekar
2014-09-19 10:20 ` [PATCH 1/4] Remove Wundef warnings for specification macros Siddhesh Poyarekar
2014-09-23 12:57   ` Florian Weimer
2014-09-23 14:46     ` Siddhesh Poyarekar
2014-10-01  9:15       ` [PATCH 1/4 v1.1] " Siddhesh Poyarekar
2014-12-18  0:41         ` Roland McGrath
2014-09-19 10:20 ` [PATCH 3/4] Use PTHREAD_DESTRUCTOR_ITERATIONS Siddhesh Poyarekar
2014-12-18  0:44   ` Roland McGrath
2014-12-30  3:17     ` Siddhesh Poyarekar
2014-09-19 10:20 ` [PATCH 4/4] Use conf.list to generate spec array Siddhesh Poyarekar
2014-10-01  9:17   ` [PATCH 4/4 v1.1] " Siddhesh Poyarekar
2014-12-18  0:48     ` Roland McGrath
2014-12-30  3:18       ` Siddhesh Poyarekar
2014-09-19 10:30 ` [PATCH 2/4] Add _POSIX namespace SYSCONF macros to conf.list Siddhesh Poyarekar
2014-12-18  0:41   ` Roland McGrath
2014-11-05 11:11 ` [PING] POSIX_* Wundef fixes Siddhesh Poyarekar
2014-11-06  3:00   ` Roland McGrath
2014-12-10  8:14   ` [PING2] " Siddhesh Poyarekar

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