From 717e20dddd84c8f275c4731ad3da16cc71aa923c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 18 Jul 2025 17:43:08 +0100 Subject: [PATCH] libstdc++: Document new generated header libstdc++-v3/ChangeLog: * doc/xml/manual/build_hacking.xml: Document that windows_zones-map.h is a generated file. * doc/html/manual/appendix_porting.html: Regenerate. --- libstdc++-v3/doc/html/manual/appendix_porting.html | 7 +++++++ libstdc++-v3/doc/xml/manual/build_hacking.xml | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/libstdc++-v3/doc/html/manual/appendix_porting.html b/libstdc++-v3/doc/html/manual/appendix_porting.html index e0f52dba6d2a..887fa50caa4c 100644 --- a/libstdc++-v3/doc/html/manual/appendix_porting.html +++ b/libstdc++-v3/doc/html/manual/appendix_porting.html @@ -497,4 +497,11 @@ baseline file. See Configuring for the --with-libstdcxx-zoneinfo option that determines whether this file is used. +

  • + The header file + src/c++20/windows_zones-map.h + is generated by the Python script + scripts/gen_windows_zones_map.py + using the XML file https://github.com/unicode-org/cldr/blob/main/common/supplemental/windowsZones.xml + from the Unicode CLDR Project.

  • \ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/build_hacking.xml b/libstdc++-v3/doc/xml/manual/build_hacking.xml index 077c0632a791..20de49f553c0 100644 --- a/libstdc++-v3/doc/xml/manual/build_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/build_hacking.xml @@ -742,6 +742,17 @@ baseline file. this file is used. + + + The header file + src/c++20/windows_zones-map.h + is generated by the Python script + scripts/gen_windows_zones_map.py + using the XML file + from the Unicode CLDR Project. + + -- 2.47.2