Opened 3 years ago

Closed 23 months 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 pulkomandy, 3 years ago

Milestone: R1/beta4Unscheduled

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?

comment:2 by ivan_holmes, 2 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 waddlesplash, 23 months ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

Implemented in hrev56270.

Note: See TracTickets for help on using tickets.