Changes On Branch tcl-integration
Not logged in

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

Changes In Branch tcl-integration Excluding Merge-Ins

This is equivalent to a diff from 98cc520652 to dd275844a5

2011-11-04
19:46
Merge the tcl-integration branch into trunk. To make use of big-tcl, recompile using the --with-tcl option to ./configure and either set the global "tcl" setting or set the TH1_ENABLE_TCL environment variable. Big-tcl is turned off by default. check-in: d8ed5a0d05 user: drh tags: trunk
19:39
Patch the auto.def file so that the TCL library is found even if it is named tcl8.6 or tcl8.5 instead of just tcl. Closed-Leaf check-in: dd275844a5 user: drh tags: tcl-integration
2011-10-27
15:00
Prevent shell argument manipulation performed automatically by the MinGW shell from interfering with the makeheaders tool used by the Makefile. check-in: 827a54fe6c user: mistachkin tags: tcl-integration
2011-10-26
15:41
Improvements to the User-Agent bot recognizer. Add the test-ishuman command for testing the bot recognizer. check-in: 06e0cb7005 user: drh tags: trunk
15:17
Merge updates from trunk. check-in: 7017c87b40 user: mistachkin tags: tcl-integration
14:58
Add configuration options under /Admin/Access to enable the automatic hyperlink enabling for nobody based on User-Agent. check-in: 98cc520652 user: drh tags: trunk
14:00
Automatically enable hyperlinks for user agents that appear to be human. check-in: e059e5a24d user: drh tags: trunk

Changes to Makefile.in.

Changes to auto.def.

Changes to src/db.c.

Changes to src/main.c.

Changes to src/main.mk.

Changes to src/makemake.tcl.

Changes to src/th.h.

Changes to src/th_main.c.

Added src/th_tcl.c.

Added test/th1-tcl.test.

Added test/th1-tcl1.txt.

Added test/th1-tcl2.txt.

Added test/th1-tcl3.txt.

Added test/th1-tcl4.txt.

Added test/th1-tcl5.txt.

Added test/th1-tcl6.txt.

Added test/th1-tcl7.txt.

Added test/th1-tcl8.txt.

Added win/Makefile.mingw.mistachkin.