Fossil

Check-in [f325b234]
Login

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

Overview
Comment:Cherrypick [252aff3e62] and related clean-ups: Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. This makes "fossil diff --tk" work with ActiveState Tcl on Win32 out-of-the-box.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | branch-1.28
Files: files | file ages | folders
SHA1: f325b2343e6a18f85a955683c568cd51c31cae11
User & Date: jan.nijtmans 2014-02-14 13:37:35
Context
2014-02-16
21:30
Cherrypick [b4dffdac5e]: Avoid unnecessary no-op write transactions on the server during a pull. Adapt changes.wiki with all candidate cherry-picks so far. ... (check-in: ebac09bc user: jan.nijtmans tags: branch-1.28)
2014-02-14
13:37
Cherrypick [252aff3e62] and related clean-ups: Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. This makes "fossil diff --tk" work with ActiveState Tcl on Win32 out-of-the-box. ... (check-in: f325b234 user: jan.nijtmans tags: branch-1.28)
12:44
Cherrypick [7b30a7c7ef8977a7]: unbreak win/Makefile.mingw for modified SRCDIR ... (check-in: 7ecb9d25 user: jan.nijtmans tags: branch-1.28)
2014-02-04
20:52
Give window a chance to finish handling <Destroy> event. ... (check-in: d7b0617c user: jan.nijtmans tags: trunk)
20:40
Improve some comments and whitespace. ... (check-in: be267722 user: mistachkin tags: trunk)
20:30
Cleanup use of Tcl integration for launching the Tk diff viewer internally. ... (check-in: fe9990ad user: mistachkin tags: trunk)
09:34
Use built-in Tcl for "diff --tk" implementation if possible. Fallback is to spawn an external "tclsh" as before. ... (check-in: 252aff3e user: jan.nijtmans tags: trunk)
2014-02-03
12:39
Make sure that the close-button of tk's "diff" window ends the main-loop in all circumstances. Remove unnecessary space. ... (check-in: c275d8dd user: jan.nijtmans tags: trunk)
Changes
Unified Diffs Side-by-Side Diffs Patch

Changes to src/diffcmd.c.

Changes to src/th.h.

Changes to src/th_tcl.c.