Do a better job of providing bug compatibility with SQLite 3.44.0. See...
Do a better job of providing bug compatibility with SQLite 3.44.0. See [forum:/forumpost/07e206fcd6|forum thread 07e206fcd6] for background. (tags: trunk)
View ArticleFurther improvements to the decision of whether or not a BLOB input is JSONB....
Further improvements to the decision of whether or not a BLOB input is JSONB. (tags: trunk)
View ArticleRemove an extra conditional that was inserted earlier today and which is...
Remove an extra conditional that was inserted earlier today and which is unreachable. (tags: trunk)
View ArticleGeneric cleanups and fixes in the teaish build. (tags: trunk)
Generic cleanups and fixes in the teaish build. (tags: trunk)
View ArticleLatest upstream jimtcl to fix rare segfault cases. (tags: trunk)
Latest upstream jimtcl to fix rare segfault cases. (tags: trunk)
View ArticleFix a problem in the fts5matchinfo.test file that prevented it from working...
Fix a problem in the fts5matchinfo.test file that prevented it from working on Mac. (tags: trunk)
View ArticleUpstream teaish fixes and improvements. (tags: trunk)
Upstream teaish fixes and improvements. (tags: trunk)
View ArticleTeaish internal API tweaks and ensure that -encoding utf-8 is used when...
Teaish internal API tweaks and ensure that -encoding utf-8 is used when source'ing test scripts. (tags: trunk)
View ArticleFix an off-by-one error in an assert(), discovered by oss-fuzz. This is a...
Fix an off-by-one error in an assert(), discovered by oss-fuzz. This is a harmless error in as much as assert()s are disabled in production builds, and because the off-by-one only occurs on nonsensical...
View Articleautoconf/tea: the default value of --threadsafe=X is now based on a pkgconfig...
autoconf/tea: the default value of --threadsafe=X is now based on a pkgconfig query using the target tclsh, which is much more reliable than grepping Tcl's linker flags. Doc touchups. (tags: trunk)
View Articleproj.tcl: correct the auto-reconfigure rules to include any X=Y passed to...
proj.tcl: correct the auto-reconfigure rules to include any X=Y passed to configure. Improve handling of quoted CFLAGS. (tags: trunk)
View Articletea: pull in upstream teaish. Consolidate the build definition from the...
tea: pull in upstream teaish. Consolidate the build definition from the upstream build and this one to ease maintenace. Improve compatibility with historical TEA usage of --with-tcl=... (it insists on...
View ArticleRemove long-obsolete performance testing scripts from the tools/ folder. The...
Remove long-obsolete performance testing scripts from the tools/ folder. The test/speedtest.tcl script is what should be used these days. This is just cruft clean-up. (tags: trunk)
View ArticleRemove a stray blank line from the test/testrunner.tcl script. (tags: trunk)
Remove a stray blank line from the test/testrunner.tcl script. (tags: trunk)
View ArticleFix testrunner.tcl so that it honors pattern matches in non-testfixture...
Fix testrunner.tcl so that it honors pattern matches in non-testfixture tests, such as fuzzcheck and sessionfuzz. (tags: trunk)
View ArticleEnhance testrunner.tcl so that it does not build testfixture unnecessarily -...
Enhance testrunner.tcl so that it does not build testfixture unnecessarily - if the pattern does not match any TCL test. (tags: trunk)
View ArticleIf the FUZZDB environment variable is set when running testrunner.tcl and...
If the FUZZDB environment variable is set when running testrunner.tcl and that env-var points to a fuzzcheck database, then suppliment the fuzzcheck tests with that extra database. (tags: trunk)
View ArticleTestrunner.tcl now runs fuzzcheck-asan and fuzzcheck-ubsan tests. (tags: trunk)
Testrunner.tcl now runs fuzzcheck-asan and fuzzcheck-ubsan tests. (tags: trunk)
View ArticleMake testrunner.tcl more restrictive about which configurations run...
Make testrunner.tcl more restrictive about which configurations run fuzzcheck-asan and fuzzcheck-ubsan. (tags: trunk)
View ArticleDo not run FUZZDB on either Windows-Memdebug or Windows-Win32Heap. (tags: trunk)
Do not run FUZZDB on either Windows-Memdebug or Windows-Win32Heap. (tags: trunk)
View Article