Module Name: src Committed By: martin Date: Mon Jul 3 09:40:29 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Ticket #223 To generate a diff of this commit: cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.76 src/doc/CHANGES-10.0:1.1.2.77 --- src/doc/CHANGES-10.0:1.1.2.76 Fri Jun 30 18:10:44 2023 +++ src/doc/CHANGES-10.0 Mon Jul 3 09:40:29 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.76 2023/06/30 18:10:44 bouyer Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.77 2023/07/03 09:40:29 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -2345,3 +2345,10 @@ usr.bin/dc/bcode.c 1.4 size as "unsigned long" (e.g. in bn(64/32) configurations of openssl). [martin, ticket #220] +external/apache2/llvm/autoconf/include/llvm/Config/config.h.in 1.3 +tools/llvm-lib/libLLVMSupport/Makefile 1.2 + + Fix LLVM build with host compilers defaulting to newer + C/C++ standards. + [hgutch, ticket #223] +