Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | A few missing entries in .fossil-settings/ignore-glob and .gitignore |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-6-branch |
Files: | files | file ages | folders |
SHA3-256: |
68a39f85c916586bda4f499fbb9e8fc7 |
User & Date: | jan.nijtmans 2020-06-29 12:41:08.419 |
Context
2020-07-03
| ||
08:39 | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0. check-in: 0191b4c371 user: jan.nijtmans tags: core-8-6-branch | |
2020-06-29
| ||
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:21 | Re-generate unix/tclConfig.h.in check-in: a7665c75e4 user: jan.nijtmans tags: core-8-6-branch | |
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 |