Skip to content

Commit a73325f

Browse files
author
jan.nijtmans
committed
Merge 8.6
2 parents b4cc01c + ee4dcff commit a73325f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+76
-75
lines changed

.github/workflows/linux-build.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1-
name: Linux Build and Test
1+
name: Linux
22
on: [push]
33
jobs:
44
gcc:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
symbols:
9-
- "no"
10-
- "mem"
11-
- "all"
8+
cfgopt:
9+
- ""
10+
- "--disable-shared"
11+
- "--enable-symbols"
12+
- "--enable-symbols=mem"
1213
defaults:
1314
run:
1415
shell: bash
1516
working-directory: unix
1617
steps:
1718
- name: Checkout
1819
uses: actions/checkout@v2
19-
- name: Configure (symbols=${{ matrix.symbols }})
20+
- name: Prepare
21+
run: touch tclStubInit.c tclOOStubInit.c
22+
working-directory: generic
23+
- name: Configure ${{ matrix.cfgopt }}
2024
run: |
2125
mkdir "${HOME}/install dir"
2226
./configure ${CFGOPT} "--prefix=$HOME/install dir" || (cat config.log && exit 1)
2327
env:
24-
CFGOPT: --enable-symbols=${{ matrix.symbols }}
25-
- name: Prepare
26-
run: touch tclStubInit.c tclOOStubInit.c
27-
working-directory: generic
28+
CFGOPT: ${{ matrix.cfgopt }}
2829
- name: Build
2930
run: |
3031
make all

.github/workflows/mac-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS Build and Test
1+
name: macOS
22
on: [push]
33
jobs:
44
with-Xcode:

.github/workflows/win-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Build and Test
1+
name: Windows
22
on: [push]
33
jobs:
44
MSVC:

doc/CrtTrace.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\"
22
'\" Copyright (c) 1989-1993 The Regents of the University of California.
33
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
4-
'\" Copyright (c) 2002 by Kevin B. Kenny <[email protected]>. All rights reserved.
4+
'\" Copyright (c) 2002 Kevin B. Kenny <[email protected]>. All rights reserved.
55
'\"
66
'\" See the file "license.terms" for information on usage and redistribution
77
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/DumpActiveMemory.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
22
'\" Copyright (c) 1992-1999 Karl Lehenbauer & Mark Diekhans.
3-
'\" Copyright (c) 2000 by Scriptics Corporation.
3+
'\" Copyright (c) 2000 Scriptics Corporation.
44
'\" All rights reserved.
55
'\"
66
.TH "Tcl_DumpActiveMemory" 3 8.1 Tcl "Tcl Library Procedures"

doc/GetHostName.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
2+
'\" Copyright (c) 1998-2000 Scriptics Corporation.
33
'\" All rights reserved.
44
'\"
55
.TH Tcl_GetHostName 3 8.3 Tcl "Tcl Library Procedures"

doc/GetStdChan.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1996 by Sun Microsystems, Inc.
2+
'\" Copyright (c) 1996 Sun Microsystems, Inc.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/GetTime.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2001 by Kevin B. Kenny <[email protected]>.
2+
'\" Copyright (c) 2001 Kevin B. Kenny <[email protected]>.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/Init.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
2+
'\" Copyright (c) 1998-2000 Scriptics Corporation.
33
'\" All rights reserved.
44
'\"
55
.TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures"

