sqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free() instead of...
sqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free() instead of malloc()/free(). Reported in [forum:6b6cb3ddc8a89b55|forum post 6b6cb3dd]. (tags: trunk)
View ArticleChange a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD 1) per user request in...
Change a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD 1) per user request in [forum:24cf6020c6|forum post 24cf6020c6]. There's no semantic change for this tree, but this is consistent with how...
View ArticleRemove some dead makefile code. (tags: trunk)
Remove some dead makefile code. (tags: trunk)
View ArticleAdd the --enable-rbu configure flag and building of the commented-out rbu...
Add the --enable-rbu configure flag and building of the commented-out rbu binary. (tags: trunk)
View ArticleRoll back [47e50fa84dacf83c] for consistency with the legacy build....
Roll back [47e50fa84dacf83c] for consistency with the legacy build. sqlite3.pc is now generated equivalently to prior versions. (tags: trunk)
View ArticleEnhance the rpath configure check to honor --exec-prefix=... Remove some...
Enhance the rpath configure check to honor --exec-prefix=... Remove some debugging code and move other debugging code around. (tags: trunk)
View Articleauto.def: remove an extraneous global var, some dead tcl/makefile...
auto.def: remove an extraneous global var, some dead tcl/makefile code/comments, and some extraneous output. Rename an internal-use proc. Disable the ext/wasm cleanup in the top-level (dist)clean...
View ArticleEnsure that the one-line running status output from testrunner.tcl does not...
Ensure that the one-line running status output from testrunner.tcl does not exceed the 80-char line width of a standard terminal. (tags: trunk)
View ArticleRemove the --enable-rbu flag from the configure script, per /chat discussion,...
Remove the --enable-rbu flag from the configure script, per /chat discussion, because it's a highly niche feature not in active use. (tags: trunk)
View ArticleWork around a TCL {list-quoting} quirk when escaped/deferred var derefs are...
Work around a TCL {list-quoting} quirk when escaped/deferred var derefs are passed in as values to the autotools-conventional --XYZdir flags (as seen in a downstream package build script). (tags: trunk)
View ArticleHave the xBestIndex method of the generate_series virtual table ignore...
Have the xBestIndex method of the generate_series virtual table ignore contraints on the "value" column with usable=0. (tags: trunk)
View ArticleHave the xBestIndex method of the generate_series virtual table ignore...
Have the xBestIndex method of the generate_series virtual table ignore contraints on the "value" column with usable=0. (tags: branch-3.47)
View ArticleImprove the ".mode json" output of the CLI so that it encodes U+007f using an...
Improve the ".mode json" output of the CLI so that it encodes U+007f using an escape sequence. (tags: trunk)
View ArticleEnhance the --with-emsdk flag to use a default value of 'auto', meaning to...
Enhance the --with-emsdk flag to use a default value of 'auto', meaning to search the environment for it, and to fail fatally if --with-emsdk is explicitly provided but the SDK is not found. (tags: trunk)
View ArticleAdd autosetup/README.md - maintenance-related docs for SQLite developers...
Add autosetup/README.md - maintenance-related docs for SQLite developers (e.g. how to update autosetup). Start marking up the proj.tcl APIs with autosetup's doc markup so that they appear in the...
View ArticleAdd a section to autosetup/README.md describing the motivations for the more...
Add a section to autosetup/README.md describing the motivations for the more glaring design decisions. (tags: trunk)
View ArticleSplit the motivation of the makefile var naming convention into its doc own...
Split the motivation of the makefile var naming convention into its doc own section. (tags: trunk)
View ArticleMinor doc tweaks and typo fixes. (tags: trunk)
Minor doc tweaks and typo fixes. (tags: trunk)
View ArticleWhen constructing the auto-reconfigure commands, only quote args which look...
When constructing the auto-reconfigure commands, only quote args which look like they need it. Minor doc updates. (tags: trunk)
View Article