The errno and signal codesets Lassi Kortela (13 Dec 2022 11:38 UTC)
Re: The errno and signal codesets Lassi Kortela (13 Dec 2022 11:48 UTC)
Re: The errno and signal codesets John Cowan (14 Dec 2022 05:58 UTC)
Re: The errno and signal codesets Lassi Kortela (14 Dec 2022 09:08 UTC)
Re: The errno and signal codesets John Cowan (14 Dec 2022 22:48 UTC)
Re: The errno and signal codesets Lassi Kortela (15 Dec 2022 09:10 UTC)
Re: The errno and signal codesets John Cowan (18 Dec 2022 07:56 UTC)
Re: The errno and signal codesets Lassi Kortela (20 Dec 2022 10:51 UTC)
Re: The errno and signal codesets Lassi Kortela (20 Dec 2022 11:53 UTC)

Re: The errno and signal codesets Lassi Kortela 13 Dec 2022 11:48 UTC

To explain that the errno and signal symbols are standardized, but the
corresponding numbers are not, I placed the following descriptions at
<https://registry.scheme.org/#codesets>:

'errno -- C/Unix errno values on this machine

'signal -- C/Unix signals on this machine

We could additionally coin 'errno-linux, 'errno-cygwin, etc. but
currently I don't see the point.