Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge 8.7 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a55a8f24fed347d456f4a12f2faad8f3 |
User & Date: | jan.nijtmans 2020-06-29 13:18:56.281 |
Context
2020-07-03
| ||
10:21 | Merge 8.7 check-in: 10349e0db1 user: jan.nijtmans tags: trunk | |
2020-06-29
| ||
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 | |
10:38 | Merge 8.7 check-in: a056d0ed75 user: jan.nijtmans tags: trunk | |
Changes
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 |