Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge 2.8 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | thread-2-branch |
Files: | files | file ages | folders |
SHA3-256: |
45f1f3454fccdb43aea8c1c1d62e0db3 |
User & Date: | jan.nijtmans 2020-07-07 10:47:01.554 |
Context
2020-07-09
| ||
14:29 | Merge 2.8 check-in: f073246dd2 user: jan.nijtmans tags: thread-2-branch | |
2020-07-07
| ||
10:48 | Merge 2.9 check-in: 5064262b9f user: jan.nijtmans tags: trunk | |
10:47 | Merge 2.8 check-in: 45f1f3454f user: jan.nijtmans tags: thread-2-branch | |
10:46 | Add pkgIndex.tcl to .gitignore and ignore-glob. Add .project file for eclipse check-in: 456d201c84 user: jan.nijtmans tags: thread-2-8-branch | |
10:00 | Merge 2.8 check-in: 134ce02430 user: jan.nijtmans tags: thread-2-branch | |
Changes
Changes to .fossil-settings/encoding-glob.
1 2 3 4 5 | win/thread-win.dsp win/thread-win.dsw win/makefile.vc win/pkg.vc win/rules.vc | > > | 1 2 3 4 5 6 7 | win/thread-win.dsp win/thread-win.dsw win/makefile.vc win/pkg.vc win/rules.vc win/rules-ext.vc win/targets.vc |
Changes to .fossil-settings/ignore-glob.
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 | *.sl *.so Makefile autom4te.cache config.cache config.log config.status */versions.vc */version.vc html win/Debug* win/Release* win/nmhlp-out.txt | > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | *.sl *.so Makefile autom4te.cache config.cache config.log config.status pkgIndex.tcl */versions.vc */version.vc html win/Debug* win/Release* win/nmhlp-out.txt |
Changes to .gitignore.
︙ | ︙ | |||
17 18 19 20 21 22 23 24 25 26 27 28 29 30 | autom4te.cache config.cache config.log config.status config.status.lineno html manifest.uuid _FOSSIL_ */versions.vc */version.vc win/Debug* win/Release* win/*.manifest win/nmakehlp.out | > | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | autom4te.cache config.cache config.log config.status config.status.lineno html manifest.uuid pkgIndex.tcl _FOSSIL_ */versions.vc */version.vc win/Debug* win/Release* win/*.manifest win/nmakehlp.out |
︙ | ︙ |
Added .project.
> > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>thread</name> <comment></comment> <projects> </projects> <buildSpec> </buildSpec> <natures> </natures> </projectDescription> |