Restructure [826bad10e9ccd6f71e] as that structure mysteriously breaks the...
Restructure [826bad10e9ccd6f71e] as that structure mysteriously breaks the --prefix=... configure flag. (tags: trunk)
View ArticleDiverse configure tweaks to better support package maintainers on the...
Diverse configure tweaks to better support package maintainers on the unix-on-windows environments like msys2, cygwin, and mingw, based largely on feedback in forum posts...
View ArticleConfigure script cosmetics: emit the host/build system info before the...
Configure script cosmetics: emit the host/build system info before the directory info. (Edit: this mysteriously broke the --prefix=... flag again) (Edit - no, it didn't - it was a test methodology...
View ArticleConfigure script cosmetics: emit the host/build system info before the...
Configure script cosmetics: emit the host/build system info before the directory info. (tags: branch-3.49)
View ArticleImproved help messages for the --escape option in the CLI. (tags: trunk)
Improved help messages for the --escape option in the CLI. (tags: trunk)
View ArticleFix harmless "unused parameter" compiler warnings. (tags: trunk)
Fix harmless "unused parameter" compiler warnings. (tags: trunk)
View ArticleChange the default control-character escape algorithm from "symbol" to...
Change the default control-character escape algorithm from "symbol" to "ascii", since the "ascii" algorithm works even on terminals that do not support unicode. (tags: trunk)
View ArticleFix a test case that was broken when the default --escape type was changed by...
Fix a test case that was broken when the default --escape type was changed by the previous check-in. (tags: trunk)
View ArticleApproximately 50 typo fixes, spanning the whole tree, contributed via...
Approximately 50 typo fixes, spanning the whole tree, contributed via [forum:006c8fa165083ac3|forum post 006c8fa165083ac3] and individually checked for correctness. Affects only code comments, docs,...
View ArticleDisable some misuse tests that sometimes cause segfaults during "make...
Disable some misuse tests that sometimes cause segfaults during "make releasetest". (tags: trunk)
View ArticleMore work on the sahpool digest fix. New/fixed versions can read legacy (no...
More work on the sahpool digest fix. New/fixed versions can read legacy (no digest) files but the reverse is only possible in limited circumstances (when files originated from a legacy version). The...
View ArticleFix a bug in mkwasmbuilds.c, introduced in [e4539ebebd89], which caused...
Fix a bug in mkwasmbuilds.c, introduced in [e4539ebebd89], which caused sqlite3.wasm to get deleted directly after it was built. (tags: trunk)
View Article*MERGE* Merge trunk into the sahpool-digest branch. (tags: sahpool-digest)
*MERGE* Merge trunk into the sahpool-digest branch. (tags: sahpool-digest)
View ArticleShift some bootstrapping configure bits to avoid emitting extra output if...
Shift some bootstrapping configure bits to avoid emitting extra output if --help is specified. (tags: trunk)
View Articleconfigure: extend the readline detection a bit so that it can find readline...
configure: extend the readline detection a bit so that it can find readline on termux environments without having to be told where it is. Fix a typo in a libedit-related message. (tags: trunk)
View ArticleUndo part of [69e83ab859c], as that order of operations breaks the...
Undo part of [69e83ab859c], as that order of operations breaks the --prefix=... configure flag. Found a workaround for the library version and OS/environment info being emitted when --help. (tags: trunk)
View ArticleTeach testrunner.tcl to identify an msys environment. (tags: trunk)
Teach testrunner.tcl to identify an msys environment. (tags: trunk)
View Article(Edit: Moved to a branch because this breaks "./configure && make devtest")...
(Edit: Moved to a branch because this breaks "./configure && make devtest") Teach testrunner how to run local binaries which have a .exe extension. Also teach it to recognized mingw...
View ArticleInternal doc typo fixes reported in [forum:01d15f21b6|forum post 01d15f21b6]....
Internal doc typo fixes reported in [forum:01d15f21b6|forum post 01d15f21b6]. (tags: build-break)
View ArticleAdd support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is...
Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE_EXTRA_INIT, but is called from within sqlite3_initialize() when the SQLITE_MUTEX_STATIC_MAIN mutex is still held. (tags: build-break)
View Article