From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id DD94F3858C5E; Thu, 21 Mar 2024 09:34:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD94F3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711013664; bh=qTTGAIfug6YSYsMvmv7g0fjvy+4q1CoQY2hHMKOCs6g=; h=From:To:Subject:Date:From; b=no/Q+/BwM2y6XoTE602z1j7uvZi36aDLSnDasM+epnSbABDGad9CSgBxUwzcJqppz 8gYsyGXZQA5BVE9jfeZgOsTsg4g9B+WCrSfug2C6MeBklJvuBvmrZsXjLTZ5UVmc8/ O1s7CnvPxxSTKPLdjvOSR5s0TbK8D5iNYaetq9ws= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_5-branch] Cygwin: tzmap-from-unicode.org: drop support for Vista/2008 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 70375b2205ba7cf5eddf4180b3d80ac8264c0e0a X-Git-Newrev: 18bd5d367131eeac7aa2804e9b0468a4b53e94e5 Message-Id: <20240321093424.DD94F3858C5E@sourceware.org> Date: Thu, 21 Mar 2024 09:34:24 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D18bd5d36713= 1eeac7aa2804e9b0468a4b53e94e5 commit 18bd5d367131eeac7aa2804e9b0468a4b53e94e5 Author: Corinna Vinschen AuthorDate: Wed Mar 20 22:59:37 2024 +0100 Commit: Corinna Vinschen CommitDate: Thu Mar 21 10:33:58 2024 +0100 Cygwin: tzmap-from-unicode.org: drop support for Vista/2008 =20 Commit b794f2c6038f ("Cygwin: drop support for systems not supporting RFC 4646 locales") erroneously changed tzmap.h manually. Change the script accordingly. =20 Fixes: b794f2c6038f ("Cygwin: drop support for systems not supporting R= FC 4646 locales") Signed-off-by: Corinna Vinschen Diff: --- winsup/utils/tzmap-from-unicode.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-= unicode.org index 5f55a51e34fb..722d2ea52256 100755 --- a/winsup/utils/tzmap-from-unicode.org +++ b/winsup/utils/tzmap-from-unicode.org @@ -40,13 +40,6 @@ echo " Kaliningrad Standard Time/BY" echo " SA Pacific Standard Time/HT " echo " South Africa Standard Time/LY" echo "" -echo " It also doesn't contain deprecated country codes used in older" -echo " OSes, namely:" -echo "" -echo " CS (Serbian and Montenegro, dissolved, now RS and ME) used in Vi= sta" -echo " " -echo " While these are apparently old, they are required here to get a co= mplete" -echo " mapping on all supported OSes. */" echo "struct" echo "{" echo " PCWSTR win_tzkey;" @@ -59,7 +52,6 @@ wget -O - "${ZONES_FILE}" | \ sed -n -e 's#territory=3D"001"#territory=3D""# s#Asia/Calcutta#Asia/Kolkata# s#.*mapZone other=3D\("[^"]*"\) territory=3D\("[^"]*"\) type=3D\("[^= "]*"\).*# { L\1, L\2, L\3 },#p' - echo ' { L"Central Europe Standard Time", L"CS", L"Europe/Belgrade" },' echo ' { L"E. Europe Standard Time", L"", L"Asia/Nicosia" },' echo ' { L"E. Europe Standard Time", L"CY", L"Asia/Nicosia" },' echo ' { L"Eastern Standard Time", L"TC", L"America/Grand_Turk" },'