Fossil

Today In History
Login

This Day In History For 2026-10-23

1 Year Ago (more context)

2025-10-23
14:50
Replace hard-coded "trunk" with the value of 'main-branch' (defaulting to "trunk"). check-in: dd8995bbdd user: danield tags: softcoded-main-branch
13:16
Update the email notification transfer daemon script. check-in: 4163ef006d user: drh tags: trunk
11:33
Fix the archive_base_name() routine so that it works even if no project name is defined. Harden the sanitize_name() routine so that it works even if the argument is a NULL pointer. Fix for the problem reported in [forum:/forumpost/31e880a7ea79fb40|forum post 31e880a7e]. check-in: 2f27f4b096 user: drh tags: trunk
11:24
Updates to the email-sender.tcl script. check-in: 334f7f4267 user: drh tags: trunk
10:17
Fix a bug in path.c reported by [forum:/forumpost/658487ff8e|forum post 658487ff8e]. check-in: da9aa4abf7 user: drh tags: trunk
08:14
Merge from trunk. check-in: 0ffacb525a user: brickviking tags: bv-infotool
07:57
Small grammar change in the changes.wiki page. check-in: 2ff040c438 user: brickviking tags: trunk

2 Years Ago (more context)

2024-10-23
18:21
Add support for multiple branch names in the doc-branch setting, as discussed in [forum:520d420d04e482b2 | forum post 520d420d04]. check-in: 40d0b360d2 user: stephan tags: trunk
12:02
Merge typo fixes by brickviking into trunk. check-in: af1456ba34 user: drh tags: trunk
10:56
(Typos) www/tech_overview.wiki change. check-in: cc233b2fa8 user: brickviking tags: bv-corrections01
10:02
Hopefully the last of the changes for www/sync.wiki check-in: 1db8e43e12 user: brickviking tags: bv-corrections01
09:44
Updated table under www/sync.wiki in section 3.9. Several new keywords have been added over the past six years, this commit may accidentally include settings that aren't actually accepted by the server any more. Fix if you see them. check-in: d25826d447 user: brickviking tags: bv-corrections01
09:37
Merge from trunk. check-in: f8f0d5977c user: brickviking tags: bv-corrections01
09:16
Changes for the following files under www/: settings.wiki shunning.wiki stats.wiki style.wiki sync.wiki check-in: 8e9fc86018 user: brickviking tags: bv-corrections01

3 Years Ago (more context)

2023-10-23
10:44
Remove all calls to sprintf() from makeheaders and mkversion in order to appease prudish compilers. check-in: 8c7bf45096 user: drh tags: trunk
10:21
Update the built-in SQLite to the latest 3.44.0 alpha yet again. This time, also remember to include the "shell.c" source file from SQLite that includes the removal of an "sprintf()" call, thereby avoiding scary MacOS warnings. check-in: 6ac015311e user: drh tags: trunk
01:47
Squished a potential null pointer dereference in th.c caught by ubsan. check-in: 39cac07254 user: wyoung tags: trunk
01:17
Replaced a few sprintf() calls with sqlite3_snprintf() to squish warnings from Clang on macOS when configured with extra debugging. (These warnings don't normally appear.) There is one left in extsrc/shell.c which needs fixing upstream. check-in: dfa41afeab user: wyoung tags: trunk
01:03 Edit [9d0b52e2d2442468|9d0b52e2d2]: Edit check-in comment. artifact: 1c6befb004 user: wyoung
00:56
Reworked the handling of "./configure --with-zlib=FOO", yielding several benefits: * FOO can now point to both a flat directory as before or to a directory one level up with lib/ and include/ subdirs, as zlib installs to when configured with a --prefix, fixing an issue [forum:/forumpost/9c64b51d44 | reported on the forum]. * The old method would check the default paths before trying what you gave it, preventing local overrides when you know the platform version isn't what you want and you've built from source, then pointed Fossil at the replacement. It isn't always safe or advisable to remove the platform version in this case merely to get Fossil's configuration script to move on and obey your explicit directive. * The old method checked for the header and the library in a single step, resulting in unhelpful configure output, requiring that one dig through config.log to figure out what happened. check-in: 9d0b52e2d2 user: wyoung tags: trunk

4 Years Ago (more context)

2022-10-23
06:48
Code maintenance for the `copybtn.js' script: Remove global data, reference DOM elements by function-binding instead of by id (that is possibly reused for the short-lived tooltip), and normalize variable names and string quoting style. check-in: d5f6621527 user: florian tags: trunk

10 Years Ago (more context)

2016-10-23
21:50
Optimize REGEXP matching by folding all regular expressions into one check-in: b4800dc53d user: andygoth tags: andygoth-timeline-ms
15:42
Improve comment check-in: c1afe56ffa user: andygoth tags: andygoth-timeline-ms
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. check-in: be58684514 user: andygoth tags: andygoth-timeline-ms
02:16
Fixes for incremental Git import/export. check-in: 9599705c69 user: mistachkin tags: experimental
02:14
Minor tweaks to the break_into_lines() algorithm. Add tests. check-in: d3cc6d1d09 user: mistachkin tags: experimental
02:07
Minor security enhancements to the optional SEE integration. check-in: 69352027bb user: mistachkin tags: experimental
01:46
Add the 'project_description' variable to TH1. check-in: 345c580d0a user: mistachkin tags: experimental
01:45
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. check-in: a5fd16fe88 user: mistachkin tags: experimental
01:42
Enhance 'brlist' page to make use of branch colors. check-in: 435ca5d2e4 user: mistachkin tags: experimental
01:28
Minor enhancement to 'mkversion'. check-in: f59f4e1f6e user: mistachkin tags: trunk