Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c_Rwe_GDRqSuCukFHgB8NeqEJiD4VCHTCJsOwHYFSwrJxLFbhcj4a5Z0H0mTEdgUb01rxps8jR3B2VF7-k2r-VX6e3L0NG666MTLPiXwNIc=@proton.me>
Date: Thu, 01 Aug 2024 04:24:36 +0000
From: Oliver Webb <aquahobbyist@...ton.me>
To: musl@...ts.openwall.com
Subject: [PATCH] POSIX 2024: strptime %F

Looking at POSIX 2024, One of the features that I
noticed wasn't in musl was some of the strptime()
specifiers.

Out of the strptime specifiers that POSIX 2024 added
(https://sortix.org/blog/posix-2024/), %F seems to be
the only specifier that can be implemented without
significantly changing the structure of the function
(i.e. Running code after the numeric range code with a
jump or function pointer, with that %s, %u, etc. become
much easier) 

-   Oliver Webb <aquahobbyist@...ton.me>

View attachment "0001-strptime-F.patch" of type "text/x-patch" (709 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.