Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins by user jan.nijtmans
2020-07-08
| ||
13:53 | Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. ... (check-in: 918bcfcf77 user: jan.nijtmans tags: trunk) | |
11:58 | since fossil requires SQLite 3.33 now, adapt sqlcompattest accordingly ... (check-in: c48ef7254d user: jan.nijtmans tags: trunk) | |
2020-07-03
| ||
14:06 | isspace() -> fossil_isspace() ... (check-in: 1d9e0897e3 user: jan.nijtmans tags: trunk) | |
13:52 | Partially backout [620783cae23d28bd73959006af71f859e8b7333e|620783cae2] (adapted to current coding style): This brings back the --empty option there once was. ... (Closed-Leaf check-in: 971a5f513c user: jan.nijtmans tags: no-initial-commit) | |
2020-06-25
| ||
08:16 | Merge trunk ... (Closed-Leaf check-in: 69b450c1e0 user: jan.nijtmans tags: cleanX) | |
2020-05-22
| ||
20:16 | Merge trunk ... (Closed-Leaf check-in: 1e4aaf7b2e user: jan.nijtmans tags: multi-thread) | |
2020-04-23
| ||
13:16 | Update references to OpenSSL from 1.1.1f to 1.1.1g. Update custom makefile. ... (check-in: 3510ca72af user: jan.nijtmans tags: trunk) | |
2020-04-08
| ||
10:16 | Update OpenSSL to version 1.1.1f ... (check-in: 72026ed39d user: jan.nijtmans tags: trunk) | |
2020-03-24
| ||
20:24 | Update openssl version number to 1.1.1e. Update custom makefile. ... (check-in: 77a7078f74 user: jan.nijtmans tags: trunk) | |
2020-03-06
| ||
10:07 | Update to Unicode-13 ... (check-in: b70a76e354 user: jan.nijtmans tags: trunk) | |
10:06 | eol-spacing in documentation ... (check-in: d65540f5a9 user: jan.nijtmans tags: trunk) | |
2020-02-12
| ||
09:25 | Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f8b user: jan.nijtmans tags: branch-2.10) | |
2020-01-28
| ||
20:39 | Merge trunk ... (check-in: 9dbea18c71 user: jan.nijtmans tags: multi-thread) | |
2019-10-07
| ||
11:03 | Statement ordering: Don't read 'fingerprint' when there are no checkin's. ... (check-in: ffe7cc595e user: jan.nijtmans tags: trunk) | |
10:07 | Prevent false-positive in fingerprint check, when the current checkout is empty. ... (check-in: fd8816ecf6 user: jan.nijtmans tags: trunk) | |
2019-09-13
| ||
22:53 | Update to openssl 1.1.1d ... (check-in: 74aac0ed3d user: jan.nijtmans tags: trunk) | |
2019-08-04
| ||
22:56 | Merge trunk ... (check-in: fc5f88d6d9 user: jan.nijtmans tags: cleanX) | |
2019-07-16
| ||
20:02 | Code cleanup: Add a lot of "const" qualifiers for static (string) arrays, where appropriate. This allows the C compiler to optimize more ... (check-in: 70a94d0972 user: jan.nijtmans tags: trunk) | |
15:42 | When committing without parent-id (additional "initial" commits), make sure the branch-name is set to "trunk" when not provided otherwise. ... (check-in: 0fd6cf166c user: jan.nijtmans tags: trunk) | |
14:58 | Missing db_end_transaction(0) ... (check-in: b0db865f20 user: jan.nijtmans tags: trunk) | |
2019-07-13
| ||
19:31 | Eliminate all usage of Tcl_GetStringResult(), since that causes loss of Tcl_Obj representation in Tcl 8.x (this is solved in Tcl 9.0) ... (check-in: 743e166cf9 user: jan.nijtmans tags: trunk) | |
2019-06-27
| ||
14:39 | Upgrade to openssl 1.1.1c. Use single-argument "expr" in auto.def. Update custom mingw makefile. ... (check-in: 5050132815 user: jan.nijtmans tags: trunk) | |
2019-05-23
| ||
19:29 | Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (Closed-Leaf check-in: 06cb09dde7 user: jan.nijtmans tags: branch-2.8) | |
06:44 | Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (check-in: 5c40d6b0d4 user: jan.nijtmans tags: trunk) | |
2019-05-20
| ||
12:43 | Better solution than [344a3331d34d896], which doesn't involve runtime-detection. Works with both Openssl 1.0.2 and 1.1.x. ... (check-in: f23d509b48 user: jan.nijtmans tags: trunk) | |
2019-05-17
| ||
14:04 | Fix a warning (a real one) on win32: Win32 printf doesn't know about "%lld". ... (check-in: f6524ae5cc user: jan.nijtmans tags: trunk) | |
14:04 | (cherry-pick): Fix the openssl-1.1.1b build procedures. ... (check-in: e5616cdac8 user: jan.nijtmans tags: branch-2.8) | |
2019-05-16
| ||
08:49 | Update docker build to use fedora 29 (was: 28). changelog update. ... (check-in: d60669c564 user: jan.nijtmans tags: trunk) | |
08:17 | Merge the Makefile changes for OpenSSL-1.1. ... (check-in: c8bd45c1aa user: jan.nijtmans tags: branch-2.8) | |
2019-05-13
| ||
21:48 | Merge trunk ... (Closed-Leaf check-in: 91a0d5a55f user: jan.nijtmans tags: openssl-1.1) | |
2019-04-18
| ||
14:06 | (cherry-pick): Clean up the detection of BIO_ADDR_hostname_string by removing redundant definitions; apparently autosetup has a feature which automatically creates a define with HAVE_ prepended for whatever function is intended to be detected. ... (check-in: 9ef58dcff2 user: jan.nijtmans tags: branch-2.8) | |
2019-04-17
| ||
22:23 | (cherry-pick): Update the built-in SQLite to version 3.28.0. ... (check-in: 96c3562733 user: jan.nijtmans tags: branch-2.8) | |
2019-03-22
| ||
11:56 | Fossil needs SQLite 3.28.0 now, so check for that. ... (check-in: e3258f1b43 user: jan.nijtmans tags: trunk) | |
2019-03-21
| ||
23:51 | (cherry-pick): Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] ... (check-in: 31aefc3bc6 user: jan.nijtmans tags: branch-2.8) | |
20:50 | Add the "New Era" or "元号" placeholder to the (regexp) Unicode tables. So fossil is ready for the expected japanese May 1 event. See: [http://blog.unicode.org/2018/09/new-japanese-era.html] ... (check-in: 9b679012e0 user: jan.nijtmans tags: trunk) | |
2019-03-01
| ||
21:46 | Merge trunk. Update to Openssl 1.1.1b ... (check-in: b7695eeea2 user: jan.nijtmans tags: openssl-1.1) | |
21:42 | Update to openssl 1.0.2r ... (check-in: a416666563 user: jan.nijtmans tags: trunk) | |
21:37 | Update custom makefile. Remove some unnecessary spacing in documentation ... (check-in: e2751b18af user: jan.nijtmans tags: trunk) | |
10:30 | (cherry-pick): Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: e217b8b988 user: jan.nijtmans tags: branch-2.8) | |
09:38 | Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (check-in: b2c424ada8 user: jan.nijtmans tags: trunk) | |
2019-02-27
| ||
19:12 | (cherry-pick): Fix a mysterious bug in is_ticket() that was preventing me from updating the TCL repository. ... (check-in: c460f94352 user: jan.nijtmans tags: branch-2.8) | |
2019-02-25
| ||
22:57 | SQLite 3.27.2 ... (check-in: 367831eaac user: jan.nijtmans tags: branch-2.8) | |
2019-02-24
| ||
22:55 | (cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: e869ad9c93 user: jan.nijtmans tags: branch-2.8) | |
14:35 | Merge trunk ... (check-in: af9dabcbf0 user: jan.nijtmans tags: openssl-1.1) | |
14:33 | Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: 08e63e1755 user: jan.nijtmans tags: trunk) | |
2019-01-29
| ||
15:02 | Merge trunk ... (check-in: 7843b1c6c5 user: jan.nijtmans tags: openssl-1.1) | |
2018-12-03
| ||
12:24 | Undo changes to fossil.exe.manifest (don't know where they came from) ... (check-in: 8be521a2e7 user: jan.nijtmans tags: openssl-1.1) | |
12:08 | Merge trunk ... (check-in: e88c1ff4cc user: jan.nijtmans tags: openssl-1.1) | |
2018-11-29
| ||
21:38 | Update custom mingw makefile. Update openssl version ... (check-in: 7139924334 user: jan.nijtmans tags: trunk) | |
2018-10-09
| ||
13:57 | Update to SQLite 3.25.2 final ... (check-in: 04a2142883 user: jan.nijtmans tags: trunk) | |