Follow @Openwall on Twitter for new release announcements and other news
[<prev] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260922005721.GQ23438@brightrain.aerifal.cx>
Date: Mon, 21 Sep 2026 20:57:25 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] [RFC] musl locale overhaul series, take 1

On Mon, Sep 21, 2026 at 12:51:30PM -0400, Rich Felker wrote:
> It is still missing a couple small details that are regressions from
> the old system:
> 
> - strsignal is missing translated signal names. It needs a small
>   amount of additional logic to translate arch-specific signal numbers
>   to a common numbering for lookup.
> 
> - getopt is missing translated error strings. This was an oversight I
>   need to go back to finish due to the old code calling the __lctrans
>   function directly rather than using the macro that's used everywhere
>   else, which I grepped for.

Patches for these two attached.

View attachment "0020-convert-strsignal-to-use-new-locale-string-table-loo.patch" of type "text/plain" (6618 bytes)

View attachment "0021-convert-getopt-to-use-new-locale-string-table-lookup.patch" of type "text/plain" (5738 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.