Fix build break in [e2bd23f251359e7a]. (tags: build-break)
Fix build break in [e2bd23f251359e7a]. (tags: build-break)
View Article*MERGE* Merge back a sequence of three changes that were branched due to a...
*MERGE* Merge back a sequence of three changes that were branched due to a build break. (tags: trunk)
View ArticleStrive to make sorts stable in the mkpragmatab.tcl build script, so that we...
Strive to make sorts stable in the mkpragmatab.tcl build script, so that we get consistent amalgamations regardless of platform. [forum:/forumpost/c9914addebf3da51|Forum thread c9914addebf3da51]....
View ArticleReimplement testrunner_data.tcl::trd_get_bin_name() to assume a .exe...
Reimplement testrunner_data.tcl::trd_get_bin_name() to assume a .exe extension on all platforms not matching "unix", to avoid having to do file-exists checks. (tags: trunk)
View ArticleApproximately 100 typo corrections spanning the whole tree, submitted via...
Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments,...
View ArticleStrive to make sorts stable in the mkpragmatab.tcl build script, so that we...
Strive to make sorts stable in the mkpragmatab.tcl build script, so that we get consistent amalgamations regardless of platform. [forum:/forumpost/c9914addebf3da51|Forum thread c9914addebf3da51]....
View ArticleLatest upstream autosetup. Fixes two minor corner-case issues which we...
Latest upstream autosetup. Fixes two minor corner-case issues which we haven't yet seen in practice. (tags: trunk)
View ArticleBring the autosetup-related bits up to par with trunk. (tags: branch-3.49)
Bring the autosetup-related bits up to par with trunk. (tags: branch-3.49)
View ArticleIn the CLI, ensure that all calls to ctype.h macros are cast to unsigned...
In the CLI, ensure that all calls to ctype.h macros are cast to unsigned char. Apparently cygwin needs this. (tags: trunk)
View ArticleAdd an assert() in vdbesort.c to help both humans and static analyzer AIs...
Add an assert() in vdbesort.c to help both humans and static analyzer AIs understand why a particular array cannot overflow. (tags: trunk)
View ArticleUse SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_INIT for the...
Use SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_INIT for the SQLITE_WASM_EXTRA_INIT feature, as suggested in [forum:14183b98fc0b1dea|forum post 14183b98fc0b1dea]. This doesn't make a functional...
View ArticleEnsure that detection of control characters by comparison against 0x1f uses...
Ensure that detection of control characters by comparison against 0x1f uses unsigned characters. [forum:/forumpost/4c344ca61f|Forum post 4c344ca61f]. (tags: trunk)
View ArticleMinor configure script doc tweaks. This is also a note that the basic...
Minor configure script doc tweaks. This is also a note that the basic elements of the build run as-is on Haiku OS Beta 5 but the tcl bits do not (for lack of tclConfig.sh). (tags: trunk)
View ArticleInternal configure script cleanups. Resolve an as-yet-hypothetical corner...
Internal configure script cleanups. Resolve an as-yet-hypothetical corner case involving the --dev flag mixed with custom CFLAGS containing SQLITE_ENABLE... or SQLITE_OMIT... flags. Fix an unrelated...
View Article*MERGE* Merge all the latest trunk enhancements into the begin-concurrent...
*MERGE* Merge all the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch through...
*MERGE* Merge the latest trunk enhancements into the bedrock branch through the wal2 intermediary. (tags: bedrock)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleDocument the EXTRA_SRC makefile var and add --amalgamation-extra-src=list to...
Document the EXTRA_SRC makefile var and add --amalgamation-extra-src=list to the canonical-build configure script as the formal way to pass that at configure-time. (tags: trunk)
View ArticleMinor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8]. (tags: trunk)
Minor doc typo fixes via [forum:65bd941da8|forum post 65bd941da8]. (tags: trunk)
View Article