Module Name:src
Committed By: joerg
Date: Fri Feb 5 21:48:52 UTC 2021
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
Reenable threadsafe sqlite.
Do it properly and only enable thread-safety, but not the worker thread
support. The latter is w
Module Name:src
Committed By: maya
Date: Fri Oct 30 12:32:04 UTC 2020
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Use the same macro used before for avoiding too large floats on vax.
This has the advantage of not changing the number for
Module Name:src
Committed By: martin
Date: Fri Oct 30 06:02:06 UTC 2020
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Instead of a random 'prohibitively high' value, use DBL_MAX so it builds on VAX
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: nia
Date: Thu Oct 29 16:35:33 UTC 2020
Modified Files:
src/external/public-domain/sqlite/lib: Makefile sqlite3.pc.in
Log Message:
sqlite: fts5 extension requires we link with -lm
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11
Module Name:src
Committed By: nia
Date: Thu Oct 29 12:38:06 UTC 2020
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
sqlite3: Turn on extensions that default-on using the configure script
Includes json1 and fts5, which are both needed by vario
Module Name:src
Committed By: christos
Date: Sat Dec 22 03:22:19 UTC 2018
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
remove stray line
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/public-domain/sqlite/dist
Module Name:src
Committed By: christos
Date: Wed Dec 19 22:21:14 UTC 2018
Modified Files:
src/external/public-domain/sqlite/dist: shell.c sqlite3.c
src/external/public-domain/sqlite/lib: shlib_version
src/external/public-domain/sqlite/man: Makefile SQLITE_AC
Module Name:src
Committed By: christos
Date: Sat Mar 11 16:29:52 UTC 2017
Modified Files:
src/external/public-domain/sqlite/dist: shell.c sqlite3.c
src/external/public-domain/sqlite/lib: shlib_version
src/external/public-domain/sqlite/man: Makefile SQLITE_AC
Module Name:src
Committed By: christos
Date: Sun Dec 18 16:58:17 UTC 2016
Modified Files:
src/external/public-domain/sqlite/man: SQLITE_ACCESS_EXISTS.3
SQLITE_CHANGESET_DATA.3 SQLITE_CHANGESET_OMIT.3
SQLITE_CHECKPOINT_PASSIVE.3 SQLITE_CONFIG_SINGLETH
Module Name:src
Committed By: christos
Date: Sun Dec 18 16:56:32 UTC 2016
Modified Files:
src/external/public-domain/sqlite/sqlite2mdoc: main.c
Log Message:
Don't emit $Mdocdate$ in the next regeneration.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/ex
Module Name:src
Committed By: martin
Date: Thu Oct 13 18:11:20 UTC 2016
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
PR lib/51533: make big endian arm support work again, patch from
R
Module Name:src
Committed By: christos
Date: Tue Oct 4 14:25:02 UTC 2016
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
Hack around ppc64.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/public-domain/sqlite/lib/Mak
Module Name:src
Committed By: mrg
Date: Wed Jul 6 08:01:30 UTC 2016
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
use -Wa,--warn on m68k. new sqlite generates a large jump table
that generates warnings (but should work).
To generate a dif
Module Name:src
Committed By: abhinav
Date: Mon Jul 4 03:04:25 UTC 2016
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Use constant.
This change was lost while resolving merge conflict as the lines had moved
around too much.
To generate
Module Name:src
Committed By: abhinav
Date: Sun Jul 3 17:07:39 UTC 2016
Modified Files:
src/external/public-domain/sqlite/man: Makefile
Added Files:
src/external/public-domain/sqlite/man: SQLITE_CHANGESET_DATA.3
SQLITE_CHANGESET_OMIT.3 SQLITE_INDEX_SCAN
Module Name:src
Committed By: abhinav
Date: Sun Jul 3 16:43:01 UTC 2016
Modified Files:
src/external/public-domain/sqlite/man: SQLITE_CHECKPOINT_PASSIVE.3
SQLITE_CONFIG_SINGLETHREAD.3 SQLITE_DBCONFIG_LOOKASIDE.3
SQLITE_DBSTATUS_LOOKASIDE_USED.3 SQLI
Module Name:src
Committed By: abhinav
Date: Sun Jul 3 10:27:00 UTC 2016
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
Don't use threads.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/public-domain/sqlite/Makefile
Module Name:src
Committed By: abhinav
Date: Sun Jul 3 10:23:31 UTC 2016
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Merge conflicts for sqlite-3.13.0
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/public-dom
Module Name:src
Committed By: abhinav
Date: Sun Jul 3 09:27:25 UTC 2016
Modified Files:
src/external/public-domain/sqlite/dist: shell.c
Log Message:
Mark the functions get2byteInt and get4byteInt as static to avoid
-Werror=missing-prototypes problems.
To generate a dif
Module Name:src
Committed By: christos
Date: Wed Mar 30 21:31:45 UTC 2016
Modified Files:
src/external/public-domain/sqlite: Makefile
Added Files:
src/external/public-domain/sqlite: README
src/external/public-domain/sqlite/man: Makefile SQLITE_ACCESS_EXISTS.
Module Name:src
Committed By: christos
Date: Wed Mar 30 21:30:21 UTC 2016
Added Files:
src/external/public-domain/sqlite/sqlite2mdoc: LICENSE.md Makefile
README.md main.c sqlite2mdoc.1
Log Message:
From: https://github.com/kristapsdz/sqlite2mdoc
To generate a
Module Name:src
Committed By: martin
Date: Wed Mar 12 20:00:22 UTC 2014
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Try to avoid using float constants out of range
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/extern
Module Name:src
Committed By: christos
Date: Fri Mar 7 18:37:48 UTC 2014
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
change CC to HOST_CC to avoid trying to find in an unpopulated
DSTDIR.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: dsl
Date: Wed Feb 19 19:29:33 UTC 2014
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
Add all: and dependall: tatgets so that sqlite3.pc actually gets built.
To generate a diff of this commit:
cvs rdiff -u -r1.4
Module Name:src
Committed By: christos
Date: Mon Feb 17 20:08:53 UTC 2014
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Added Files:
src/external/public-domain/sqlite/lib: sqlite3.pc.in
Removed Files:
src/external/public-domain/sqlite/lib:
Module Name:src
Committed By: christos
Date: Mon Feb 17 19:30:12 UTC 2014
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
use the constant definition
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/public-domain/s
Module Name:src
Committed By: martin
Date: Mon Feb 17 12:06:15 UTC 2014
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Fix bogus #ifdef __vax__
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/public-domain/sqlite/
Module Name:src
Committed By: christos
Date: Sun Feb 16 18:16:35 UTC 2014
Modified Files:
src/external/public-domain/sqlite/lib: shlib_version
Log Message:
bump
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/sqlite/lib/shlib_versio
Module Name:src
Committed By: christos
Date: Sun Feb 16 18:09:44 UTC 2014
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
merge conflicts.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/public-domain/sqlite/dist/sq
Module Name:src
Committed By: martin
Date: Fri Feb 15 07:59:37 UTC 2013
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
Backout libm dependency here as well (assuming it was meant for the
backed-out use of floor() I added/removed yesterday)
T
Module Name:src
Committed By: martin
Date: Thu Feb 14 21:07:26 UTC 2013
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Backout previous
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: matt
Date: Thu Feb 14 19:18:38 UTC 2013
Modified Files:
src/external/public-domain/sqlite/lib: Makefile
Log Message:
Link against libm
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public-domain/sqlite/lib/Makefile
Module Name:src
Committed By: martin
Date: Thu Feb 14 17:12:24 UTC 2013
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
When converting long double values to decimal, convert to int via
Module Name:src
Committed By: njoly
Date: Fri Dec 21 19:26:40 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
Fix unknown Fi macro.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/sqlite/dist/
Module Name:src
Committed By: christos
Date: Mon Dec 17 16:26:38 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
now that I know how to escape a period, nothing can stop me :-)
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: wiz
Date: Sun Dec 16 23:37:35 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
Fix some obvious problems and remove trailing whitespace.
Use more markup.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: wiz
Date: Sun Dec 16 22:46:45 UTC 2012
Update of /cvsroot/src/external/public-domain/sqlite/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv7706
Log Message:
Import sqlite3 man page from 3.7.15, in particular
sqlite-autoconf-3071500.tar.gz (using th
Module Name:src
Committed By: christos
Date: Sun Dec 16 20:31:07 UTC 2012
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
Log Message:
noman is no more
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/sqlite/bin/Makef
Module Name:src
Committed By: christos
Date: Sun Dec 16 20:25:40 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.1
Log Message:
convert to mdoc
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/public-domain/sqlite/dist
Module Name:src
Committed By: christos
Date: Sun Dec 16 20:04:19 UTC 2012
Update of /cvsroot/src/external/public-domain/sqlite/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv25378
Log Message:
from ubuntu-9.10
Status:
Vendor Tag: SQLITE
Release Tags: ubuntu-9-10
Module Name:src
Committed By: wiz
Date: Fri Jun 1 20:28:02 UTC 2012
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
Make HAVE_* define match what configure finds.
In particular, this enables usleep(3) (compared to using sleep(3) before).
ok jo
Module Name:src
Committed By: christos
Date: Wed Apr 11 00:41:41 UTC 2012
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
PR/46322: Pierre Pronchery: SQLite from base is compiled without
SQLITE_ENABLE_COLUMN_METADATA
XXX: Pullup for 6
To gene
Module Name:src
Committed By: wiz
Date: Fri Apr 6 09:21:40 UTC 2012
Modified Files:
src/external/public-domain/sqlite/lib: sqlite3.pc
Log Message:
Update version to 3.7.10, since that's what's currently in dist/
>From Ryo ONODERA in PR 46300.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Mon Feb 6 17:24:49 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Back out part of previous commit (no reason to define SQLITE_BIG_DBL
especially for VAX since it uses DBL_MAX from the VAX )
Module Name:src
Committed By: matt
Date: Sun Feb 5 17:55:13 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Make this compilable by VAX GCC 4.5
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/public-domain
Module Name:src
Committed By: joerg
Date: Sat Jan 28 23:55:37 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Merge Sqlite 3.7.10.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/public-domain/sqlite/dist/s
Module Name:src
Committed By: joerg
Date: Sat Jan 28 23:51:07 UTC 2012
Update of /cvsroot/src/external/public-domain/sqlite/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv21691
Log Message:
Update to sqlite 3.7.10:
- Default schema format changed to version 4
- Various bugfixes
Module Name:src
Committed By: martin
Date: Mon Jan 9 11:20:21 UTC 2012
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
When aggregate-allocating an index structure make sure to provide at least
natural alignement for pointers.
This makes fir
Module Name:src
Committed By: christos
Date: Fri Nov 11 01:34:18 UTC 2011
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
enable unlock notify
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/sqlite/Makef
Module Name:src
Committed By: christos
Date: Wed Nov 2 23:19:49 UTC 2011
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
fix vax floating point overflows.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/public-
Module Name:src
Committed By: he
Date: Sun Oct 16 21:31:16 UTC 2011
Modified Files:
src/external/public-domain/sqlite/bin: Makefile
Log Message:
Make this build statically also by linking with -lterminfo as well.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.
Module Name:src
Committed By: joerg
Date: Sun Oct 16 17:24:50 UTC 2011
Modified Files:
src/external/public-domain/sqlite: Makefile.inc
Log Message:
Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/public
Module Name:src
Committed By: joerg
Date: Thu Oct 13 21:40:28 UTC 2011
Added Files:
src/external/public-domain/sqlite: Makefile Makefile.inc
src/external/public-domain/sqlite/bin: Makefile
src/external/public-domain/sqlite/lib: Makefile shlib_version
Module Name:src
Committed By: joerg
Date: Thu Oct 13 21:38:58 UTC 2011
Update of /cvsroot/src/external/public-domain/sqlite/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv14811
Log Message:
Import pre-release of SQLite 3.6.9 based on 8bf13b036a.
Status:
Vendor Tag: SQLITE
54 matches
Mail list logo