Fossil

Timeline
Login

Timeline

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

11 check-ins using file src/th_main.c version 21d700da9b

2011-10-19
01:29
Merge updates from trunk. ... (check-in: 62d928cb41 user: mistachkin tags: tcl-integration)
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: 5df59eba03 user: mistachkin tags: tcl-integration)
05:31
Makefile fixes to enable Tcl to be statically linked to Fossil. ... (check-in: 6e6e55a12d user: mistachkin tags: tcl-integration)
03:55
Merge latest trunk changes. ... (check-in: 2d2b45bb17 user: mistachkin tags: tcl-integration)
2011-09-01
22:06
Merge all the latest trunk changes into the tcl-integration branch. ... (check-in: 26c515f6ff user: drh tags: tcl-integration)
2011-08-29
10:31
Silence compiler warnings about unused variables in print_timeline. ... (check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration)
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. ... (check-in: 3a6265696a 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: cba0f25bf2 user: mistachkin tags: tcl-integration)
00:54
Protect against Tcl commands with no objProc. ... (check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration)
00:28
Fix comment regarding the value of TCLDIR. ... (check-in: 10f13bc5ab 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: 53b9445b2c user: mistachkin tags: tcl-integration)