Fossil with Commonmark

Timeline
Login

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

50 most recent check-ins that include changes to files matching 'compat/*'

2017-10-04
10:59
Add support for markdown page titles check-in: 4a298e69ec user: mjanssen tags: commonmark-markdown
2017-08-31
02:00
Merge trunk check-in: d15c1ba0f9 user: jan.nijtmans tags: multi-thread
2017-08-30
13:07
Merge cleanX check-in: 9297610047 user: jan.nijtmans tags: cleanX-no-clean-glob
13:02
Merge trunk check-in: d4f98e25c1 user: jan.nijtmans tags: cleanX
2017-06-30
18:56
Fix the zlib Makefile for MSVC to use /MT to avoid a compiler warning. check-in: 0f8bae079e user: drh tags: trunk
2017-04-23
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: [https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97] for why this might make this branch work better. Leaf check-in: 2999c7dc8a user: jan.nijtmans tags: winsymlink
2017-03-15
18:20
Merge latest trunk Closed-Leaf check-in: ad9d418cbb user: mgagnon tags: dir_history_link
2017-03-14
12:17
merge trunk check-in: bec0c4f044 user: jan.nijtmans tags: openssl-1.1
2017-03-13
21:53
Merged from trunk to verify fix in [62352847]. check-in: 4077357a38 user: rberteig tags: rkb-2.0-tests
2017-03-10
01:44
Merge recent enhancements from trunk Closed-Leaf check-in: 41d43ec6b9 user: drh tags: optimize-pragma
2017-03-07
11:11
Remove RFC documentation from zlib redistribution. Motivation: [http://core.tcl.tk/tcl/info/e14d152114efee10394a7e0b4b1c0478efff52c5|bundled zlib documentation is under a potentially non-free license] check-in: eea86cee3a user: jan.nijtmans tags: trunk
2017-03-06
15:32
Merge trunk Leaf check-in: 4bf7e4ef56 user: jan.nijtmans tags: sqlite3-compat
2017-02-14
19:23
Merge cleanX check-in: d73dcdd0a2 user: jan.nijtmans tags: cleanX-no-clean-glob
2017-02-06
23:31
merge trunk check-in: 2ada986e1e user: jan.nijtmans tags: cleanX
2017-01-18
11:19
Upgrade to openssl 1.1.0c. Merge trunk (up to fossil 1.37 release) check-in: d0fbbd0115 user: jan.nijtmans tags: openssl-1.1
2017-01-16
09:05
Update the built-in Zlib to the 1.2.11 release check-in: df91c2277f user: jan.nijtmans tags: trunk
2017-01-03
10:53
Update the built-in Zlib to the 1.2.10 release. check-in: ad8ad49de3 user: jan.nijtmans tags: trunk
2017-01-01
18:50
Upgrade zlib to version 1.2.9 check-in: e38d5e1cbd user: jan.nijtmans tags: trunk
2016-05-17
11:35
Adds option to show branch colors on brlist page check-in: 2fa1a8a935 user: baruch tags: brlist-cleanup
2015-02-06
15:06
Now really fix execute permissions to what they were before check-in: 596e7a9cef user: jan.nijtmans tags: trunk
14:18
One more execute permission check-in: 15f53721b9 user: jan.nijtmans tags: trunk
14:16
Fix execute permissions check-in: 216798706a user: jan.nijtmans tags: trunk
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
2013-08-15
13:13
Merge from trunk. check-in: 0ff5fe7638 user: dg tags: dg-misc
2013-07-17
12:04
merge trunk Leaf check-in: 5d8551bfa1 user: jan.nijtmans tags: ui-no-utf8
2013-06-10
13:32
Merge all the latest trunk changes into the ipv6 branch. Leaf check-in: d5f6e08c09 user: drh tags: ipv6
2013-06-08
02:37
Merge updates from trunk. Closed-Leaf check-in: b8919a557a user: edward tags: berner-nt
01:34
Merge updates from trunk. Leaf check-in: 7872db8516 user: edward tags: long-double-bug
2013-05-13
14:22
upgrade to zlib 1.2.8 check-in: bb4776e2e0 user: jan.nijtmans tags: trunk
2013-04-21
08:08
Merge with trunk - Remove reverse-proxying support which is already provided by --baseurl option. check-in: 940b0b33c9 user: ashish tags: ashish-ipv6
2013-02-27
11:26
merge trunk check-in: d085eb9aca user: jan.nijtmans tags: use-blob_strip_bom
2013-02-18
08:30
merge trunk check-in: fdd51b617c user: jan.nijtmans tags: ticket-d17d6e5b17