git: 7bba9d9473c0 - main - sqlite3: Vendor import of sqlite3 3.41.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Feb 2023 13:32:13 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/src/commit/?id=7bba9d9473c00cec825495543198768fe387ebf4
commit 7bba9d9473c00cec825495543198768fe387ebf4
Merge: 9ff3e8b7f090 615bd3eb2a22
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-02-28 13:28:07 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-02-28 13:28:07 +0000
sqlite3: Vendor import of sqlite3 3.41.0
Release notes at https://www.sqlite.org/releaselog/3_41_0.html.
Obtained from: https://www.sqlite.org/2023/sqlite-autoconf-3410000.tar.gz
MFC after: 2 weeks
Merge commit '615bd3eb2a2225e83e14d5b2a82649430889483c' into temp_merge
contrib/sqlite3/Makefile.msc | 1 +
contrib/sqlite3/configure | 20 +-
contrib/sqlite3/configure.ac | 2 +-
contrib/sqlite3/shell.c | 2188 ++++++++++++----
contrib/sqlite3/sqlite3.c | 4091 ++++++++++++++++++++----------
contrib/sqlite3/sqlite3.h | 238 +-
contrib/sqlite3/sqlite3ext.h | 4 +
contrib/sqlite3/sqlite3rc.h | 2 +-
contrib/sqlite3/tea/configure | 18 +-
contrib/sqlite3/tea/configure.ac | 2 +-
contrib/sqlite3/tea/generic/tclsqlite3.c | 3 +
11 files changed, 4643 insertions(+), 1926 deletions(-)