errno groveler in C
Lassi Kortela
(27 Jun 2020 12:03 UTC)
|
Re: errno groveler in C
John Cowan
(27 Jun 2020 12:10 UTC)
|
Re: errno groveler in C
Lassi Kortela
(27 Jun 2020 12:16 UTC)
|
Re: errno groveler in C
hga@xxxxxx
(27 Jun 2020 12:26 UTC)
|
SRFI directory layout
Lassi Kortela
(27 Jun 2020 12:40 UTC)
|
Re: SRFI directory layout
hga@xxxxxx
(27 Jun 2020 13:42 UTC)
|
Re: SRFI directory layout
Arthur A. Gleckler
(27 Jun 2020 20:07 UTC)
|
Re: SRFI directory layout
John Cowan
(27 Jun 2020 13:53 UTC)
|
Re: SRFI directory layout
Arthur A. Gleckler
(27 Jun 2020 20:01 UTC)
|
Re: errno groveler in C
Arthur A. Gleckler
(27 Jun 2020 16:35 UTC)
|
Re: errno groveler in C
hga@xxxxxx
(27 Jun 2020 12:21 UTC)
|
Re: errno groveler in C
Lassi Kortela
(27 Jun 2020 12:34 UTC)
|
Re: errno groveler in C
Lassi Kortela
(27 Jun 2020 13:51 UTC)
|
Re: errno groveler in C hga@xxxxxx (27 Jun 2020 14:24 UTC)
|
Re: errno groveler in C
Lassi Kortela
(27 Jun 2020 14:32 UTC)
|
> From: Lassi Kortela <xxxxxx@lassi.io> > Date: Saturday, June 27, 2020 8:51 AM > PR updated with a groveler that uses #ifdef only for non-POSIX errno > values. The POSIX ones are printed unconditionally -- we assume they are > always defined and do no #ifdef check. Unfortunately it's not true for OpenBSD, it omits 2 of the reserved defines, and 4 from System V STREAMS. I wonder if any others refuse to define all of them, despite the option of just ignoring the ones they don't use. - Harold