Tcl Source Code

Check-in [ac49364af1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge 8.6
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: ac49364af16cf463d05b2f1316e855ba513ccf9cc0e452e23a15af01d014831c
User & Date: jan.nijtmans 2020-06-29 13:16:13.605
Context
2020-07-03
08:50
Merge 8.6 check-in: 0e87024387 user: jan.nijtmans tags: core-8-branch
2020-06-29
20:20
WIP: Store build info in package check-in: 229f19331f user: jan.nijtmans tags: build-info
13:18
Merge 8.7 check-in: a55a8f24fe user: jan.nijtmans tags: trunk
13:16
Merge 8.6 check-in: ac49364af1 user: jan.nijtmans tags: core-8-branch
12:41
A few missing entries in .fossil-settings/ignore-glob and .gitignore check-in: 68a39f85c9 user: jan.nijtmans tags: core-8-6-branch
10:26
Merge 8.6: Re-generate unix/tclConfig.h.in check-in: 1b76927c85 user: jan.nijtmans tags: core-8-branch
Changes
Unified Diff Ignore Whitespace Patch
Changes to .fossil-settings/ignore-glob.
1
2
3

4
5
6
7
8
9
10
*.a
*.dll
*.dylib

*.exe
*.exp
*.la
*.lib
*.lo
*.o
*.obj



>







1
2
3
4
5
6
7
8
9
10
11
*.a
*.dll
*.dylib
*.dylib.E
*.exe
*.exp
*.la
*.lib
*.lo
*.o
*.obj
Changes to .gitignore.
1
2
3
4

5
6
7
8
9
10
11
12
13
14
15
16

17
18
19
20
21
22
23
*.a
*.bundle
*.dll
*.dylib

*.exe
*.exp
*.lib
*.o
*.obj
*.pdb
*.res
*.sl
*.so
.fslckout
Makefile
Tcl-Info.plist

autom4te.cache
config.cache
config.log
config.status
config.status.lineno
html
manifest.uuid




>












>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*.a
*.bundle
*.dll
*.dylib
*.dylib.E
*.exe
*.exp
*.lib
*.o
*.obj
*.pdb
*.res
*.sl
*.so
.fslckout
Makefile
Tcl-Info.plist
Tclsh-Info.plist
autom4te.cache
config.cache
config.log
config.status
config.status.lineno
html
manifest.uuid
55
56
57
58
59
60
61

62
unix/pkgs/*
win/Debug*
win/Release*
win/*.manifest
win/pkgs/*
win/coffbase.txt
win/tcl.hpj

win/nmhlp-out.txt







>

57
58
59
60
61
62
63
64
65
unix/pkgs/*
win/Debug*
win/Release*
win/*.manifest
win/pkgs/*
win/coffbase.txt
win/tcl.hpj
win/nmakehlp.out
win/nmhlp-out.txt