]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2024-10-09  stephanMore work on the --with-tcl bits.
2024-10-09  stephanGet much of the --with-tcl-related bits working.
2024-10-08  stephanFix build portability problems discovered on an ARM...
2024-10-08  stephanGet some basic install rules working.
2024-10-08  stephanMake tool/emcc.sh.in Bourne-friendly.
2024-10-05  stephanMerge trunk into autosetup branch.
2024-10-05  stephanAdd ext/wasm to the top-level clean/distclean rules...
2024-10-04  danFix typo in documentation for SQLITE_SUBTYPE. No code...
2024-10-03  drhUnconditionally include <ctype.h> in sqliteInt...
2024-10-03  drhFix to the previous: The dbpageRollbackTo() method...
2024-10-03  drhFix missing return value from the new dbpageRollbackTo...
2024-10-02  drhModify the behavior of sqlite_dbpage so that the null...
2024-10-02  danFix a typo in fts5delete.test.
2024-10-02  danAdd the contentless_unindexed=1 option to fts5. This...
2024-10-02  drhAdjust the new truncation behavior of sqlite_dbpage...
2024-10-02  drhRemove all use of the "long double" data type from...
2024-10-02  drhRemove a few more traces of long double from the code. omit-long-double
2024-10-02  danEnsure that if sqlite3_snapshot_get() is called immedia...
2024-10-02  danMerge latest trunk changes into this branch. snapshot_get-locking
2024-10-02  danUpdate docs for sqlite3_snapshot_get().
2024-10-01  drhRemove all code that makes use of the C-language "long...
2024-10-01  drhNew #ifdefs to omit code that is unused when SQLITE_USE...
2024-10-01  stephanAnother comment about the LONGDOUBLE wasm topic. No...
2024-10-01  stephanUse the new SQLITE_USE_LONG_DOUBLE to disable long...
2024-10-01  drhAdd compile-time option -DSQLITE_USE_LONG_DOUBLE=0...
2024-10-01  stephanGet more of the CLI utils building.
2024-10-01  stephanCorrect missing LDFLAGS_ZLIB for libsqlite3.so.
2024-10-01  stephanFix reversed logic in the build/target/host names in...
2024-10-01  stephanAdd an #if'd-out block to sqlite3-wasm.c mentioning...
2024-09-30  stephanAdd static library build. Get build working (for a...
2024-09-30  drhFix the character width tables for the CLI such that...
2024-09-30  stephanMore generic build tinkering.
2024-09-30  danIn fts5, avoid starting a new merge of level L if there...
2024-09-30  stephanGeneric build tinkering.
2024-09-28  drhFix the CLI so that the --bom option only outputs a...
2024-09-28  danMerge trunk changes into this branch. fts5-contentless-unindexed
2024-09-28  stephanAdd another missing mkdir to the wasm build process.
2024-09-28  danAdd tests for DELETE on contentless, contentless-delete...
2024-09-28  stephanGet libsqlite3.so building.
2024-09-28  stephanComplete a line of documentation which was interrupted...
2024-09-28  stephanwasm: move the makefile-eval-generated fiddle rules...
2024-09-28  stephanEnsure that the temporary build dir is mkdir'd by wasm...
2024-09-28  stephanFor wasm builds: automatically use higher optimization...
2024-09-28  stephanLatest upstream autosetup for a --help fix on QNX.
2024-09-28  stephanMinor makefile doc fixes. No functional changes.
2024-09-28  stephanMerge trunk into autosetup branch for latest wasm pieces.
2024-09-28  stephanMerge wasm-build-rework branch into trunk. Summary...
2024-09-27  stephanFix fiddle build broken by recent build-level reworks... wasm-build-rework
2024-09-27  danExtra test cases for UPDATEs of contentless tables.
2024-09-27  danFix a problem with UPDATE statements that modify the...
2024-09-27  danFix a problem with UPDATEs that do not modify all UNIND...
2024-09-27  stephanMerge trunk into the autosetup branch.
2024-09-27  stephanSquash sign-comparison warnings reported in [forum...
2024-09-27  stephanAdd basic libreadline detection and build CLI shell.
2024-09-27  stephanGeneral tinkering and cleanups in the autosetup bits.
2024-09-27  danMerge trunk changes into this branch.
2024-09-27  danAllow UPDATEs of unindexed columns in fts5 contentless_...
2024-09-27  stephanRename TCL_GENERATOR to BTCL for consistency with BCC...
2024-09-27  stephanDisable the optional extending of JimTCL on the grounds...
2024-09-27  stephanGeneral auto.def cleanups, mostly around JimTCL. Swap...
2024-09-27  stephanTweak build to fall back to system-side tclsh if we...
2024-09-27  stephanRun all of the TCL-based code generators using JimTCL.
2024-09-27  stephanGenerate sqlite3.h/.c with jimsh, somewhat to my surprise.
2024-09-27  stephanExperimentally build shell.c using the autosetup-provid...
2024-09-27  stephanRemove some gratuitous overengineering before it can...
2024-09-27  stephanGet the generated .c/.h files generating.
2024-09-26  drhFix a harmless compiler warning in the CLI.
2024-09-26  stephanRe-indent some tcl code.
2024-09-26  stephanLatest hwaci-common.tcl after refactoring to facilitate...
2024-09-26  drhAdd the ext/misc/sqlite3_stdio.c portability interface...
2024-09-26  drhProvide SQLITE_U8TEXT_ONLY and SQLITE_U8TEXT_STDIO... cli-stdlib
2024-09-26  stephanGet lemon building. Re-indent hwaci-common.tcl for...
2024-09-26  stephanResolve a harmless compiler warning in QNX builds.
2024-09-26  danWhen possible, avoid taking wal file read-lock 0 in...
2024-09-26  stephanDo not remove *.def in the cleanup rules because auto...
2024-09-26  drhClarification of the meaning of the nByte parameter...
2024-09-26  stephanCleanups of the --with-wasi-sdk bits. Straighten out...
2024-09-26  stephanMerge current trunk into this branch.
2024-09-26  stephanRemove a misled acrobatics related to cross-compilation...
2024-09-26  drhFix shell test cases to account for recent additions...
2024-09-25  stephanTime for a break.
2024-09-25  stephanIntegrate the configure-time Emscripten bits.
2024-09-25  stephanFurther streamlining of auto.def.
2024-09-25  drhAlways show HTML table headers in ".www" output mode.
2024-09-25  drhAdd the --plain option to the ".www" dot-command.
2024-09-25  drhHave the zipfile and fileio extensions use sqlite3_stdi...
2024-09-25  stephanImprove common feature flag handling a bit.
2024-09-25  stephanLots of work on auto.def and the utility tcl lib. Still...
2024-09-25  drhRedirect timer output just like any other text.
2024-09-25  drhImprovements to ".www" and ".output -w" so that text...
2024-09-25  drhAdd the "www" output mode that include <table&gt...
2024-09-25  drhAlways include a UTF-8 BOM at the beginning of the...
2024-09-25  stephanChange --enable-tempstore to --with-tempstore to avoid...
2024-09-25  danPrevent regular DELETE and UPDATE statements from runni...
2024-09-25  drhFix stray fputs() calls in the CLI.
2024-09-25  drhUse sqlite3_fgets() instead of fgetc() to end the start...
2024-09-25  drhMerge trunk enhancements, and especially the zero-...
2024-09-25  drhIn the CLI, for columnar output formats, try to account...
2024-09-25  drhImprovements to comments on data structures and subrout... variable-width-char
2024-09-25  stephanBaby steps towards a working auto.def.
next