doc/NRE.3

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\"
2-
.\" Copyright (c) 2008 by Kevin B. Kenny.
3-
.\" Copyright (c) 2018 by Nathan Coulter.
2+
.\" Copyright (c) 2008 Kevin B. Kenny.
3+
.\" Copyright (c) 2018 Nathan Coulter.
44
.\"
55
'\" See the file "license.terms" for information on usage and redistribution
66
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -232,5 +232,5 @@ Tcl_CreateCommand(3), Tcl_CreateObjCommand(3), Tcl_EvalObjEx(3), Tcl_GetCommandF
232232
.SH KEYWORDS
233233
stackless, nonrecursive, execute, command, global, value, result, script
234234
.SH COPYRIGHT
235-
Copyright (c) 2008 by Kevin B. Kenny.
236-
Copyright (c) 2018 by Nathan Coulter.
235+
Copyright \(co 2008 Kevin B. Kenny.
236+
Copyright \(co 2018 Nathan Coulter.

doc/SaveResult.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1997 by Sun Microsystems, Inc.
2+
'\" Copyright (c) 1997 Sun Microsystems, Inc.
33
'\" Contributions from Don Porter, NIST, 2004. (not subject to US copyright)
44
'\" Copyright (c) 2018 Nathan Coulter.
55
'\"

doc/SourceRCFile.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
2+
'\" Copyright (c) 1998-2000 Scriptics Corporation.
33
'\" All rights reserved.
44
'\"
55
.TH Tcl_SourceRCFile 3 8.3 Tcl "Tcl Library Procedures"

doc/StdChannels.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2001 by ActiveState Corporation
2+
'\" Copyright (c) 2001 ActiveState Corporation
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/TCL_MEM_DEBUG.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
22
'\" Copyright (c) 1992-1999 Karl Lehenbauer & Mark Diekhans.
3-
'\" Copyright (c) 2000 by Scriptics Corporation.
3+
'\" Copyright (c) 2000 Scriptics Corporation.
44
'\" All rights reserved.
55
'\"
66
.TH TCL_MEM_DEBUG 3 8.1 Tcl "Tcl Library Procedures"

doc/ToUpper.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1997 by Sun Microsystems, Inc.
2+
'\" Copyright (c) 1997 Sun Microsystems, Inc.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/binary.n

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
2-
'\" Copyright (c) 1997 by Sun Microsystems, Inc.
3-
'\" Copyright (c) 2008 by Donal K. Fellows
2+
'\" Copyright (c) 1997 Sun Microsystems, Inc.
3+
'\" Copyright (c) 2008 Donal K. Fellows
44
'\"
55
'\" See the file "license.terms" for information on usage and redistribution
66
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/clock.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ msgcat(n)
951951
.SH KEYWORDS
952952
clock, date, time
953953
.SH "COPYRIGHT"
954-
Copyright (c) 2004 Kevin B. Kenny <[email protected]>. All rights reserved.
954+
Copyright \(co 2004 Kevin B. Kenny <[email protected]>. All rights reserved.
955955
'\" Local Variables:
956956
'\" mode: nroff
957957
'\" End:

doc/encoding.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1998 by Scriptics Corporation.
2+
'\" Copyright (c) 1998 Scriptics Corporation.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/expr.n

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\"
22
'\" Copyright (c) 1993 The Regents of the University of California.
33
'\" Copyright (c) 1994-2000 Sun Microsystems, Inc.
4-
'\" Copyright (c) 2005 by Kevin B. Kenny <[email protected]>. All rights reserved
4+
'\" Copyright (c) 2005 Kevin B. Kenny <[email protected]>. All rights reserved
55
'\"
66
'\" See the file "license.terms" for information on usage and redistribution
77
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -514,7 +514,7 @@ arithmetic, boolean, compare, expression, fuzzy comparison, integer value
514514
.nf
515515
Copyright \(co 1993 The Regents of the University of California.
516516
Copyright \(co 1994-2000 Sun Microsystems Incorporated.
517-
Copyright \(co 2005 by Kevin B. Kenny <[email protected]>. All rights reserved.
517+
Copyright \(co 2005 Kevin B. Kenny <[email protected]>. All rights reserved.
518518
.fi
519519
'\" Local Variables:
520520
'\" mode: nroff

doc/fpclassify.n

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
2-
'\" Copyright (c) 2018 by Kevin B. Kenny <[email protected]>. All rights reserved
3-
'\" Copyright (c) 2019 by Donal Fellows
2+
'\" Copyright (c) 2018 Kevin B. Kenny <[email protected]>. All rights reserved
3+
'\" Copyright (c) 2019 Donal Fellows
44
'\"
55
'\" See the file "license.terms" for information on usage and redistribution
66
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/http.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
22
'\" Copyright (c) 1995-1997 Sun Microsystems, Inc.
3-
'\" Copyright (c) 1998-2000 by Ajuba Solutions.
3+
'\" Copyright (c) 1998-2000 Ajuba Solutions.
44
'\" Copyright (c) 2004 ActiveState Corporation.
55
'\"
66
'\" See the file "license.terms" for information on usage and redistribution

doc/lindex.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\"
22
'\" Copyright (c) 1993 The Regents of the University of California.
33
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
4-
'\" Copyright (c) 2001 by Kevin B. Kenny <[email protected]>. All rights reserved.
4+
'\" Copyright (c) 2001 Kevin B. Kenny <[email protected]>. All rights reserved.
55
'\"
66
'\" See the file "license.terms" for information on usage and redistribution
77
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/lpop.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2018 by Peter Spjuth. All rights reserved.
2+
'\" Copyright (c) 2018 Peter Spjuth. All rights reserved.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/lrepeat.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2003 by Simon Geard. All rights reserved.
2+
'\" Copyright (c) 2003 Simon Geard. All rights reserved.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/lreverse.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2006 by Donal K. Fellows. All rights reserved.
2+
'\" Copyright (c) 2006 Donal K. Fellows. All rights reserved.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/lset.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 2001 by Kevin B. Kenny <[email protected]>. All rights reserved.
2+
'\" Copyright (c) 2001 Kevin B. Kenny <[email protected]>. All rights reserved.
33
'\"
44
'\" See the file "license.terms" for information on usage and redistribution
55
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

doc/mathfunc.n

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'\"
22
'\" Copyright (c) 1993 The Regents of the University of California.
33
'\" Copyright (c) 1994-2000 Sun Microsystems, Inc.
4-
'\" Copyright (c) 2005 by Kevin B. Kenny <[email protected]>. All rights reserved
4+
'\" Copyright (c) 2005 Kevin B. Kenny <[email protected]>. All rights reserved
55
'\"
66
'\" See the file "license.terms" for information on usage and redistribution
77
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -360,7 +360,7 @@ expr(n), fpclassify(n), mathop(n), namespace(n)
360360
.nf
361361
Copyright \(co 1993 The Regents of the University of California.
362362
Copyright \(co 1994-2000 Sun Microsystems Incorporated.
363-
Copyright \(co 2005, 2006 by Kevin B. Kenny <[email protected]>.
363+
Copyright \(co 2005-2006 Kevin B. Kenny <[email protected]>.
364364
.fi
365365
'\" Local Variables:
366366
'\" mode: nroff

doc/memory.n

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
2-
'\" Copyright (c) 1992-1999 by Karl Lehenbauer & Mark Diekhans
3-
'\" Copyright (c) 2000 by Scriptics Corporation.
2+
'\" Copyright (c) 1992-1999 Karl Lehenbauer & Mark Diekhans
3+
'\" Copyright (c) 2000 Scriptics Corporation.
44
'\" All rights reserved.
55
'\"
66
.TH memory n 8.1 Tcl "Tcl Built-In Commands"

doc/packagens.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\"
2-
'\" Copyright (c) 1998-2000 by Scriptics Corporation.
2+
'\" Copyright (c) 1998-2000 Scriptics Corporation.
33
'\" All rights reserved.
44
'\"
55
.TH pkg::create n 8.3 Tcl "Tcl Built-In Commands"

doc/socket.n

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'\"
22
'\" Copyright (c) 1996 Sun Microsystems, Inc.
3-
'\" Copyright (c) 1998-1999 by Scriptics Corporation.
3+
'\" Copyright (c) 1998-1999 Scriptics Corporation.
44
'\"
55
'\" See the file "license.terms" for information on usage and redistribution
66
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/clock.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#----------------------------------------------------------------------
1111
#
12-
# Copyright (c) 2004,2005,2006,2007 by Kevin B. Kenny
12+
# Copyright (c) 2004-2007 Kevin B. Kenny
1313
# See the file "license.terms" for information on usage and redistribution
1414
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
1515
#

library/init.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Copyright (c) 1991-1993 The Regents of the University of California.
77
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
88
# Copyright (c) 1998-1999 Scriptics Corporation.
9-
# Copyright (c) 2004 by Kevin B. Kenny.
10-
# Copyright (c) 2018 by Sean Woods
9+
# Copyright (c) 2004 Kevin B. Kenny.
10+
# Copyright (c) 2018 Sean Woods
1111
#
1212
# All rights reserved.
1313
#

library/msgcat/msgcat.tcl

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# message catalog facility for Tcl programs. It should be
55
# loaded with the command "package require msgcat".
66
#
7-
# Copyright (c) 2010-2018 by Harald Oehlmann.
8-
# Copyright (c) 1998-2000 by Ajuba Solutions.
9-
# Copyright (c) 1998 by Mark Harrison.
7+
# Copyright (c) 2010-2018 Harald Oehlmann.
8+
# Copyright (c) 1998-2000 Ajuba Solutions.
9+
# Copyright (c) 1998 Mark Harrison.
1010
#
1111
# See the file "license.terms" for information on usage and redistribution
1212
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

library/tcltest/tcltest.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# Microsystems.
1212
#
1313
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
14-
# Copyright (c) 1998-1999 by Scriptics Corporation.
15-
# Copyright (c) 2000 by Ajuba Solutions
14+
# Copyright (c) 1998-1999 Scriptics Corporation.
15+
# Copyright (c) 2000 Ajuba Solutions
1616
# Contributions from Don Porter, NIST, 2002. (not subject to US copyright)
1717
# All rights reserved.
1818

library/word.tcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# strings. This file is primarily needed so Tk text and entry widgets behave
55
# properly for different platforms.
66
#
7-
# Copyright (c) 1996 by Sun Microsystems, Inc.
8-
# Copyright (c) 1998 by Scritpics Corporation.
7+
# Copyright (c) 1996 Sun Microsystems, Inc.
8+
# Copyright (c) 1998 Scritpics Corporation.
99
#
1010
# See the file "license.terms" for information on usage and redistribution
1111
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tools/checkLibraryDoc.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# non-standard code, this script will produce erroneous results. Each
1717
# list should be carefully checked for accuracy.
1818
#
19-
# Copyright (c) 1998-1999 by Scriptics Corporation.
19+
# Copyright (c) 1998-1999 Scriptics Corporation.
2020
# All rights reserved.
2121

2222

tools/encoding/big5.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# BIG5 to Unicode table (modified)
44
#
5-
# Copyright (c) 1998-1999 by Scriptics Corporation.
5+
# Copyright (c) 1998-1999 Scriptics Corporation.
66
#
77
# See the file "license.terms" for information on usage and redistribution
88
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tools/encoding/gb2312.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GB2312 to Unicode table (modified)
44
#
5-
# Copyright (c) 1998-1999 by Scriptics Corporation.
5+
# Copyright (c) 1998-1999 Scriptics Corporation.
66
#
77
# See the file "license.terms" for information on usage and redistribution
88
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

tools/genStubs.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# interface.
55
#
66
#
7-
# Copyright (c) 1998-1999 by Scriptics Corporation.
7+
# Copyright (c) 1998-1999 Scriptics Corporation.
88
# Copyright (c) 2007 Daniel A. Steffen <[email protected]>
99
#
1010
# See the file "license.terms" for information on usage and redistribution

tools/index.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# the man page conversion. It is used to extract information used to
55
# generate a table of contents and a keyword list.
66
#
7-
# Copyright (c) 1996 by Sun Microsystems, Inc.
7+
# Copyright (c) 1996 Sun Microsystems, Inc.
88
#
99
# See the file "license.terms" for information on usage and redistribution
1010
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.

0 commit comments

Comments
 (0)