Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | minor update to 3.7.12.1 | 2012-06-04 | 11 | -90/+126 | ||
| | ||||||
* | some symbols actually changed. | 2012-05-24 | 1 | -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 compilers | 2012-05-24 | 1 | -1/+2 | ||
| | | | | reminded by deraadt@ | |||||
* | those no longer belong, they've been move to the test/ directory upstream | 2012-05-22 | 5 | -1438/+0 | ||
| | ||||||
* | lemon bug: checking lines is not enough, we have to be sure we're at the | 2012-05-22 | 1 | -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) | 2012-05-22 | 3 | -9/+22 | ||
| | ||||||
* | merge sync | 2012-05-22 | 1 | -18/+16 | ||
| | ||||||
* | import sqlite 3.7.12 (tested by landry@) | 2012-05-22 | 68 | -788/+6752 | ||
| | ||||||
* | add missing defines, crucial: -DSQLITE_CORE | 2012-04-22 | 1 | -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 without | 2012-04-22 | 5 | -4064/+1436 | ||
| | | | | depend | |||||
* | clean-out ALL generated files | 2012-04-14 | 1 | -2/+2 | ||
| | ||||||
* | oops | 2012-04-14 | 1 | -6/+6 | ||
| | ||||||
* | crapola-generated, no need to do it each time. | 2012-04-14 | 2 | -1/+19 | ||
| | ||||||
* | zap parse.y, it's NOT yacc source code, and otherwise make depend will think | 2012-04-14 | 1 | -1408/+0 | ||
| | | | | parse.[ch] comes from it. | |||||
* | OpenBSD compile goo | 2012-04-14 | 2 | -0/+81 | ||
| | ||||||
* | include file, mostly from sqlite.h.in, with parts un-autoconf'd since | 2012-04-14 | 1 | -0/+6942 | ||
| | | | | we don't need most of the portability goo | |||||
* | extra src for us. | 2012-04-14 | 3 | -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 sources | 2012-04-14 | 258 | -0/+207683 | ||