The --echo flag on the CLI also echos dot-commands provided on the...
The --echo flag on the CLI also echos dot-commands provided on the command-line. (tags: trunk)
View ArticleExtend proj-dot-ins-append to provide a way to use it for the special-case...
Extend proj-dot-ins-append to provide a way to use it for the special-case emcc.sh.in handling. (tags: trunk)
View ArticleAdd default --manpath for Haiku but that path is read-only on my Haiku...
Add default --manpath for Haiku but that path is read-only on my Haiku system, so shelve this. (Edit: this was supposed to have been (fossil stash save -m ...) instead of (fossil ci -m ...).) (tags:...
View ArticleFix a harmless code typo introduced by [b57e3c3db00a6bc6] and reported by...
Fix a harmless code typo introduced by [b57e3c3db00a6bc6] and reported by [forum:/forumpost/09957d8b2a|forum post 09957d8b2a]. (tags: trunk)
View ArticleMake it legal to call proj-fatal from the global scope. (tags: trunk)
Make it legal to call proj-fatal from the global scope. (tags: trunk)
View ArticleRename proj-current-proc-name to proj-current-scope and have it distinguish...
Rename proj-current-proc-name to proj-current-scope and have it distinguish between global scope and an invalid scope level. (tags: trunk)
View ArticleDuring the post-configure validation of @VAR@ references, ignore...
During the post-configure validation of @VAR@ references, ignore commented-out references in files which seem (based on their name) to be makefiles, as it's sometimes handy to comment-out such vars...
View ArticleHave sqlite3session_diff() automatically attach tables to session objects, as...
Have sqlite3session_diff() automatically attach tables to session objects, as it has always been documented to do. (tags: sessions-diff-autoattach)
View Article*MERGE* Have sqlite3session_diff() automatically attach tables to session...
*MERGE* Have sqlite3session_diff() automatically attach tables to session objects, as it has always been documented to do. (tags: trunk)
View ArticleRemove an incorrect ALWAYS() macro. [forum:/forumpost/23875495059357a2|Forum...
Remove an incorrect ALWAYS() macro. [forum:/forumpost/23875495059357a2|Forum post 2025-04-08T19:16:42Z]. (tags: trunk)
View ArticleDoc updates in proj.tcl. Improve configure check for whether fdatasync or...
Doc updates in proj.tcl. Improve configure check for whether fdatasync or nanosleep require -lrt. Remove references to 'tcl-config' build mode from sqlite-config.tcl, as that build is now implemented...
View ArticleRemove unnecessary "www." prefixes on domain names in URLs. (tags: trunk)
Remove unnecessary "www." prefixes on domain names in URLs. (tags: trunk)
View ArticleFix an obscure problem allowing the propagate-constants optimization to...
Fix an obscure problem allowing the propagate-constants optimization to improperly substitute a column of a sub-query with NONE affinity. (tags: forum-0109bca824)
View Article*MERGE* Fix an obscure problem allowing the propagate-constants optimization...
*MERGE* Fix an obscure problem allowing the propagate-constants optimization to improperly substitute a column of a sub-query with NONE affinity. [forum:/forumpost/0109bca824|Forum post...
View ArticleImprove the error messages returned by sqlite3session_diff(). (tags: trunk)
Improve the error messages returned by sqlite3session_diff(). (tags: trunk)
View ArticleFix a comment in sessionD.test. (tags: trunk)
Fix a comment in sessionD.test. (tags: trunk)
View ArticleBe sure that speedtest1 reports any errors that it encounters while running...
Be sure that speedtest1 reports any errors that it encounters while running the speed tests. (tags: trunk)
View ArticleProvide new command-line options --hard-heap-limit and --soft-heap-limit for...
Provide new command-line options --hard-heap-limit and --soft-heap-limit for speedtest1. (tags: trunk)
View ArticleImproved detection of run-time errors (ex: OOM errors) in speedtest1. (tags:...
Improved detection of run-time errors (ex: OOM errors) in speedtest1. (tags: trunk)
View ArticleFix a memory leak in sqlite3session_diff(). (tags: trunk)
Fix a memory leak in sqlite3session_diff(). (tags: trunk)
View Article