]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-11-06  danAdd tests for xInstToken() and prefix queries with...
2024-11-02  danAllow an fts5 table or query to be configured to collec...
2024-11-01  danMerge latest trunk changes into this branch.
2024-11-01  stephanWhen configuring with --with-wasi-sdk, ensure that...
2024-10-31  drhIn testrunner.tcl, only show the ETC on the status...
2024-10-31  drhFix the clean-autosetup target in Makefile.in so that...
2024-10-31  drhExtra defenses against UAF when failing to allocate...
2024-10-31  drhWhen building a shared library on Mac, one must specify...
2024-10-31  drhOmit unnecessary bold text in ./configure output.
2024-10-31  drhImproved differentiation between antirez and msteveb...
2024-10-31  stephanAdd a missing 'close' call to proj-file-content-list.
2024-10-31  stephanAdd -trim flag to proj-file-content.
2024-10-31  stephanRemove some proj-assert checks which are not valid...
2024-10-31  stephanWhen reading in .default-CFLAGS, trim it.
2024-10-31  stephanAdd the .POSIX special target to the main makefiles...
2024-10-31  stephanAdd more deps to T.tcl.env.sh so that it gets rebuilt...
2024-10-31  stephanIf a file named .default-CFLAGS exists in the build...
2024-10-31  stephanWhen --with-wasi-sdk is active, temporarily swap CC...
2024-10-31  stephanChange default CFLAGS to {-g -O2} to match the legacy...
2024-10-31  stephanFix a corner case in automatic TCLLIBDIR detection...
2024-10-31  stephanReimplement how the TCL-related environment vars are...
2024-10-30  stephanMinor cleanups to the linenoise flavor detection test.
2024-10-30  stephanMove the linenoise flavor check from auto.def to proj...
2024-10-30  stephanExpand [c0048e4482e9] to determine the linenoise API...
2024-10-30  stephanproj.tcl/main.mk doc updates. No functional changes.
2024-10-30  drhAdjust Makefile.in to honor the CC environment variable...
2024-10-30  drhFix the CLI so that it can use either the canonical...
2024-10-30  stephanClean up and add docs to the TCL vetting steps. Make...
2024-10-30  stephanRemove accommodation of the legacy-named shared librari...
2024-10-30  stephanGeneric makefile cleanups.
2024-10-30  stephanRe-enable exporting of TCLLIBDIR at configure-time...
2024-10-30  stephanWhen calculating the TCLLIBDIR in main.mk, allow the...
2024-10-29  stephanSplit the core-most CFLAGS, which should not be overrid...
2024-10-29  stephanTry to detect if --with-readline-cflags is passed a...
2024-10-29  stephanGeneral auto.def cleanups and docs.
2024-10-29  stephanReformulate the readline completion signature compatibi...
2024-10-29  stephanRename an almost-name-colliding auto.def function....
2024-10-29  stephanRemove some extraneous configure output.
2024-10-29  drhFix a typo in LICENSE.md
2024-10-29  stephanWhen either --readline or --editline are explicitly...
2024-10-29  stephanMinor --help text tweak.
2024-10-29  stephanAdd proj-assert proc and add a couple of asserts to...
2024-10-29  stephanTeach configure --editline to report itself to shell...
2024-10-29  stephanRemove LDFLAGS_LIBZ from sqlite3.pc.in (pkg-config...
2024-10-29  stephanRemove some dead auto.def code. Link tclsqlite3 shell...
2024-10-28  drhEnclose the generated "sqlite3.c" and "sqlite3.h" in...
2024-10-28  drhRemove unnecessary install-sh and spec.template files.
2024-10-28  stephanMinor makefile formatting cleanups. No functional changes.
2024-10-28  stephanCalculate TCLLIBDIR in the makefile targets which use...
2024-10-28  stephanRemove the ltmain.sh autotools remnant.
2024-10-28  drhRemove the never-used and never-documented and long...
2024-10-28  stephanPerform some makefile acrobatics to get the tclConfig...
2024-10-28  drhThe async extension was superseded by WAL mode about...
2024-10-28  danHave sqlite3_rsync avoid write-locking the origin database.
2024-10-28  drhOmit the antiquated and long-unsupport async extension... omit-async
2024-10-28  drhOmit ext/consio from the tree. No longer needed or...
2024-10-28  stephanUpdate Makefile.linux-generic to account for recent...
2024-10-28  stephanLink libtclsqlite3.so to libsqlite3.so, not libsqlite3.a.
2024-10-28  stephanRename the 'hwaci' auto.def utility API to the more...
2024-10-28  drhRemove the long-unused, legacy vsixtest/ logic from...
2024-10-28  stephanSimplify how hwaci-xfer-options-aliases figures out...
2024-10-28  danMerge latest trunk changes into this branch.
2024-10-28  stephanDocument why -IPREFIX/include is now part of T.cc.sqlite.
2024-10-28  stephanCorrect the default config value for HAVE_TCL (0 until...
2024-10-28  stephanHave --enable-editline fail rather than emit a warning...
2024-10-28  stephanDocs and small code cleanups in hwaci-common.tcl.
2024-10-28  stephanAdd --with-icu-config flag to use the icu-config binary...
2024-10-27  stephanExpand the 'make help' target and clean up some overly...
2024-10-27  stephanRe-order the auto.def flags logical groups. Add some...
2024-10-27  stephanGeneric cleanups in auto.def and hwaci-common.tcl.
2024-10-27  stephanDoc additions and minor cleanups in the --flag alias...
2024-10-27  stephanRename --with-readline-lib/inc to --with-readline-ldfla...
2024-10-27  stephanWhen ICU is enabled, ensure that the CLI shell build...
2024-10-27  stephanWhen readline is enabled, attempt to determine whether...
2024-10-27  drhFix build errors in fts5_tcl.c on Mac.
2024-10-27  danFix test code added by [ba358d26].
2024-10-27  danMerge latest trunk into this branch.
2024-10-27  drhImprovements to the PATTERN option of the "testrunner...
2024-10-27  drhHelp systems still using Tcl8.6 to compile tclsqlite...
2024-10-27  stephanRemove some incorrect code comments.
2024-10-27  stephanRe-add the --disable-static flag to (mostly) disable...
2024-10-27  stephanGeneric auto.def cleanups.
2024-10-27  stephanEnsure that --disable-tcl is honored. Move LDFLAGS...
2024-10-27  stephanconfigure: add --with-icu-lib=LDFLAGS and --enable...
2024-10-27  stephanMakefile.in: include CPPFLAGS in the CFLAGS, as the...
2024-10-27  stephanconfigure: document why --enable-editline does not...
2024-10-27  stephanBring the automated readline detection up to parity...
2024-10-27  stephanRename --with-readline-ldflags/cflags to --with-readlin...
2024-10-27  stephanCorrect sqlite3.pc to represent the library, not the...
2024-10-26  stephanGet --with-linenoise=DIR configure flag working.
2024-10-26  stephanRemove the install-lib makefile dep from install-tcl...
2024-10-26  stephanconfigure flag --disable-readline now trumps --with...
2024-10-26  stephanAdd new configure --with-readline-ldflags/cflags/header...
2024-10-26  danAdd test case for fts5 trigram tokenizer.
2024-10-26  drhIn Makefile.msc, build jimsh0.exe locally, not in the...
2024-10-26  stephanRemove LDFLAGS_ZLIB from sqlite3.pc.in because -lsqlite...
2024-10-26  stephanPatch bundle accumulated via /chat: add missing --enabl...
2024-10-26  drhFix a bug in the computation of LDFLAGS.libsqlite3...
2024-10-26  stephanAdd missing B.exe extension to src-verify, as reported...
2024-10-26  stephanDoc typo fix.
next