summaryrefslogtreecommitdiff
path: root/lib/libsqlite3
AgeCommit message (Collapse)Author
2012-04-22add missing defines, crucial: -DSQLITE_COREMarc Espie
used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded...
2012-04-22regen all files we can, prepare stuff to make sure it works even withoutMarc Espie
depend
2012-04-14clean-out ALL generated filesMarc Espie
2012-04-14oopsMarc Espie
2012-04-14crapola-generated, no need to do it each time.Marc Espie
2012-04-14zap parse.y, it's NOT yacc source code, and otherwise make depend will thinkMarc Espie
parse.[ch] comes from it.
2012-04-14OpenBSD compile gooMarc Espie
2012-04-14include file, mostly from sqlite.h.in, with parts un-autoconf'd sinceMarc Espie
we don't need most of the portability goo
2012-04-14extra src for us.Marc Espie
regen parse.c/parse.h with "lemon", no need to recompile every time. pthread_stub.c might(?) be needed for clean non-pthreads operation (to be checked, the nomutex stuff looks interesting)
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie