https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c7f1b0791916a118388f242c9a948821829acf91
commit c7f1b0791916a118388f242c9a948821829acf91 Author: Corinna Vinschen <[email protected]> AuthorDate: Mon Mar 24 21:52:39 2025 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Mar 24 21:52:39 2025 +0100 Cygwin: document getlocalename_l fixes Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.6.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/winsup/cygwin/release/3.6.1 b/winsup/cygwin/release/3.6.1 index 0b05f4550c2a..40ef2973f026 100644 --- a/winsup/cygwin/release/3.6.1 +++ b/winsup/cygwin/release/3.6.1 @@ -6,3 +6,7 @@ Fixes: - Clear direction flag in sigdeleyed before calling signal handler. Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257704.html + +- getlocalename_l: Fix a crash and handle LC_ALL according to final + POSIX-1.2024 docs. + Addresses: https://cygwin.com/pipermail/cygwin/2025-March/257715.html
