Fossil

Timeline
Login

Timeline

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

32 check-ins related to "tcl-integration"

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: d8ed5a0d 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: dd275844 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: 827a54fe user: mistachkin tags: tcl-integration)
13:45
Enable building with Tcl integration enabled using autosetup and/or makemake.tcl. Patch provided by Steve Bennett. ... (check-in: 5ffb7d71 user: mistachkin tags: tcl-integration)
2011-10-26
15:17
Merge updates from trunk. ... (check-in: 7017c87b user: mistachkin tags: tcl-integration)
15:07
Update test cases to work with or without the USE_TCL_EVALOBJV compile-time option enabled. ... (check-in: 7d43a362 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: 98cc5206 user: drh tags: trunk)
14:57
Perform lazy setup of the Tcl integration subsystem when it is actually enabled. ... (check-in: e4958150 user: mistachkin tags: tcl-integration)
2011-10-19
01:29
Merge updates from trunk. ... (check-in: 62d928cb user: mistachkin tags: tcl-integration)
2011-10-18
23:37
When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. ... (check-in: 48928829 user: drh tags: trunk)
2011-09-27
06:44
Allow the Tcl source directory to be used instead of the Tcl install directory if FOSSIL_TCL_SOURCE defined. Also, add and/or modify explanatory comments. ... (check-in: 5df59eba user: mistachkin tags: tcl-integration)
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. ... (check-in: 6e6e55a1 user: mistachkin tags: tcl-integration)
03:55
Merge latest trunk changes. ... (check-in: 2d2b45bb user: mistachkin tags: tcl-integration)
2011-09-26
14:43
Add the test-list-webpage command. ... (check-in: 6a97d775 user: drh tags: trunk)
2011-09-01
22:06
Merge all the latest trunk changes into the tcl-integration branch. ... (check-in: 26c515f6 user: drh tags: tcl-integration)
22:05
Add in the merge_renames test script from the similarly named branch. ... (check-in: fcd68266 user: drh tags: trunk)
2011-08-29
10:31
Silence compiler warnings about unused variables in print_timeline. ... (check-in: b76ce3d5 user: mistachkin tags: tcl-integration)
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. ... (check-in: 3a626569 user: mistachkin tags: tcl-integration)
01:19
Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. ... (check-in: cba0f25b user: mistachkin tags: tcl-integration)
00:54
Protect against Tcl commands with no objProc. ... (check-in: 8f6a03f7 user: mistachkin tags: tcl-integration)
00:28
Fix comment regarding the value of TCLDIR. ... (check-in: 10f13bc5 user: mistachkin tags: tcl-integration)
2011-08-28
23:45
Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. ... (check-in: 53b9445b user: mistachkin tags: tcl-integration)
06:54
Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. ... (check-in: 5cc15d08 user: mistachkin tags: tcl-integration)
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. ... (check-in: 0299d484 user: mistachkin tags: tcl-integration)
2011-08-27
18:08
Merge fixes from trunk. ... (check-in: 9773d596 user: mistachkin tags: tcl-integration)
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. ... (check-in: a2cc6bc6 user: drh tags: trunk)
17:35
Document Tcl integration setting, build fixes. ... (check-in: 326688e5 user: mistachkin tags: tcl-integration)
16:48
Add per-repo setting to enable/disable Tcl support. ... (check-in: 9613828c user: mistachkin tags: tcl-integration)
16:26
Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. ... (check-in: c5a6e9ea user: mistachkin tags: tcl-integration)
14:42
Initial code to support TH1/Tcl integration. ... (check-in: f7236477 user: mistachkin tags: tcl-integration)
2011-08-26
14:49
Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20 user: drh tags: trunk)
2011-07-23
21:32
Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. ... (Closed-Leaf check-in: 6652dd1c user: mistachkin tags: mistachkin-Makefile)