summaryrefslogtreecommitdiffstats
path: root/ChangeLog.2004
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-21 12:00:29 (GMT)
commit3f913d322f99aae818c2fbe06049a19c4c1125f8 (patch)
treef49bd6fdc3bc43759371c62ca257043cc00a9b40 /ChangeLog.2004
parent8c5e1ee93f7b7ae0a948d354b1f2dfdcdda0eab0 (diff)
downloadtcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.zip
tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.gz
tcl-3f913d322f99aae818c2fbe06049a19c4c1125f8.tar.bz2
Change a lot of url's (as far as possible) from http:// to https://
Diffstat (limited to 'ChangeLog.2004')
-rw-r--r--ChangeLog.20042
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.2004 b/ChangeLog.2004
index f7da18d..550e286 100644
--- a/ChangeLog.2004
+++ b/ChangeLog.2004
@@ -345,7 +345,7 @@
* library/clock.tcl: Corrected the regular expressions that match a
time zone to allow for time zones specified as +HH or -HH.
* tests/clock.test: Added regression test case for the above issue.
- Thanks to Rolf Ade for reporting this issue [http://wiki.tcl.tk/13094]
+ Thanks to Rolf Ade for reporting this issue [https://wiki.tcl-lang.org/page/Parsing+ISO8601+dates+and+times]
* win/tclWinDde.c (Tcl_DdeObjCmd): Corrected a typo that caused a
compilation failure on VC++.