Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <87o75pcwwi.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<87o75pcwwi.fsf@nosuchdomain.example.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Python (was Re: I did not inhale)
Date: Sun, 18 Aug 2024 15:02:21 -0700
Organization: None to speak of
Lines: 28
Message-ID: <87o75pcwwi.fsf@nosuchdomain.example.com>
References: <uu54la$3su5b$6@dont-email.me> <20240408075547.000061e8@gmail.com>
	<g52cnWOOwoz_son7nZ2dnZfqnPWdnZ2d@brightview.co.uk>
	<uvbe3m$2cun7$1@dont-email.me> <uvbfii$3mom0$1@news.xmission.com>
	<20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org>
	<way-20240413091747@ram.dialup.fu-berlin.de>
	<87il0lldf8.fsf@tudado.org>
	<choices-20240413123957@ram.dialup.fu-berlin.de>
	<v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
	<20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
	<v9t204$2dofg$1@dont-email.me>
	<87wmkdd484.fsf@nosuchdomain.example.com>
	<v9tn45$2h3d8$1@dont-email.me>
	<87sev1cz3t.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Mon, 19 Aug 2024 00:02:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3ea9296cf1a8fdd393a4fcaa89ba79f8";
	logging-data="2657231"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19TOAfwB6QLMKC+gl1alanK"
User-Agent: Gnus/5.13 (Gnus v5.13)
Cancel-Lock: sha1:UBVhFFhhMcL4t2rGgpgZjW7cnzk=
	sha1:ZUXUR15WhOn8cFb2DJs7f7h57Ms=
Bytes: 2568

Keith Thompson <Keith.S.Thompson+u@gmail.com> writes:
> James Kuyper <jameskuyper@alumni.caltech.edu> writes:
>> On 8/18/24 15:24, Keith Thompson wrote:
>>> David Brown <david.brown@hesbynett.no> writes:
>>> [...]
>>>> Without looking it up, what does the C standard library "fegetmode"
>>>> function do?
>>> 
>>> Nothing, it's specific to GNU libc.
>>
>> ? It's in every draft version of the C standard that I have since
>> n2346.pdf, dated 2019-03-13.
> [...]
>
> You're right.  It's not in C11 or C17, but it is in the C23 drafts.
>
> My mistake.

The earliest reference I can find to fegetmode is in n2314,
"Floating-point extensions for C", 2018-11-12.  The earliest draft
standard that refers to it is n2346, 2019-03-13.

https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2314.pdf
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2346.pdf

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */