Opened 3 years ago
Closed 2 years ago
#17168 closed enhancement (fixed)
Implement POSIX-2008 locale_t APIs
Reported by: | jessicah | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tracking for: POSIX-2008 introduces a thread-local locale API.
Ref: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap07.html
A new locale_t
type, various additions to <ctype.h>
and <locale.h>
.
Came across this being needed for an up to date GHC port.
Change History (3)
comment:1 by , 3 years ago
Milestone: | R1/beta4 → Unscheduled |
---|
comment:2 by , 3 years ago
Just to add, I've also run into this recently while trying to port an up-to-date version of fish shell (although I patched out locale_t and it still doesn't work for other reasons).
comment:3 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Implemented in hrev56270.
Note:
See TracTickets
for help on using tickets.
I'm moving this to the unscheduled milestone unless there are active plans to work on it soon. I find having a lot of tickets in the current milestone makes it hard to know where we're going with the next release?