Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'tools/*'
2024-12-23
| ||
20:08 | When /timeline selects specific branches using r=, t=, rl=, tl= or similar, then try to show the selected branches at the left margin. To help accomplish this, the code that computes branch name matching by various algorithms (GLOB, LIKE, REGEXP, LIST) is factored out into a new source file "match.c". ... (Leaf check-in: e89ea2c93c user: drh tags: trunk) | |
2024-12-22
| ||
20:42 | Merge from trunk. ... (Leaf check-in: 8add3c418a user: brickviking tags: bv-corrections01) | |
2024-12-19
| ||
07:28 | Fix a small inconvenience in the `translate' utility program discovered while working with MSVC debug builds. ... (check-in: 8defefd3ff user: florian tags: trunk) | |
2024-12-17
| ||
05:38 | Corrected an error, made some more small tweaks. ... (Leaf check-in: 728afdb0a3 user: brickviking tags: bv-infotool) | |
2024-12-16
| ||
20:44 | A number of small changes. Output may be minimised in a future update. ... (check-in: 27adc8b0c7 user: brickviking tags: bv-infotool) | |
20:01 | Updated changelog with new version number and text. ... (check-in: f45052a803 user: brickviking tags: bv-infotool) | |
11:46 | Restore executable bit. ... (check-in: 5fa932fac3 user: brickviking tags: bv-infotool) | |
11:43 | Added test commands. Do not rely on these commands. ... (check-in: eb116bc353 user: brickviking tags: bv-infotool) | |
03:20 | Merge from trunk ... (check-in: 0fc2f3d95b user: brickviking tags: bv-corrections01) | |
2024-12-13
| ||
10:53 | Reworded section introductions, tidying up some of my writing. ... (check-in: e9b7d3f557 user: brickviking tags: bv-infotool) | |
10:01 | Corrected dir entry (again) in emitted header. ... (check-in: e8de1b3eaf user: brickviking tags: bv-infotool) | |
09:17 | Corrected dir entry in emitted header. ... (check-in: ac92f9d699 user: brickviking tags: bv-infotool) | |
09:09 | Add fossil to system-wide dir file when running install-info. ... (check-in: d78a077a89 user: brickviking tags: bv-infotool) | |
2024-12-12
| ||
17:07 | Sync with trunk. ... (check-in: 878a56bc98 user: florian tags: diff-word-wrap) | |
17:00 | Sync with trunk. ... (check-in: 6599ed9127 user: florian tags: diff-keyboard-navigation) | |
16:58 | Sync with trunk. ... (check-in: 611f20e817 user: florian tags: timeline-keyboard-navigation) | |
08:16 | Rename of infoscript to fossil-makeinfo. ... (check-in: 4c006c9727 user: brickviking tags: bv-infotool) | |
07:42 | Changes to infoscript necessary for OpenBSD's makeinfo, which dates to 2004. A rename is coming. ... (check-in: a28bcf55b0 user: brickviking tags: bv-infotool) | |
2024-12-07
| ||
07:29 | Updated comments, improved output further. More to come. ... (check-in: 6ee05bf62d user: brickviking tags: bv-infotool) | |
2024-12-06
| ||
09:33 | Improvements to pdf-formatted info documentation. ... (check-in: e1b14acf76 user: brickviking tags: bv-infotool) | |
08:31 | Updated version, terminated header sentences. ... (check-in: 03d36f0f72 user: brickviking tags: bv-infotool) | |
06:16 | Put back forgotten @bye, needed for makeinfo --pdf output. ... (check-in: 28656971ac user: brickviking tags: bv-infotool) | |
01:42 | Merge from trunk ... (check-in: f826331554 user: brickviking tags: bv-infotool) | |
2024-12-04
| ||
13:40 | Add the "fossil merge-info" command for improved situational awareness on complex merge operations. ... (check-in: aa829657f0 user: drh tags: trunk) | |
2024-11-28
| ||
21:54 | Preliminary implementation of a --tk option to the 3-way-merge command. Lots of work left to do to get this working well. ... (check-in: bdcacd55be user: drh tags: merge-enhancements) | |
2024-11-15
| ||
14:14 | Add the ability to show the difference between two SQLite database files. ... (Closed-Leaf check-in: 27c81f1c22 user: drh tags: sqldiff) | |
2024-11-12
| ||
09:27 | Added extra switch parsing. I still need to figure out how to get switches emitted without using '' around. ... (check-in: f127fc531b user: brickviking tags: bv-infotool) | |
2024-11-07
| ||
06:50 | Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (Leaf check-in: d57463cc00 user: stephan tags: ui-local-diff) | |
05:41 | Added tool to create preliminary info-formatted file. It needs bash, tail and GNU sed, as well as makeinfo. ... (check-in: 302bf06d89 user: brickviking tags: bv-infotool) | |
2024-11-06
| ||
13:29 | Merge all the latest trunk enhancements and fixes into the bv-corrections01 branch. ... (check-in: c1aefb00c3 user: drh tags: bv-corrections01) | |
13:24 | Back out experimental changes that were ultimately rejected. ... (check-in: 00e8c04500 user: drh tags: bv-corrections01) | |
2024-11-05
| ||
09:55 | Merge from trunk ... (check-in: e367ca7373 user: brickviking tags: bv-corrections01) | |
2024-11-01
| ||
08:18 | Change -DHAVE_LINENOISE to -DHAVE_LINENOISE=2 to account for a pending upstream change in extsrc/shell.c. ... (check-in: be78b70f87 user: stephan tags: trunk) | |
2024-10-31
| ||
02:16 | Merge from trunk ... (check-in: c8967e64dd user: brickviking tags: bv-corrections01) | |
02:08 | Update search pattern within man_page_command_list.tcl script ... (check-in: 1995ab123e user: brickviking tags: trunk) | |
2024-10-12
| ||
12:03 | Emit only \n, not \r\n, even in places where protocols technically require a full \r\n. Provide a compile-time option -DSEND_CR=1 that includes the CRs when necessary. ... (check-in: 0dcce257b0 user: drh tags: omit-cr) | |
2024-09-06
| ||
10:57 | Sync with trunk. ... (check-in: b97f0310f0 user: florian tags: diff-word-wrap) | |
10:48 | Sync with trunk. ... (check-in: 8e6660cd76 user: florian tags: diff-keyboard-navigation) | |
10:47 | Sync with trunk. ... (check-in: 00f7466add user: florian tags: timeline-keyboard-navigation) | |
2024-08-23
| ||
20:51 | Replace calls to strcpy() with a tree-local strcpy() clone to squelch unwarranted link-time warnings when building on OpenBSD. There is still one strcpy() instance in the upstream extsrc/shell.c. ... (check-in: c0b9b4487f user: stephan tags: trunk) | |
2024-03-05
| ||
12:53 | Merge trunk into markdown-tagrefs branch. ... (check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs) | |
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) | |
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) | |
16:26 | Fix lines over 80 characters long, excluding external source files and @-lines. ... (check-in: 942f691b39 user: danield tags: fix-overlength-lines) | |
2024-01-22
| ||
13:40 | Sync with trunk. ... (check-in: 7597825330 user: florian tags: diff-keyboard-navigation) | |
13:39 | Sync with trunk. ... (check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation) | |
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) | |
2023-10-16
| ||
14:37 | Add warning-policy setting functionality. ... (check-in: af73acb2df user: preben tags: warn-on-merging-private-branch) | |