Fossil

Timeline
Login

Timeline

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

20 check-ins that include changes to files matching 'compat/tcl-8.6/*'

2018-08-02
08:32
Merge from trunk. ... (check-in: 19997e99 user: ashepilko tags: cmake-ide)
2014-08-08
03:57
Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c802 user: mistachkin tags: autosetup)
2014-07-10
09:25
merge trunk ... (check-in: a44b4aa5 user: jan.nijtmans tags: undo-clean)
2014-06-08
00:03
Merge updates from trunk. ... (check-in: f91d3131 user: mistachkin tags: th1Hooks)
2014-02-09
17:14
merge trunk ... (Closed-Leaf check-in: 78862afd user: jan.nijtmans tags: prevent-adding-ignored-files)
2013-12-19
22:07
Merge from trunk. src/main.mk is now generated automatically. ... (Closed-Leaf check-in: 927264ab user: dg tags: dg-codenames)
22:04
Merge from trunk. ... (Closed-Leaf check-in: 22d9cff0 user: dg tags: dg-misc)
2013-10-31
14:41
Merge from trunk. ... (Closed-Leaf check-in: bbebf709 user: dg tags: dg-misc)
2013-10-10
02:52
Merge from 'trunk' ... (check-in: 9c3021b0 user: ashish tags: ashish-ipv6)
2013-10-01
23:01
Merge updates from trunk. ... (check-in: 8d2f9ab1 user: mistachkin tags: cleanX)
09:21
merge trunk ... (check-in: 5724c62c user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-09-19
14:42
merge trunk ... (check-in: 06f08ed0 user: jan.nijtmans tags: tkt-change-hook)
08:10
merged in trunk ... (check-in: d3e4ef94 user: stephan tags: usage-command)
02:41
Merge in recent development from trunk. ... (check-in: 6b90659f user: andybradford tags: ssh-transport-changes)
2013-09-17
08:43
new clean-zlib, clean-openssl and clean-tcl targets in the mingw makefiles. ... (check-in: 9112867c user: jan.nijtmans tags: pending-review)
2013-09-16
22:51
Add support for compiling a Tcl-enabled Fossil using the private stubs mechanism. ... (check-in: 955886f1 user: mistachkin tags: trunk)
12:16
Add "clean" target as well. Remove noncence part. ... (check-in: 4966e15d user: jan.nijtmans tags: tcl-stubs-v2)
12:13
Same stuff, but now for non-Windows systems as well. Need to run "make" in compat/tcl-8.6/unix first, before running "./configure" ... (check-in: 648c27e6 user: jan.nijtmans tags: tcl-stubs-v2)
08:34
Much more simplified stubs implementation. No changes to Fossil code itself. ... (check-in: 10f71bc7 user: jan.nijtmans tags: tcl-stubs-v2)
2013-09-13
21:17
Add the 3 header files from Tcl. Now win32 fossil.exe can be cross-compiled on any system which has a suitble mingw-w64 compiler.

E.g. on Ubuntu: * sudo apt-get install mingw-w64 * cd compat;tar xfz <path-to>/openssl-1.0.1e.tar.gz * make -f win/Makefile.mingw.mistachkin PREFIX=i686-w64-mingw32- openssl fossil.exe * i686-w64-mingw32-strip fossil.exe ... (check-in: d0ef7603 user: jan.nijtmans tags: tcl-stubs)