Fossil with Commonmark

Timeline
Login

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

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

2014-08-08
03:57
Merge updates from trunk. Closed-Leaf check-in: 1b35c8023a user: mistachkin tags: autosetup
2014-07-10
09:25
merge trunk check-in: a44b4aa5ac user: jan.nijtmans tags: undo-clean
2014-06-08
00:03
Merge updates from trunk. check-in: f91d313169 user: mistachkin tags: th1Hooks
2014-02-09
17:14
merge trunk Closed-Leaf check-in: 78862afd3c user: jan.nijtmans tags: prevent-adding-ignored-files
2013-12-19
22:07
Merge from trunk. src/main.mk is now generated automatically. Leaf check-in: 927264ab5a user: dg tags: dg-codenames
22:04
Merge from trunk. Leaf check-in: 22d9cff0c3 user: dg tags: dg-misc
2013-10-31
14:41
Merge from trunk. Closed-Leaf check-in: bbebf7090c user: dg tags: dg-misc
2013-10-10
02:52
Merge from 'trunk' check-in: 9c3021b097 user: ashish tags: ashish-ipv6
2013-10-01
23:01
Merge updates from trunk. check-in: 8d2f9ab128 user: mistachkin tags: cleanX
09:21
merge trunk check-in: 5724c62cf6 user: jan.nijtmans tags: cleanX-no-clean-glob
2013-09-19
14:42
merge trunk check-in: 06f08ed02b user: jan.nijtmans tags: tkt-change-hook
08:10
merged in trunk check-in: d3e4ef94b4 user: stephan tags: usage-command
02:41
Merge in recent development from trunk. check-in: 6b90659f83 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: 9112867c2d 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: 955886f18c user: mistachkin tags: trunk
12:16
Add "clean" target as well. Remove noncence part. check-in: 4966e15d04 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: 648c27e6ee user: jan.nijtmans tags: tcl-stubs-v2
08:34
Much more simplified stubs implementation. No changes to Fossil code itself. check-in: 10f71bc7fc 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: d0ef76037b user: jan.nijtmans tags: tcl-stubs