Module Name: src
Committed By: martin
Date: Tue May 2 17:27:31 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1822
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.173 -r1.1.2.174 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.173 src/doc/CHANGES-8.3:1.1.2.174
--- src/doc/CHANGES-8.3:1.1.2.173 Thu Apr 20 13:50:12 2023
+++ src/doc/CHANGES-8.3 Tue May 2 17:27:31 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.173 2023/04/20 13:50:12 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.174 2023/05/02 17:27:31 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3308,3 +3308,8 @@ sys/arch/luna68k/conf/Makefile.luna68k
Fix missing locore.d dependency output on make depend.
[tsutsui, ticket #1821]
+lib/libc/locale/newlocale.c 1.4
+
+ newlocale(3): fix parsing a locale string with multiple components.
+ [mlelstv, ticket #1822]
+