Timeline
Not logged in

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

138 most recent events that include changes to files matching 'src/*'

2024-05-15
21:11
In /chat, add a config option to audibly notify only for the first message received when the tab is not visible, and then remain silent until chat is visited again. Leaf check-in: df86fa3357 user: stephan tags: trunk
14:54
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. check-in: ea1b76bc9a user: danield tags: trunk
2024-05-10
10:02
Fix an uninitialized variable bug introduced by [a080751e5c370833]. check-in: de8f8ceb93 user: drh tags: trunk
2024-05-09
20:55
Fix an uninitialized variable in the previous check-in. check-in: 6e68958586 user: drh tags: trunk
20:52
Change the name of the "cherry-pick" command to "cherrypick", though retain "cherry-pick" as an alias. Extend the "cherrypick" and "merge" commands so that they will accept multiple check-ins to be merged in all in one go. check-in: 67fe38c4fe user: drh tags: trunk
2024-05-08
12:27
Add the d2=, p2=, and dp2= query parameters to /timeline. check-in: a080751e5c user: drh tags: trunk
2024-05-04
11:26
file_directory_size() now unconditionally skips the magic "." and ".." entries. This does not affect current uses of the routine but a proposed patch provided in [forum:383838fbd0b6c881|forum post 383838fbd0b6c881] would be awkwardly affected by them. check-in: 3cb7d39e12 user: stephan tags: trunk
2024-05-02
17:22
Improvements to the tracing output in the find_filename_changes() routine. check-in: 40086b74ba user: drh tags: trunk
10:03
When (stash save) is given no valid file names, fail loudly rather than silently, as the latter emits only a message about an uncommitted transaction. Reported in [forum:747f0c32aa]. check-in: 85a7d82e94 user: stephan tags: trunk
2024-04-30
10:17
Remove an unused parameter and bring the code more in line with [dd72a96111]. check-in: 89da205267 user: danield tags: trunk
2024-04-29
23:42
Remove options for rendering the tree hierarchy using ASCII-art for the "fossil tree" command and similar. Always use only Unicode box-drawing characters. This works on newer Win10 and Win11. Maybe it doesn't work on older Windows, but the "fossil tree" command is not essential for anything - it is only a convenience - so if it doesn't work on a... check-in: 7045859339 user: drh tags: trunk
21:33
Code cleaning after the previous check-in. No functional changes. check-in: b705d756cf user: danield tags: trunk
15:25
Add options for drawing the file tree with Unicode symbols or ASCII characters (Windows defaults to the latter, all others to the former). check-in: 635fa090d1 user: danield tags: trunk
03:04
Add the "fossil tree" command and the --tree option to "fossil ls" and "fossil extras". check-in: dd72a96111 user: drh tags: trunk
2024-04-27
11:46
Add markdown paragraphs special styling. See [forum:/forumpost/6e7e2f68b6|forum thread 6e7e2f68b6]. Leaf check-in: ebf6e79e42 user: juef tags: markdown-admonitions
10:45
Use the preferred case for the destination name in the "fossil mv" command. check-in: 859b00b776 user: drh tags: trunk
2024-04-25
19:44
Add to markdown task list inapplicable variant. Leaf check-in: b3da5f144c user: juef tags: markdown-task-list
19:29
Add markdown task list. See [forum:/forumpost/bb6016bc44|forum thread bb6016bc44]. check-in: 9583811be4 user: juef tags: markdown-task-list
19:29
Add markdown extra emphasis chars. See [forum:/forumpost/3618539728|forum thread 3618539728]. Leaf check-in: bade58d579 user: juef tags: markdown-extra-emph-chars
2024-04-23
18:22
Further improvement to rail selection in the /timeline graph layout algorithm: Move merge lines that go into the branch rail that is on the left, over toward the left when using the r=BRANCH query parameter. check-in: b71363e5c5 user: drh tags: trunk
14:43
Adjustments to timeline graph layout to try to improve the appearance a little. check-in: 797f1813f8 user: drh tags: trunk
2024-04-21
18:46
Improvements to comments in graph.c. No changes to actual code. check-in: 40320f6584 user: drh tags: trunk
16:20
Fix parsing of the argument to the "Connection:" header of HTTP reply messages to deal with unusual arguments added by Apache mod_cgi. See [forum:/forumpost/ca6fc85c80f4704f|forum thread ca6fc85c80f4704f]. check-in: 5f47bb59a7 user: drh tags: trunk
15:37
Simplify parsing of the Connection: header in HTTP replies. Closed-Leaf check-in: 77f25829d2 user: drh tags: connection-http-header
06:15
Only accept commas as separators for multiple values in "Connection:" HTTP headers, and ignore any white space surrounding (but not embedded into) values. The previous method would fall for (fictional) HTTP header values containing spaces, like "Connection: don't close", and recognize a value of "close". check-in: 6173fbf526 user: florian tags: connection-http-header
2024-04-20
21:58
In /chat preview mode, apply the click handlers to pikchrs in the preview. check-in: 133e6e59b9 user: stephan tags: trunk
14:42
Fix parsing of "Connection:" HTTP headers with multiple values. check-in: 7ac3db68d5 user: florian tags: connection-http-header
2024-04-19
16:08
Fix a minor problem in graph layout for timelines that made use of the offset-merge-riser enhancement. Problem originally seen on the bottom node of /timeline?p=6da255034b30b4b4&bt=47362306a7dd7c6f. check-in: 33fe72ca75 user: drh tags: trunk
2024-04-17
14:02
Output a warning if a client sync or clone gets back a keep-alive HTTP reply that lacks a content-length header. check-in: f4ffefe708 user: drh tags: trunk
13:27
Only process HTTP replies that lack a Content-Length header if the connection is set to be closed. Suggested by https://bz.apache.org/bugzilla/show_bug.cgi?id=68905. check-in: 71919ad1b5 user: drh tags: trunk
12:58
Fix the HTTP-reply parser so that it is able to deal with replies that lack a Content-Length header field. This resolves the issue reported by [forum:/forumpost/12ac403fd29cfc89|forum post 12ac403fd29cfc89]. Also in this merge: (1) Add the --xverbose option to "fossil clone". (2) Improved error messages when web servers misbehave. See also my m... check-in: a8e33fb161 user: drh tags: trunk
12:49
Fix ssh: clones, broken by the previous check-in. Closed-Leaf check-in: de647e8652 user: drh tags: content-length-errors
12:18
Arrange for the HTTP reply parser to be able to deal with a missing Content-Length header. Add the --xverbose option to the "fossil clone" command. check-in: dfefd069b6 user: drh tags: content-length-errors
2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. check-in: 131ba0fa1b user: drh tags: content-length-errors
13:50
Improvements to the /test_env page that can be used to help diagnose problems such as missing CONTENT_LENGTH CGI parameters. check-in: 9c40ddbcd1 user: drh tags: trunk
12:01
For 'fossil bundle import' and 'cat' subcommands, do not create a bundle file if it does not exist (reported in [forum:8a26dd5610|forum post 8a26dd5610]). check-in: 3828746b57 user: danield tags: trunk
2024-04-12
14:44
Add a null check in cgi_print_all() in the hope of helping to localize an elusive crash. check-in: c62e25ab05 user: stephan tags: trunk
2024-04-11
12:38
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. check-in: 78e63995be user: drh tags: trunk
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). Closed-Leaf check-in: a9fa7d3cfa user: stephan tags: preserve-case-on-add
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. check-in: f1f7e27e0c user: drh tags: preserve-case-on-add
11:31
When preparing a pattern for FTS search, if the pattern is empty convert it into a double-quoted empty string, to avoid FTS5 errors. check-in: 5bb323ff9e user: drh tags: trunk
2024-04-09
17:38
Defend against undefined values in query parameters in the cgi_check_for_malice() routine. check-in: 08df33aa4c user: drh tags: trunk
2024-04-06
19:01
Improved robot detection logic. check-in: 61a8b0ecad user: drh tags: trunk
2024-04-04
13:57
Add options to the 'tag' command to list tag values, as suggested by [forum:d4fb9400f9|forum post d4fb9400f9]. check-in: d0dc62a4b8 user: danield tags: cmd-tag-list-values
13:17
Put 'tag' command arguments in canonical order. check-in: 72add40964 user: danield tags: trunk
2024-03-30
09:19
Add MANIFEST_VERSION to the panic log for the case where HAVE_BACKTRACE is false. check-in: f3cac52593 user: stephan tags: trunk
2024-03-29
19:23
Do not issue error-log panics for timeouts unless the total CPU time exceeds 10 seconds. check-in: d6fdfd372b user: drh tags: trunk
17:41
Fix an issue with the "Autopush:" report in "fossil git export". check-in: 0298a6fc86 user: drh tags: trunk
17:37
Include the MANIFEST_VERSION in the segfault backtrace listing to help the developer chase the issue in the proper binary. check-in: f8580614d0 user: stephan tags: trunk
13:44
Add the /paniclog page, accessible only to administrators. check-in: 11f6b5b06c user: drh tags: trunk
13:15
Provide the full pathname of the CGI control file when describing how to activate the error log in the errorlog page, and on the security audit. check-in: 4644ebef64 user: drh tags: trunk
13:04
Improved error message for when the error log is unavailable. check-in: e6b06b5d11 user: drh tags: trunk
12:41
Create a separate "Log Menu" page that shows all of the available log files. check-in: b28badb741 user: drh tags: trunk
11:27
Update the backtrace output formatting to the log file so that it is easy to copy/paste the backtrace hex addresses into an "addr2line" command-line in order to get symbolic names. check-in: daaf9ee79c user: drh tags: trunk
2024-03-28
20:57
Fix to the "fossil git status" command as suggested by [forum:/forumpost/e15631f21e16f0b6|forum post e15631f21e16f0b6]. check-in: 0028303999 user: drh tags: trunk
2024-03-23
05:54
Updates from trunk for sync changes et al. Leaf check-in: 2304041e42 user: andybradford tags: clone-resume
2024-03-22
12:30
Fix uninitialized variable in the previous check-in. check-in: 38dad38b6d user: drh tags: trunk
12:28
The "fossil sync --all" command now makes up to two passes through the list of remote URLs to ensure that everybody gets synced up. See the discussion at [forum:/forumpost/4d6a94aca6105fc6|forum thread 4d6a94aca6105fc6]. check-in: 0cd5589c09 user: drh tags: trunk
2024-03-20
19:06
Fix a potential NULL pointer dereference in search if the search index is not correct. check-in: 11ffd84a9a user: drh tags: trunk
2024-03-16
22:59
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages check-in: 363f01aba9 user: drh tags: trunk
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. Closed-Leaf check-in: 758170bc79 user: wyoung tags: render-pikchr-via-doc-popup
2024-03-15
12:59
Fix a potential integer overflow in the bag_hash() function. check-in: 34276d22e5 user: drh tags: trunk
2024-03-12
23:33
Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. check-in: 3d1e634d16 user: stephan tags: trunk
18:20
In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. check-in: 938fda79d4 user: stephan tags: trunk
2024-03-11
19:20
On the header for a /timeline that uses the new to2= query parameter, use the value of either the to= or the to2= query parameter, whichever is valid. check-in: 452f050241 user: drh tags: trunk
16:39
Disable load-control for the /xfer page. This prevents real users with passwords from being denied autosync because of some misbehaving spider. check-in: 650305e94f user: drh tags: trunk
2024-03-09
19:17
Add the to2=LABEL query parameter to timeline. This is intended as a backup name for to=END in case the END label cannot be resolved. check-in: 1ff12ea630 user: drh tags: trunk
07:52
Document the optional IP: part of (server --port IP:PORT), per [forum:88f7f8245e|forum post 88f7f8245e]. check-in: 3815c85746 user: stephan tags: trunk
07:44
Reduce extraneous wording in /finfo, per feedback in [forum:e456b9141b|forum post e456b9141b]. check-in: b6517d5eeb user: stephan tags: trunk
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. Leaf check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs
08:44
Part 2 of 2 of [91a73ec348d7609f]: add --dark-pikchr to the test-wiki-render and test-markdown-render commands. check-in: aac2a35086 user: stephan tags: trunk
08:16
Add -dark flag to the pikchr command to tell pikchr to render in dark mode. This is the first part of a request from [forum:8f18c016fe|forum post 8f18c016fe]. check-in: 91a73ec348 user: stephan tags: trunk
2024-03-03
13:50
Adapt /pikchrshow to latest skin changes to keep the page footer from scrolling off the screen. check-in: 7b4bbc8203 user: stephan tags: trunk
2024-02-24
16:31
On the /skins page, move the "Custom" skin to the bottom of the list. check-in: 2ac49d3200 user: drh tags: trunk
11:33
Fix a bug in Windows builds introduced by [fc0b9325f02b16b3]: When escaping arguments for the CMD.EXE which are not filenames, allow % to pass through unaltered and unquoted. This is necessary so that we can construct a URL that contains a "%d" field to hold the TCP port number. check-in: c2c02cd7d1 user: drh tags: trunk
2024-02-23
23:51
Include the new default-skin setting in CONFIGSET_SKIN. check-in: 818a6ad79a user: drh tags: trunk
23:31
Remove a debugging printf() accidently left in the previous check-in. Also remove an unused variable. check-in: 00dad9a2f2 user: drh tags: trunk
23:29
Show the custom skin as an option on the /skins page, if it exists. check-in: b828d8fd59 user: drh tags: trunk
22:35
Improvements to the "/skins" page to work better with the new default-skin setting. check-in: 99575d4cbc user: drh tags: trunk
20:52
Improvements to skin administration. The /setup_skin_admin page allows the admin to set the default-skin setting to select which skin to use, and to clear out the custom skin. check-in: f3702b86c3 user: drh tags: trunk
18:18
Revive the default-skin setting. I now think it will be useful after all, when used in combination with other changes that are planned. check-in: 18d76fffb1 user: drh tags: trunk
17:30
Remove the "default-skin" setting that was added by [24e015de71cfdc79]. check-in: 1975bfd279 user: drh tags: trunk
17:25
Improvements to the Skin setup interface. check-in: 33cc83ffb8 user: drh tags: trunk
15:24
Add the "default-skin" setting which defines which built-in skin to use if no skin is otherwise specified. On the /skins page, show how the current skin is selected, if that is relevant. Add the /fdscookie page that shows just the "fossil_display_settings" cookie rather than all cookies. check-in: 24e015de71 user: drh tags: trunk
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". Leaf check-in: 94f9b72690 user: drh tags: resurrect-old-default-skin
00:38
Teach the chat pull subcommand to prompt for a password if no password has been remembered for the remote. Resolves the problem reported in [forum:ea82cf10d4|forum post ea82cf10d4]. check-in: 003c3e6c8a user: stephan tags: trunk
2024-02-22
20:08
Fix an incorrect comment on the previous check-in. check-in: 0d2befb04d user: drh tags: trunk
20:07
Improvements to escaping of filenames that are passed down into subprocesses on Windows. check-in: fc0b9325f0 user: drh tags: trunk
2024-02-19
16:18
Add a link to /skins on the /login page, per request in the forum. check-in: cc7930e13c user: stephan tags: trunk
2024-02-18
15:46
Merged two redundant style rules for sidebars. Manual merge error? check-in: 825efe96d2 user: wyoung tags: trunk
2024-02-11
12:45
Removed the body-area h1 from the /chat message-area size calculation now that it's being suppressed in CSS. This should be a net zero now. check-in: e4aca28d1c user: wyoung tags: trunk
10:56
Merged two near-identical lists of CSS selectors in the /chat JS into one. As far as I can tell, they _are_ supposed to be identical, since they're both concerned with calculating the "framing" elements of the chat area, being everything other than the list of messages. It looks like they slipped out of that ideal in the way duplicated code does. check-in: 1cf4a7d728 user: wyoung tags: trunk
10:27
Grammar fix in "Left-align my posts" /chat setting hint check-in: aca0be1659 user: wyoung tags: trunk
2024-02-10
22:12
Fixes to /chat's js to allow for the new skin changes. (Mea culpa; didn't even think to try /chat while working on all this.) check-in: 4dc8798583 user: wyoung tags: trunk
17:36
Modernized the default skin, primarily to improve readability, and forked off the old default as "Étienne", named in honor of its creator. check-in: 8a1ba49b73 user: wyoung tags: trunk
10:20
Moved most of the sidebar implementation up into default.css in a generic form so all skins share it, including Étienne. What remains behind in the new default skin are the accent colors for the background and the left border. The generic form simply applies a tint darkening to whatever background it finds itself on, which works for most of the ... check-in: bcbd1c1e90 user: wyoung tags: inskinerator-modern-backport
09:54
Initial fork of the trunk default skin into "Étienne" (a.k.a. "etienne" without the accent for easier use in ?skin=" and such) for use by those who want to return to the old default once this branch is merged to trunk.

At the moment, it is a straight copy with the intent of forming a baseline for the minimal changes I'm about to make in order to ... check-in: 7d8631f17c user: wyoung tags: inskinerator-modern-backport

08:55
Applied the header and footer improvements from the wcag-2.1 branch. Changes generic divs with class labels into semantic elements that a browser can then treat specially, given their meaning. check-in: b48e483667 user: wyoung tags: inskinerator-modern-backport
05:45
Removed a stray semicolon check-in: 228626bc91 user: wyoung tags: inskinerator-modern-backport
05:40
Added kbd, samp and var element selectors to the list getting monospace treatment in the default.css file. check-in: a76312cdb4 user: wyoung tags: inskinerator-modern-backport
2024-02-09
13:51
Sync up with trunk for latest improvements. check-in: 12390507b1 user: andybradford tags: clone-resume
00:17
Merged pikchr changes from trunk. (About to rebuild the containers, and we need both sets of changes on the public demo mirror.) check-in: e471c5ffa9 user: wyoung tags: inskinerator-modern-backport
00:12
Rebuild pikchr.wasm/js with emcc 3.1.53 and adapt the associated build rule in src/main.mk to account for a breaking emcc change (should also be backwards-compatible to older emcc's). check-in: 5a09f499a8 user: stephan tags: trunk
2024-02-08
20:35
Merged trunk changes in check-in: 9a9276d693 user: wyoung tags: inskinerator-modern-backport
18:41
Improved response to from=,ft= in /timeline when no such path exists. check-in: 68baa36667 user: drh tags: trunk
17:52
Performance and display improvements in /timeline for the use of bt= and ft= query parameters with from=. check-in: c651369ce3 user: drh tags: trunk
15:10
Update help for "fossil ui" to more closely match the behavior in the code. check-in: b2b373ff17 user: andybradford tags: trunk
14:03
In the /timeline page, add support for (from,ft) and (from,bt) query parameter pairs. check-in: 793c492415 user: drh tags: trunk
01:36
Fix a typo in a code comment. No logic changes. check-in: 015d7b7a41 user: drh tags: trunk
01:33
Simplification to the PQueue object to remove the content pointer, which is never used. check-in: 83c4ab6051 user: drh tags: trunk
2024-02-07
15:46
Change popen() back to the way it was last week - so that it shows stderr lines on the console rather than consuming them. check-in: 274079a2e1 user: drh tags: trunk
15:11
Fix the "test-ssh-needs-path" command so that it works even if run from outside of an open check-out. check-in: 46e7855a4e user: drh tags: trunk
14:25
Pull in the remaining bits from trunk for integration testing. check-in: d27cb05f6b user: andybradford tags: clone-resume
12:16
For the "fossil ui REMOTE:path" command, initially omit the PATH= prefix but add it in if the initial attempt fails to find a fossil executable. check-in: ed6495baa6 user: drh tags: trunk
2024-02-06
23:59
Make use of the ssh_add_path_argument() function for the implementation of "fossil ui REMOTE:folder". check-in: 151406f34c user: drh tags: trunk
23:45
Detailed header comment on the ssh_add_path_argument() function explaining what this PATH= business is all about, for future reference. check-in: ac52d12e66 user: drh tags: trunk
23:18
Fix the "fossil patch push" and "fossil patch pull" commands so that, like "fossil sync", they initial try to run ssh without the PATH= argument, but add in the PATH= argument if the initial attempt does not work. check-in: eb135ef204 user: drh tags: trunk
15:32
Merge commonly used operations associated with the PATH= of a remote fossil run using ssh into subroutines, so that they do not get out of sync with each other. check-in: efd3a5ec07 user: drh tags: trunk
15:15
Make the PATH= argument identical for the patch and the sync commands, just to avoid confusion. check-in: e82375910b user: drh tags: trunk
15:03
Print a diagnostic message if the first attempt to connect to a remote using SSH fails and a retry with or without PATH= is about to commence. See [forum:/forumpost/9584923cf6|forum post 9584923cf6] for an explanation of why this is important. check-in: f80041ebc5 user: drh tags: trunk
14:49
Bring the PATH= arguments for sync and patch into agreement. check-in: b2619342c7 user: drh tags: trunk
14:19
Bring in fixes for SSH from trunk. check-in: c55d1b7b26 user: andybradford tags: clone-resume
14:07
Another attempt to fix the harmless compiler warning in popen2(). check-in: b1483634c6 user: drh tags: trunk
13:57
Stderr of ssh subcommand goes is read by the main process now, instead of going to the console. Improved error messages following failure on ssh: sync. check-in: fb156a12bf user: drh tags: trunk
12:01
Always adjust the use-path-for-ssh setting when an ssh retry succeeds, even if the REMEMBER flag is not set. And store the setting locally instead of globally. check-in: 857495ec92 user: drh tags: trunk
11:24
Fix harmless compiler warning in popen2(). check-in: 07e092ab39 user: drh tags: trunk
11:22
Only add the PATH= prefix on the fossil command sent over SSH for ssh: syncs if a prior attempt to contact the remote failed to find the Fossil executable. check-in: cbf27ece6c user: drh tags: trunk
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. Closed-Leaf check-in: bcf6abe5b6 user: andybradford tags: ssh-path-prefix
2024-02-05
23:59
Debugging changes in url.c: Ensure that each new UrlData object parse is fully reinitialized. Bring out printing of g.url into a separate routine so that it can be called during debugging. check-in: 97b3f955b2 user: drh tags: ssh-path-prefix
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at [forum:/forumpost/4903cb4b691af7ce|forum thread 4903cb4b691af7ce]. check-in: d07689d11d user: drh tags: ssh-path-prefix
2024-02-04
22:12
Add missing "#include <errno.h>" that was needed on previous commit. check-in: a66a14b033 user: mgagnon tags: trunk
21:28
For 'fossil diff', allow --context to be 0, per request in [forum:806f1296d8 | forum post 806f1296d8]. check-in: ea6f9a84ac user: danield tags: trunk
2024-02-03
23:12
Merged trunk. Notably, drh's [bb3de39ffefb3f20] works seamlessly with this branch's skin. check-in: 4f9cb1d1e0 user: wyoung tags: inskinerator-modern-backport
23:03
Disabling the "auto paragraph" feature in the wiki renderer when styling an HTML "table" element. Without this, the first cell's contents gets wrapped in "p" tags, unnecessarily. (None of the other cells are treated thus.) With the trunk default skin, this extra tag was invisible, but with this branch's skin, it shows up as a double-height fi... check-in: 6f94da9b6b user: wyoung tags: inskinerator-modern-backport
20:32
In the /timeline, automatically highlight the from= and to= selections. check-in: bb3de39ffe user: drh tags: trunk
16:55
Update with all changes from trunk. check-in: c454059a18 user: andybradford tags: clone-resume
2024-02-02
22:22
Fix overlong lines and remove trailing whitespace from non-external C files. check-in: 275da70f8c user: danield tags: trunk
22:18
Remove trailing whitespace from non-external C files. Closed-Leaf check-in: 7db0a2d910 user: danield tags: fix-overlength-lines