Add -trim flag to proj-file-content. (tags: trunk)
Add -trim flag to proj-file-content. (tags: trunk)
View ArticleAdd a missing 'close' call to proj-file-content-list. (tags: trunk)
Add a missing 'close' call to proj-file-content-list. (tags: trunk)
View ArticleThe presence or absence of the linenoise-ship.c source file is sufficient to...
The presence or absence of the linenoise-ship.c source file is sufficient to differentiate Antirez linenoise from MSteveB linenoise. (tags: linenoise-detection)
View ArticleImproved differentiation between antirez and msteveb linenoise. (tags: trunk)
Improved differentiation between antirez and msteveb linenoise. (tags: trunk)
View ArticleOmit unnecessary bold text in ./configure output. (tags: trunk)
Omit unnecessary bold text in ./configure output. (tags: trunk)
View ArticleWhen building a shared library on Mac, one must specify the original *.o...
When building a shared library on Mac, one must specify the original *.o files that go into that library. It does not work to specify a prior shared library containing a subset of the files to be...
View ArticleUpdate this branch so that it works with ZipVFS. (tags:...
Update this branch so that it works with ZipVFS. (tags: readonly-ignore-wal-jrnl)
View Article*MERGE* Update this branch so that it works with ZipVFS. (tags:...
*MERGE* Update this branch so that it works with ZipVFS. (tags: reuse-schema-ro-waljrnl)
View ArticleExtra defenses against UAF when failing to allocate a transient cursor. No...
Extra defenses against UAF when failing to allocate a transient cursor. No known path to a UAF currently exists. This change just helps with the static analysis to prove it. (tags: trunk)
View ArticleFix the clean-autosetup target in Makefile.in so that it does not fail even...
Fix the clean-autosetup target in Makefile.in so that it does not fail even in cases where gmake is unavailable. (tags: trunk)
View ArticleIn testrunner.tcl, only show the ETC on the status line if it will fit within...
In testrunner.tcl, only show the ETC on the status line if it will fit within the 80-character line limit. (tags: trunk)
View ArticleWhen configuring with --with-wasi-sdk, ensure that we use that SDK's 'ar'...
When configuring with --with-wasi-sdk, ensure that we use that SDK's 'ar' tool instead of whatever is in the PATH. When pushing/popping the define var scope for the jimsh compatility check, include...
View Article*MERGE* Merge the readonly-ignore-wal-jrnl enhancement into the reuse-schema...
*MERGE* Merge the readonly-ignore-wal-jrnl enhancement into the reuse-schema branch, so that it can be found there in all future releases. Other recent trunk enhancements are also part of that change...
View ArticleStill more logging, this time focused on the sqlite3WalFrames() function....
Still more logging, this time focused on the sqlite3WalFrames() function. (tags: cf8f1552-commit-instr)
View ArticleUpdate log messages to say "v=8" instead of "v=7". (tags: cf8f1552-commit-instr)
Update log messages to say "v=8" instead of "v=7". (tags: cf8f1552-commit-instr)
View Article*MERGE* Merge latest trunk changes into this branch. (tags:...
*MERGE* Merge latest trunk changes into this branch. (tags: fts5-tokendata-prefix)
View ArticleAdd autotools-compatible overridable dir name vars for the various...
Add autotools-compatible overridable dir name vars for the various installation targets, calculated at make-time instead of exported at configure-time for reasons explained at length in the...
View ArticleAn experiment in hybridizing overriding of autotools-conventional XYZdir...
An experiment in hybridizing overriding of autotools-conventional XYZdir vars, the goal being to be able to provide both overrriding of them at configure-time and make-time with sensible semantics....
View ArticleAllow an fts5 table or query to be configured to collect xInstToken data for...
Allow an fts5 table or query to be configured to collect xInstToken data for any prefix terms as part of the first parse of the main index, if any. (tags: fts5-tokendata-prefix)
View ArticleFix T.exe typos in main.mk which break installation on platforms where that...
Fix T.exe typos in main.mk which break installation on platforms where that value is not empty. Also some unrelated doc tweaks. (tags: trunk)
View Article