Fossil with Commonmark

Changes On Branch tcl-stubs
Login

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

Changes In Branch tcl-stubs Excluding Merge-Ins

This is equivalent to a diff from c237195fa4 to 9562a16f6d

2013-09-16
22:51
Add support for compiling a Tcl-enabled Fossil using the private stubs mechanism. check-in: 955886f18c user: mistachkin tags: trunk
07:36
Fix a couple missed changes. Closed-Leaf check-in: 9562a16f6d user: mistachkin tags: tcl-stubs
07:31
Correct typo in auto.def. Improvements to the Tcl integration. check-in: 6e08e5ae64 user: mistachkin tags: tcl-stubs
07:26
merge fork check-in: fea040240f user: jan.nijtmans tags: trunk
07:24
Add new tcl target to Makefile.mingw. Only build what is necessary for building Fossil. check-in: c237195fa4 user: jan.nijtmans tags: trunk
06:04
Fix built-in TH1 command registration broken by the previous commit. check-in: 5d20065c4b user: mistachkin tags: trunk

Changes to Makefile.in.

Changes to auto.def.

Added compat/tcl-8.6/generic/tcl.h.

Added compat/tcl-8.6/generic/tclDecls.h.

Added compat/tcl-8.6/generic/tclPlatDecls.h.

Changes to src/main.c.

Changes to src/makemake.tcl.

Changes to src/th_tcl.c.

Changes to win/Makefile.mingw.

Changes to win/Makefile.mingw.mistachkin.