Rename --with-readline-ldflags/cflags to --with-readline-lib/inc because it...
Rename --with-readline-ldflags/cflags to --with-readline-lib/inc because it turns out that ldflags/cflags have (when passed an explicit value) the same semantics the legacy lib/inc flags. Still to-fix...
View ArticleBring the automated readline detection up to parity with the legacy configure...
Bring the automated readline detection up to parity with the legacy configure script. (tags: trunk)
View Articleconfigure: document why --enable-editline does not work and emit a warning...
configure: document why --enable-editline does not work and emit a warning with a potential alternative/workaround if it's used. Various cosmetic cleanups. (tags: trunk)
View ArticleMakefile.in: include CPPFLAGS in the CFLAGS, as the legacy Makefile.in did,...
Makefile.in: include CPPFLAGS in the CFLAGS, as the legacy Makefile.in did, because some downstream scripts rely on that. Remove a duplicated TCLLIBDIR assignment. (tags: trunk)
View Articleconfigure: add --with-icu-lib=LDFLAGS and --enable-icu-collations. Fix...
configure: add --with-icu-lib=LDFLAGS and --enable-icu-collations. Fix auto-reconfigure when flags contain spaces. (tags: trunk)
View ArticleEnsure that --disable-tcl is honored. Move LDFLAGS.icu from the CLI shell...
Ensure that --disable-tcl is honored. Move LDFLAGS.icu from the CLI shell target to LDFLAGS.libsqlite3. (tags: trunk)
View ArticleRe-add the --disable-static flag to (mostly) disable static lib build. Some...
Re-add the --disable-static flag to (mostly) disable static lib build. Some components require the static lib and will trump this preference if they are activated. Delete temp files created by...
View ArticleRemove some incorrect code comments. (tags: trunk)
Remove some incorrect code comments. (tags: trunk)
View ArticleHelp systems still using Tcl8.6 to compile tclsqlite.c by changing a typedef...
Help systems still using Tcl8.6 to compile tclsqlite.c by changing a typedef into a #define. (tags: trunk)
View ArticleImprovements to the PATTERN option of the "testrunner.tcl joblist" command....
Improvements to the PATTERN option of the "testrunner.tcl joblist" command. The pattern match is case insensitive and applies to the state and displaytype in addition to displayname. (tags: trunk)
View Article*MERGE* Merge latest trunk into this branch. (tags: fts5-tokendata-prefix)
*MERGE* Merge latest trunk into this branch. (tags: fts5-tokendata-prefix)
View ArticleWhen readline is enabled, attempt to determine whether the completion API is...
When readline is enabled, attempt to determine whether the completion API is compatible and, if it's not, disable it in the shell app. (tags: trunk)
View ArticleAdd --with-icu-inc=CFLAGS, but its justification (based on examination of a...
Add --with-icu-inc=CFLAGS, but its justification (based on examination of a downstream build script) as iffy, so this needs to be considered more closely before committing to it. (Edit: no, we don't...
View ArticleWhen ICU is enabled, ensure that the CLI shell build enables its feature flag...
When ICU is enabled, ensure that the CLI shell build enables its feature flag and include LDFLAGS_ICU in sqlite3.pc. (tags: trunk)
View ArticleRename --with-readline-lib/inc to --with-readline-ldflags/cflags, for...
Rename --with-readline-lib/inc to --with-readline-ldflags/cflags, for clarity, but retain the older names as aliases using autosetup's "hidden alias" feature. Rename the newly-added --with-icu-lib to...
View ArticleDoc additions and minor cleanups in the --flag alias handling. (tags: trunk)
Doc additions and minor cleanups in the --flag alias handling. (tags: trunk)
View ArticleGeneric cleanups in auto.def and hwaci-common.tcl. (tags: trunk)
Generic cleanups in auto.def and hwaci-common.tcl. (tags: trunk)
View ArticleRe-order the auto.def flags logical groups. Add some discrete bold formatting...
Re-order the auto.def flags logical groups. Add some discrete bold formatting to select configure output. Remove some dead code. Account for behavior misunderstanding of user-notice. Add the start of a...
View ArticleExpand the 'make help' target and clean up some overly-noisy configure...
Expand the 'make help' target and clean up some overly-noisy configure output. (tags: trunk)
View Article