Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From release To trunk
2023-12-05
| ||
16:02 | Provide a dark mode for the TCL/TK-based diff GUI. ... (Leaf check-in: b59a42f1 user: danield tags: tk-diff-darkmode) | |
2023-12-03
| ||
21:36 | The th1-expr-3 test revealed that Th_SetResultInt() could produce incorrect result for INT_MIN. Ensure that -1*iVal is positive for all values and remove unsiged casts. Seems a common optimisation problem with gcc on various verisons from 10 through 13 on Linux, NetBSD and OmniOS on various architectures. ... (Leaf check-in: 4a98d2aa user: preben tags: th-int-min-errors) | |
20:28 | Include termio.h to determine terminal width on OmniOS. Uses __EXTENSIONS__ in line with detection of solaris like systems in auto.def. ... (Leaf check-in: 32428f12 user: preben tags: omnios-terminal-width) | |
2023-12-01
| ||
22:37 | Typo corrections in comments only. No change in functionality. ... (Leaf check-in: a8b6fdc8 user: andybradford tags: trunk) | |
2023-11-28
| ||
22:05 | Tiny documentation fix: an extra space before argument to the '--base-rcvid' hook test option made the argument appear on the line describing the option. ... (check-in: cb283ca5 user: km tags: trunk) | |
2023-11-02
| ||
19:37 | For the "fossil sync" command if the -v option is repeated, then the HTTP_VERBOSE flag is set on the http_exchange() call, resulting in additional debugging output for the wire protocol. ... (check-in: 80896224 user: drh tags: trunk) | |
12:44 | Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. ... (Closed-Leaf check-in: 25028896 user: preben tags: markdown-multiple-sublists) | |
2023-11-01
| ||
18:56 | Version 2.23 ... (check-in: 47362306 user: drh tags: trunk, release, version-2.23) | |
14:13 | Update the built-in SQLite to version 3.44.0. ... (check-in: 72e14351 user: drh tags: trunk) | |
Changes to VERSION.
Changes to autosetup/autosetup-find-tclsh.
Changes to extsrc/shell.c.
Changes to extsrc/sqlite3.c.
Changes to extsrc/sqlite3.h.
Changes to src/allrepo.c.
Changes to src/branch.c.
Changes to src/hook.c.
Changes to src/main.c.
Changes to src/markdown.c.
Changes to src/search.c.
Changes to src/statrep.c.
Changes to src/sync.c.
Changes to src/timeline.c.
Changes to src/xfer.c.
Changes to www/changes.wiki.
Changes to www/unvers.wiki.