Index: openacs-4/packages/acs-api-browser/lib/search.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/lib/search.tcl,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-api-browser/lib/search.tcl 7 Aug 2017 23:47:45 -0000 1.7 +++ openacs-4/packages/acs-api-browser/lib/search.tcl 8 Apr 2019 13:05:35 -0000 1.7.2.1 @@ -15,7 +15,7 @@ #set server_tcl_api_root "http://www.aolserver.com/docs/devel/tcl/api/" set server_tcl_api_root "https://naviserver.sourceforge.io/n/toc.html" -set tcl_docs_root "http://tcl.tk/man/tcl[info tclversion]/TclCmd/contents.htm" +set tcl_docs_root "https://tcl-lang.org/man/tcl[info tclversion]/TclCmd/contents.htm" set openacs_search_url "${package_url}proc-search" set openacs_browse_url "${package_url}proc-browse" Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.72.2.3 -r1.72.2.4 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 11 Mar 2019 08:45:13 -0000 1.72.2.3 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 8 Apr 2019 13:05:35 -0000 1.72.2.4 @@ -33,7 +33,7 @@ set ns_api_html_index $ns_api_root } - set tcl_api_html_index "http://www.tcl.tk/man/tcl$::tcl_version/TclCmd/contents.htm" + set tcl_api_html_index "https://www.tcl-lang.org/man/tcl$::tcl_version/TclCmd/contents.htm" # set style { # .code .comment {color: #006600; font-weight: normal; font-style: italic;} Index: openacs-4/packages/acs-tcl/tcl/openacs-kernel-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/openacs-kernel-procs.tcl,v diff -u -N -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-tcl/tcl/openacs-kernel-procs.tcl 7 Aug 2017 23:47:59 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/openacs-kernel-procs.tcl 8 Apr 2019 13:05:35 -0000 1.11.2.1 @@ -139,7 +139,7 @@ } # handle error, return, break, continue - # (source: http://wiki.tcl.tk/unless last case) + # (source: https://wiki.tcl-lang.org/unless last case) switch -exact -- $errno { 0 {} 1 {return -code error -errorinfo $::errorInfo \ Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.189.2.7 -r1.189.2.8 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 30 Mar 2019 19:38:05 -0000 1.189.2.7 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Apr 2019 13:05:35 -0000 1.189.2.8 @@ -3757,7 +3757,7 @@ Catch a call to Tcl exec. Handle shell return codes consistently. Works like catch. The result of the exec is put into the variable named in result_var. Inspired by - http://wiki.tcl.tk/1039 + https://wiki.tcl-lang.org/1039 @param command A list of arguments to pass to exec @param result_var Variable name in caller's scope to set the result in Index: openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl,v diff -u -N -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 31 Mar 2019 11:18:00 -0000 1.11.2.2 +++ openacs-4/packages/acs-tcl/tcl/test/text-html-procs.tcl 8 Apr 2019 13:05:35 -0000 1.11.2.3 @@ -640,7 +640,7 @@

This website is maintained by the OpenACS community. Any problems, email webmaster or submit a bug report.
- (Powered by TclTcl Logo, + (Powered by TclTcl Logo, Next Scripting NSF Logo, NaviServer 4.99.18 NaviServer Logo, IPv6) Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v diff -u -N -r1.68.2.1 -r1.68.2.2 --- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 23 Feb 2019 19:02:55 -0000 1.68.2.1 +++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 8 Apr 2019 13:05:35 -0000 1.68.2.2 @@ -202,7 +202,7 @@ my end-delivery -client_data $client_data $filename $handle $channel [set $bytesVar] } else { set block [h264read $handle] - # one should not use "bytelength" on binary data: http://wiki.tcl.tk/8455 + # one should not use "bytelength" on binary data: https://wiki.tcl-lang.org/8455 set len [string length $block] incr $bytesVar $len h264Spooler incr byteCount $len