public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] difftime isn't even pure
@ 2024-05-28 17:26 Paul Eggert
  2024-05-28 17:26 ` [PATCH 1/2] difftime can throw exceptions Paul Eggert
  2024-05-28 17:26 ` [PATCH 2/2] Improve doc for time_t range (BZ 31808) Paul Eggert
  0 siblings, 2 replies; 13+ messages in thread
From: Paul Eggert @ 2024-05-28 17:26 UTC (permalink / raw)
  To: libc-alpha; +Cc: Paul Eggert

Here are two patches to fix the problem Vincent Lefèvre
recently noted in BZ 31808, which is that difftime can
throw an inexact exception, and the time_t range isn't
clearly documented.

Paul Eggert (2):
  difftime can throw exceptions
  Improve doc for time_t range (BZ 31808)

 manual/time.texi | 12 +++++++++++-
 time/time.h      |  5 ++---
 2 files changed, 13 insertions(+), 4 deletions(-)

--
2.45.1


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

end of thread, other threads:[~2024-06-04 22:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 17:26 [PATCH 0/2] difftime isn't even pure Paul Eggert
2024-05-28 17:26 ` [PATCH 1/2] difftime can throw exceptions Paul Eggert
2024-06-03 22:01   ` DJ Delorie
2024-06-04 11:36     ` Adhemerval Zanella Netto
2024-06-04 12:39       ` Florian Weimer
2024-06-04 16:21         ` __THROW → __NOEXCEPT (was: difftime can throw exceptions) Paul Eggert
2024-06-04 16:34           ` __THROW → __NOEXCEPT Florian Weimer
2024-06-04 16:42   ` [PATCH 1/2] difftime can throw exceptions Florian Weimer
2024-06-04 19:33     ` Paul Eggert
2024-06-04 20:52       ` Florian Weimer
2024-06-04 22:53         ` Paul Eggert
2024-05-28 17:26 ` [PATCH 2/2] Improve doc for time_t range (BZ 31808) Paul Eggert
2024-06-03 23:39   ` DJ Delorie

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