public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin/main] Cygwin: tzmap-from-unicode.org: drop support for Vista/2008
Date: Thu, 21 Mar 2024 09:34:34 +0000 (GMT)	[thread overview]
Message-ID: <20240321093434.F277C3858C31@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=60ea9c1c4b66a645ffcf4f4ac5b62d0915d5ba50

commit 60ea9c1c4b66a645ffcf4f4ac5b62d0915d5ba50
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Wed Mar 20 22:59:37 2024 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Mar 20 22:59:37 2024 +0100

    Cygwin: tzmap-from-unicode.org: drop support for Vista/2008
    
    Commit b794f2c6038f ("Cygwin: drop support for systems not supporting
    RFC 4646 locales") erroneously changed tzmap.h manually.  Change
    the script accordingly.
    
    Fixes: b794f2c6038f ("Cygwin: drop support for systems not supporting RFC 4646 locales")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

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 Vista"
-echo " "
-echo "  While these are apparently old, they are required here to get a complete"
-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="001"#territory=""#
 	     s#Asia/Calcutta#Asia/Kolkata#
 	     s#.*mapZone other=\("[^"]*"\) territory=\("[^"]*"\) type=\("[^"]*"\).*#  { 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" },'

                 reply	other threads:[~2024-03-21  9:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240321093434.F277C3858C31@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).