]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-11-08  danFix an assert() failure in sqlite3recover.c.
2024-11-08  stephanRemove one dep from .tclenv.sh which is only valid...
2024-11-08  stephanAdd 'tcl' makefile target which builds all but tclexten...
2024-11-08  stephanAdd missing CFLAGS.intree_includes to T.compile.tcl...
2024-11-08  stephanMore closely emulate the legacy build's handling of...
2024-11-08  stephanSupport clients passing in LDFLAGS to configure/make...
2024-11-08  stephanDisable setting of the SONAME (enabled by [2a2419ef742...
2024-11-07  danFix an OOB write that could occur in fts3 when dealing...
2024-11-07  stephanExtend the set of --flags which get cleared/unset when...
2024-11-07  stephanDoc touchups in the line-editing feature check code.
2024-11-07  stephantcl configuration: --with-tcl=prefix is equivalent...
2024-11-07  drhFurther improvements to the ".mode json" output in...
2024-11-07  stephanAutosetup doc touchups.
2024-11-07  stephanExtend the list of "truthy" config values to include...
2024-11-07  stephanAdd some internal docs to auto.def explaining certain...
2024-11-07  stephanDocument the purpose of a global auto.def var added...
2024-11-07  stephanWhen --with-linenoise refers to the msteveb flavor...
2024-11-07  stephanAdd mention of file-isexec in autosetup/README.md.
2024-11-07  stephanChange several 'file exists' checks for tclsh to file...
2024-11-07  stephanFor platforms where tclsh is found but tclConfig.sh...
2024-11-06  drhFix an FTS3 corruption test case that depends on the...
2024-11-06  stephanRe-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CO...
2024-11-06  stephanElaborate on how autosetup selects a tclsh to use.
2024-11-06  drhFix typo in the LICENSE.md file.
2024-11-06  stephanMinor doc tweaks.
2024-11-06  stephanWhen constructing the auto-reconfigure commands, only...
2024-11-06  stephanMinor doc tweaks and typo fixes.
2024-11-06  stephanSplit the motivation of the makefile var naming convent...
2024-11-06  stephanAdd a section to autosetup/README.md describing the...
2024-11-06  stephanAdd autosetup/README.md - maintenance-related docs...
2024-11-06  stephanEnhance the --with-emsdk flag to use a default value...
2024-11-05  drhImprove the ".mode json" output of the CLI so that...
2024-11-05  danHave the xBestIndex method of the generate_series virtu...
2024-11-05  stephanWork around a TCL {list-quoting} quirk when escaped...
2024-11-05  stephanRemove the --enable-rbu flag from the configure script...
2024-11-05  drhEnsure that the one-line running status output from...
2024-11-05  stephanauto.def: remove an extraneous global var, some dead...
2024-11-05  stephanEnhance the rpath configure check to honor --exec-prefi...
2024-11-05  stephanRoll back [47e50fa84dacf83c] for consistency with the...
2024-11-05  stephanAdd the --enable-rbu configure flag and building of...
2024-11-05  stephanRemove some dead makefile code.
2024-11-05  stephanChange a (#define HAVE_FCHMOD) to (#define HAVE_FCHMOD...
2024-11-05  stephansqlite3_stdio.c now uses sqlite3_malloc()/sqlite3_free...
2024-11-04  drhFix the percentile extension so that works as an indepe...
2024-11-04  drhFix harmless compiler warnings.
2024-11-04  drhEnsure that the database encoding is detected before...
2024-11-04  danAvoid loading the entire record into memory for an...
2024-11-04  stephanFix two mismatched uses of malloc() and sqlite3_free...
2024-11-04  stephanFix typo of --libexec ==> --libexecdir, discovered...
2024-11-04  stephanEnsure that the ext/wasm fiddle build undefines certain...
2024-11-04  stephanWhen installing the shared lib, re-activate the accommo...
2024-11-04  stephanMinor internal doc additions.
2024-11-04  stephanLatest upstream autosetup to get handling of (==ignorin...
2024-11-04  stephanLatest upstream jimsh0.c, which accounts for the proble...
2024-11-04  stephanMinor doc correction and proj.tcl-internal API renaming.
2024-11-03  stephanMove the .default-CFLAGS handling into a utility functi...
2024-11-03  stephanFix a CFLAGS.jimsh typo in Makefile.in. Change default...
2024-11-03  stephanIf any autotools-conventional dir names are explicitly...
2024-11-03  stephanWorkaround for a compiler-specific jimsh compilation...
2024-11-03  stephanMinor doc updates. Remove two outdated todos.
2024-11-03  stephanFix another T.exe typo and remove an outdated TODO.
2024-11-03  stephanFix T.exe typos in main.mk which break installation...
2024-11-02  stephanAn experiment in hybridizing overriding of autotools... autosetup-dir-overrides
2024-11-02  stephanAdd autotools-compatible overridable dir name vars...
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
next