summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:43:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-05 20:43:00 (GMT)
commitdd3033a0ce3a48fa0e028bdbd3e8d19b8d90f4d1 (patch)
treefa18a1e3996700f5a04a16fd3ecb2ff47f2b9fac /generic
parentaaa0152aeb05ac7c58b33911587a0654f4ddad1c (diff)
parent92816a0c35892a654cc4a4a24260eb367f274bf3 (diff)
downloadtcl-dd3033a0ce3a48fa0e028bdbd3e8d19b8d90f4d1.zip
tcl-dd3033a0ce3a48fa0e028bdbd3e8d19b8d90f4d1.tar.gz
tcl-dd3033a0ce3a48fa0e028bdbd3e8d19b8d90f4d1.tar.bz2
Change LSTATUS to LONG, since older SDK's don't know it. core.tcl.tk -> core.tcl-lang.org and http -> https
Diffstat (limited to 'generic')
-rw-r--r--generic/tclClock.c2
-rw-r--r--generic/tclIO.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 0e8a941..b531d3b 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -1513,7 +1513,7 @@ GetJulianDayFromEraYearMonthDay(
* Try an initial conversion in the Gregorian calendar.
*/
-#if 0 /* BUG http://core.tcl.tk/tcl/tktview?name=da340d4f32 */
+#if 0 /* BUG https://core.tcl-lang.org/tcl/tktview?name=da340d4f32 */
ym1o4 = ym1 / 4;
#else
/*
diff --git a/generic/tclIO.c b/generic/tclIO.c
index d603d76..ff04636 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -2897,7 +2897,7 @@ FlushChannel(
* there is some kind failure in the writable event machinery.
*
* The tls extension indeed suffers from flaws in its channel
- * event mgmt. See http://core.tcl.tk/tcl/info/c31ca233ca.
+ * event mgmt. See https://core.tcl-lang.org/tcl/info/c31ca233ca.
* Until that patch is broadly distributed, disable the
* assertion checking here, so that programs using Tcl and
* tls can be debugged.