summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ... and bump the major, update should be completeespie2013-03-181-2/+2
|
* regen'd headersespie2013-03-182-4/+67
|
* cvs shat on itself all over again.espie2013-03-181-11/+3
| | | | creating conflicts out of nowhere as usual
* update to 3.7.15.2, tested by landry@/miod@espie2013-03-1870-1553/+3651
|
* deal with vendor branch sillyness: those files are goneespie2012-11-292-2198/+0
|
* bump major (new functions), regen relevant filesespie2012-11-293-30/+72
|
* lemon.c fixed differently upstream, solve conflictespie2012-11-291-42/+42
|
* minor update to 3.7.14.1espie2012-11-2969-1028/+3441
|
* let regen_headers also take care of sqlite3.pc.in => sqlite3.pcespie2012-08-272-4/+22
| | | | "moui" landry@
* Update version to 3.7.13 to match reality.landry2012-08-191-1/+1
| | | | ok espie@
* synch build after importespie2012-06-224-273/+72
|
* import 3.7.13espie2012-06-2241-451/+28802
| | | | okay jasper@
* stop editing header by hand, expose script I'm going to use for next versionsespie2012-06-042-1/+46
|
* fix autodetection, somehow I managed to lose that commit earlier ?espie2012-06-041-2/+5
| | | | (brad reminded me we have strerror_r too).
* finish synching libraryespie2012-06-042-3138/+1
|
* 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