summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* minor update to 3.7.12.1espie2012-06-0411-90/+126
|
* some symbols actually changed.espie2012-05-241-3/+3
| | | | | | | | visible interface, not "officially" published, but still... technically visible. Better safe than sorry: major bump. as prodded/discussed with deraadt@
* fuck, forgot we still have !C99 compilersespie2012-05-241-1/+2
| | | | reminded by deraadt@
* those no longer belong, they've been move to the test/ directory upstreamespie2012-05-225-1438/+0
|
* lemon bug: checking lines is not enough, we have to be sure we're at theespie2012-05-221-1/+2
| | | | | end of file to make sure the include file hasn't been altered. problem reported by landry@, deraadt@
* bump version, regen sqlite3.h with our changes (and bump version)espie2012-05-223-9/+22
|
* merge syncespie2012-05-221-18/+16
|
* import sqlite 3.7.12 (tested by landry@)espie2012-05-2268-788/+6752
|
* add missing defines, crucial: -DSQLITE_COREespie2012-04-221-1/+4
| | | | | used while compiling extensions which are actually a part of the core, prevents segfaults because extensions have not been loaded...
* regen all files we can, prepare stuff to make sure it works even withoutespie2012-04-225-4064/+1436
| | | | depend
* clean-out ALL generated filesespie2012-04-141-2/+2
|
* oopsespie2012-04-141-6/+6
|
* crapola-generated, no need to do it each time.espie2012-04-142-1/+19
|
* zap parse.y, it's NOT yacc source code, and otherwise make depend will thinkespie2012-04-141-1408/+0
| | | | parse.[ch] comes from it.
* OpenBSD compile gooespie2012-04-142-0/+81
|
* include file, mostly from sqlite.h.in, with parts un-autoconf'd sinceespie2012-04-141-0/+6942
| | | | we don't need most of the portability goo
* extra src for us.espie2012-04-143-0/+4082
| | | | | | 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)
* sqlite 3.7.11 library, vendor sourcesespie2012-04-14258-0/+207683