Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'compat/*'
2024-11-07
| ||
06:50 | Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (Leaf check-in: d57463cc user: stephan tags: ui-local-diff) | |
2024-09-06
| ||
10:48 | Sync with trunk. ... (check-in: 8e6660cd user: florian tags: diff-keyboard-navigation) | |
10:47 | Sync with trunk. ... (check-in: 00f7466a user: florian tags: timeline-keyboard-navigation) | |
2024-07-03
| ||
09:16 | Merge trunk into markdown-tagrefs branch. ... (check-in: 9d3ca32e user: stephan tags: markdown-tagrefs) | |
2024-04-21
| ||
18:51 | Merge the update to zLib-1.3.1. ... (check-in: 64ce68d5 user: drh tags: trunk) | |
2024-03-05
| ||
12:53 | Merge trunk into markdown-tagrefs branch. ... (check-in: 0517bd2d user: stephan tags: markdown-tagrefs) | |
2024-01-23
| ||
06:54 | Carry forward [368d97869b] to the zlib 1.3.1 update. ... (Closed-Leaf check-in: 3930dac9 user: florian tags: zlib-update) | |
06:52 | Carry forward [0f8bae079e] to the zlib 1.3.1 update. ... (check-in: e5c0a378 user: florian tags: zlib-update) | |
06:46 | Update the built-in zlib to version 1.3.1, released on January 22, 2024. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: ff7fa23b user: florian tags: zlib-update) | |
2024-01-22
| ||
13:40 | Sync with trunk. ... (check-in: 75978253 user: florian tags: diff-keyboard-navigation) | |
13:39 | Sync with trunk. ... (check-in: f05b04a6 user: florian tags: timeline-keyboard-navigation) | |
2023-08-20
| ||
18:07 | Update the built-in zlib library to version 1.3. ... (check-in: f1f1d6c4 user: drh tags: trunk) | |
10:00 | Carry forward [368d97869b] to the zlib 1.3 update. (The upstream ticket for [368d97869b] is commented as "Incorporated" and closed, see https://github.com/madler/zlib/issues/684, but doesn't seem to have landed in the zlib release package.) ... (Closed-Leaf check-in: d8f4247b user: florian tags: zlib-update) | |
09:58 | Carry forward [0f8bae079e] to the zlib 1.3 update. ... (check-in: 65583e5b user: florian tags: zlib-update) | |
09:42 | Update the built-in zlib to version 1.3, released on August 18, 2023. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: 97016e7e user: florian tags: zlib-update) | |
2023-05-21
| ||
03:37 | Merge updates from trunk. ... (Leaf check-in: e3df21cd user: mistachkin tags: th1Hash) | |
2023-01-24
| ||
03:29 | Brought the ui-local-diff branch up to date relative to trunk. It isn't a simple merge, primarily due to all the changes to /vdiff and /fdiff made over the past 2 years. It seems to work as well as it originally did, but it isn't ready to merge down to trunk as-is. ... (check-in: 76fa1657 user: wyoung tags: ui-local-diff) | |
2023-01-21
| ||
12:14 | Merge trunk into markdown-tagrefs branch. ... (check-in: baf038b1 user: stephan tags: markdown-tagrefs) | |
2022-11-20
| ||
08:42 | Update the built-in zlib to version 1.2.13, released on October 13, 2022. ... (check-in: a9e589ca user: florian tags: trunk) | |
07:37 | Carry forward [511ad59ae3] to the zlib 1.2.13 update: exclude all files from the contrib/ada subdirectory. ... (check-in: aafa682b user: florian tags: zlib-update) | |
2022-11-16
| ||
20:05 | Fix harmless typos reported by forum post 15f7327318. ... (check-in: f3adbd88 user: drh tags: trunk) | |
19:49 | Remove the "ada" subdirectory from the compat/zlib/contrib because it is not used, but it does (apparently) cause warnings for lintian. Perhaps this will be a partial fix for the warnings reported by forum post 15f7327318. ... (check-in: 511ad59a user: drh tags: trunk) | |
2022-10-17
| ||
01:03 | Merge updates from trunk. ... (check-in: 7489c8b9 user: mistachkin tags: nonHashFix) | |
01:02 | Merge updates from trunk. ... (check-in: 6f3640a7 user: mistachkin tags: th1Hash) | |
2022-10-14
| ||
07:33 | Carry forward [368d97869b] to the zlib 1.2.13 update. ... (check-in: dc13e1e5 user: florian tags: zlib-update) | |
07:30 | Carry forward [cc3765eb12] to the zlib 1.2.13 update. ... (check-in: 1a1295a5 user: florian tags: zlib-update) | |
07:27 | Update the built-in zlib to version 1.2.13, released on October 13, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded. ... (check-in: e9e679c5 user: florian tags: zlib-update) | |
2022-09-15
| ||
17:48 | Merge trunk into markdown-tagrefs branch. ... (check-in: 8ef0347f user: stephan tags: markdown-tagrefs) | |
2022-09-01
| ||
01:29 | Merge in trunk. Resolve a shadowed var in dispatch.c which led to an assigned-but-not-used warning. ... (Closed-Leaf check-in: a257fbd9 user: stephan tags: help-aliases-unique) | |
2022-07-28
| ||
17:38 | Fix a build problem with zlib on Windows. ... (check-in: 8bd19cad user: drh tags: trunk) | |
17:06 | Update the built-in copy of zLib to version 1.2.12. ... (check-in: adb9e8e0 user: drh tags: trunk) | |
15:38 | Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at https://github.com/madler/zlib/issues/684. ... (Closed-Leaf check-in: 368d9786 user: stephan tags: zlib-update) | |
2022-04-26
| ||
04:17 | (Manual) cherry-pick of [0f8bae079e] to carry forward the only change against zlib 1.2.11 to the 1.2.12 update. ... (check-in: cc3765eb user: florian tags: zlib-update) | |
04:12 | Update the built-in zlib to version 1.2.12, released on March 27, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded, but new sample programs from the examples/ subdirectory are included. ... (check-in: c6567d4b user: florian tags: zlib-update) | |
2018-08-02
| ||
08:32 | Merge from trunk. ... (check-in: 19997e99 user: ashepilko tags: cmake-ide) | |
2017-10-04
| ||
10:59 | Add support for markdown page titles ... (check-in: 4a298e69 user: mjanssen tags: commonmark-markdown) | |
2017-08-31
| ||
02:00 | Merge trunk ... (check-in: d15c1ba0 user: jan.nijtmans tags: multi-thread) | |
2017-08-30
| ||
13:07 | Merge cleanX ... (check-in: 92976100 user: jan.nijtmans tags: cleanX-no-clean-glob) | |
13:02 | Merge trunk ... (check-in: d4f98e25 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: 0f8bae07 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. ... (Closed-Leaf check-in: 2999c7dc user: jan.nijtmans tags: winsymlink) | |
2017-03-15
| ||
18:20 | Merge latest trunk ... (Closed-Leaf check-in: ad9d418c user: mgagnon tags: dir_history_link) | |
2017-03-14
| ||
12:17 | merge trunk ... (check-in: bec0c4f0 user: jan.nijtmans tags: openssl-1.1) | |
2017-03-13
| ||
21:53 | Merged from trunk to verify fix in [62352847]. ... (check-in: 4077357a user: rberteig tags: rkb-2.0-tests) | |
2017-03-10
| ||
01:44 | Merge recent enhancements from trunk ... (Closed-Leaf check-in: 41d43ec6 user: drh tags: optimize-pragma) | |
2017-03-07
| ||
11:11 | Remove RFC documentation from zlib redistribution. Motivation: bundled zlib documentation is under a potentially non-free license ... (check-in: eea86cee user: jan.nijtmans tags: trunk) | |
2017-03-06
| ||
15:32 | Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef user: jan.nijtmans tags: sqlite3-compat) | |
2017-02-14
| ||
19:23 | Merge cleanX ... (check-in: d73dcdd0 user: jan.nijtmans tags: cleanX-no-clean-glob) | |
2017-02-06
| ||
23:31 | merge trunk ... (check-in: 2ada986e 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: d0fbbd01 user: jan.nijtmans tags: openssl-1.1) | |