Rename VERSION_XYZ to the more conventional PACKAGE_VERSION and remove the...
Rename VERSION_XYZ to the more conventional PACKAGE_VERSION and remove the unused VERSION_XY. (tags: trunk)
View ArticleExperimentally: when ./configure CC=foo is used in a non-cross-compilation...
Experimentally: when ./configure CC=foo is used in a non-cross-compilation build and CC_FOR_BUILD is not explicitly provided, force CC_FOR_BUILD to default to CC. This is debatable - see the code...
View ArticleFix BUILD_CFLAGS (for B.cc) to not inherit CFLAGS (which are only for T.cc)....
Fix BUILD_CFLAGS (for B.cc) to not inherit CFLAGS (which are only for T.cc). (tags: trunk)
View ArticleWhen --with-tclsh=X is used, use X for all TCL purposes, including in-tree...
When --with-tclsh=X is used, use X for all TCL purposes, including in-tree code generation, per developer request. (tags: trunk)
View ArticleUse (cc-with {-includes stdint.h}) when checking for the various int types...
Use (cc-with {-includes stdint.h}) when checking for the various int types because, despite it being C99, it turns out that we do indeed use it if it's available. (tags: trunk)
View ArticleCorrect unresolved @LIBS@ placeholder in sqlite3.pc.in. (tags: trunk)
Correct unresolved @LIBS@ placeholder in sqlite3.pc.in. (tags: trunk)
View ArticleDisable generation of config.defines.json until/unless it proves interesting....
Disable generation of config.defines.json until/unless it proves interesting. Honor the --disable-largefile flag. When installing libsqlite3.so and an older-style libtool installation is found, re-link...
View ArticleExpand the libtool-style link support from [0a50e33051] such that if...
Expand the libtool-style link support from [0a50e33051] such that if INSTALL_SO_086_LINKS=1 is passed to 'make install' then the libtool-style names are always linked in, regardless of whether they...
View ArticleRephrase 'older' as 'legacy' in the docs from [0a50e33051] and...
Rephrase 'older' as 'legacy' in the docs from [0a50e33051] and [2b2ca7dec18d]. (tags: trunk)
View ArticleAdd missing B.exe extension to src-verify, as reported in the forum. (tags:...
Add missing B.exe extension to src-verify, as reported in the forum. (tags: trunk)
View ArticleFix a bug in the computation of LDFLAGS.libsqlite3 introduced by...
Fix a bug in the computation of LDFLAGS.libsqlite3 introduced by [63218898ed0a6d46]. (tags: trunk)
View ArticleRemove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite3 already includes...
Remove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite3 already includes that. (tags: trunk)
View ArticleIn Makefile.msc, build jimsh0.exe locally, not in the source directory....
In Makefile.msc, build jimsh0.exe locally, not in the source directory. (tags: trunk)
View ArticleAdd test case for fts5 trigram tokenizer. (tags: trunk)
Add test case for fts5 trigram tokenizer. (tags: trunk)
View ArticleAdd new configure --with-readline-ldflags/cflags/header flags as brute-force...
Add new configure --with-readline-ldflags/cflags/header flags as brute-force method for clients to tell configure how to compile and link against readline. (tags: trunk)
View Articleconfigure flag --disable-readline now trumps --with-readline-... (tags: trunk)
configure flag --disable-readline now trumps --with-readline-... (tags: trunk)
View ArticleRemove the install-lib makefile dep from install-tcl, as it breaks...
Remove the install-lib makefile dep from install-tcl, as it breaks non-root-user invocations of 'make install-tcl' when the --prefix is left at its default and --with-tcl is explicitly provided. (tags:...
View ArticleGet --with-linenoise=DIR configure flag working. (tags: trunk)
Get --with-linenoise=DIR configure flag working. (tags: trunk)
View ArticleCorrect sqlite3.pc to represent the library, not the CLI shell. Remove the...
Correct sqlite3.pc to represent the library, not the CLI shell. Remove the half-baked an unused READLINE_H config define. Internal tcl doc fixes. (tags: trunk)
View Article