From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id F277C3858C31; Thu, 21 Mar 2024 09:34:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F277C3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711013674; bh=2ULnkF4KfRhjKtdbuwxLCSnsVcp391an5bixGORYwVU=; h=From:To:Subject:Date:From; b=Ll0l/Z0vEv8Ap0c+G01S46DzuLfVJU8IHmuMRHvwYrJm8i12hVAygwCBOFCqpPFtk FJ9PiDLFpSob2YzEtMTK19kYyEAh7tMDNeS7IejP+5F0+IC0OGoc/153K0u6TzZixV CT4R37mSJuR1Ssgt+qB0KLiLYtJ7e2PolxbX3eZQ= 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/main] 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/main X-Git-Oldrev: b9ed33dec0cbc2f3d64cffc420a7038649dce049 X-Git-Newrev: 60ea9c1c4b66a645ffcf4f4ac5b62d0915d5ba50 Message-Id: <20240321093434.F277C3858C31@sourceware.org> Date: Thu, 21 Mar 2024 09:34:34 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D60ea9c1c4b6= 6a645ffcf4f4ac5b62d0915d5ba50 commit 60ea9c1c4b66a645ffcf4f4ac5b62d0915d5ba50 Author: Corinna Vinschen AuthorDate: Wed Mar 20 22:59:37 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Mar 20 22:59:37 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" },'