summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-08 14:03:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-08 14:03:43 (GMT)
commitfa56430c8b7ebbd159d6e3b45ecfd04f2a193d9b (patch)
tree147aa6107088a4ca9467235927b8cfcaf0d498c7
parent8bfcb2b80c3f401b2ef6307ccee7cbf19a8ad3a4 (diff)
parentfabf9b4e5371867db54cc26cabadd71ff07dabc9 (diff)
downloadtcl-fa56430c8b7ebbd159d6e3b45ecfd04f2a193d9b.zip
tcl-fa56430c8b7ebbd159d6e3b45ecfd04f2a193d9b.tar.gz
tcl-fa56430c8b7ebbd159d6e3b45ecfd04f2a193d9b.tar.bz2
Merge 8.6. Some http:// -> https://
-rw-r--r--changes5
-rw-r--r--win/README6
2 files changed, 5 insertions, 6 deletions
diff --git a/changes b/changes
index 3f7f12f..52e6f81 100644
--- a/changes
+++ b/changes
@@ -9125,7 +9125,7 @@ in this changeset (new minor version) rather than bug fixes:
2019-09-14 [TIP 548] wchar_t conversion functions
-- Released 8.7a3, Nov 21, 2019 --- http://core.tcl-lang.org/tcl/ for details -
+- Released 8.7a3, Nov 21, 2019 --- https://core.tcl-lang.org/tcl/ for details -
2019-12-03 (bug)[3cd9be] Corner case in surrogate handling (nijtmans)
@@ -9256,7 +9256,6 @@ See RFC 2045
- Released 8.6.11, Dec 31, 2020 - details at https://core.tcl-lang.org/tcl/ -
-
Changes to 8.7a5 include all changes to the 8.6 line through 8.6.11,
plus the following, which focuses on the high-level feature changes
in this changeset (new minor version) rather than bug fixes:
@@ -9333,7 +9332,7 @@ in this changeset (new minor version) rather than bug fixes:
2021-05-18 (bug)[688fcc,28027d] namespace teardown reform (coulter)
-- Released 8.7a5, Jun 18, 2021 --- http://core.tcl-lang.org/tcl/ for details -
+- Released 8.7a5, Jun 18, 2021 --- https://core.tcl-lang.org/tcl/ for details -
2021-02-02 (new) support for MacOS Big Sur updates (nijtmans)
=> platform 1.0.17
diff --git a/win/README b/win/README
index df65d1d..8dd0574 100644
--- a/win/README
+++ b/win/README
@@ -24,7 +24,7 @@ In order to compile Tcl for Windows, you need the following:
or
- Linux + MinGW-w64 [http://mingw-w64.sourceforge.net/]
+ Linux + MinGW-w64 [https://www.mingw-w64.org/]
(win32 or win64)
or
@@ -34,12 +34,12 @@ In order to compile Tcl for Windows, you need the following:
or
- Darwin + MinGW-w64 [http://mingw-w64.sourceforge.net/]
+ Darwin + MinGW-w64 [https://www.mingw-w64.org/]
(win32 or win64)
or
- Msys + MinGW-w64 [http://mingw-w64.sourceforge.net/]
+ Msys + MinGW-w64 [https://www.mingw-w64.org/]
(win32 or win64)