CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/11 20:08:36
Modified files:
lib/libsqlite3 : Makefile VERSION mkopcodeh.awk shlib_version
sqlite3.pc
lib/libsqlite3/ext/fts3: fts3.c fts3Int.h fts3_aux.c fts3_expr.c
fts3_icu.c fts3_snippet.c fts3_term.c
fts3_tokenize_vtab.c fts3_tokenizer.c
fts3_write.c
lib/libsqlite3/ext/fts3/unicode: mkunicode.tcl
lib/libsqlite3/ext/icu: icu.c
lib/libsqlite3/ext/misc: fuzzer.c spellfix.c
lib/libsqlite3/ext/rtree: rtree.c rtree9.test rtreeC.test
rtreeE.test sqlite3rtree.h
lib/libsqlite3/src: alter.c analyze.c attach.c backup.c bitvec.c
btree.c btreeInt.h build.c complete.c
ctime.c date.c delete.c expr.c fkey.c func.c
global.c insert.c lempar.c loadext.c main.c
malloc.c msvc.h mutex.c mutex_noop.c
mutex_unix.c mutex_w32.c os_common.h
os_unix.c os_win.c pager.c pager.h parse.y
pcache.c pcache.h pcache1.c pragma.c
pragma.h prepare.c printf.c resolve.c
select.c sqlite.h.in sqlite3.h sqlite3ext.h
sqliteInt.h table.c tclsqlite.c test1.c
test_blob.c test_config.c test_intarray.c
test_malloc.c test_multiplex.c test_mutex.c
test_onefile.c test_osinst.c test_rtree.c
test_vfs.c tokenize.c trigger.c update.c
util.c vacuum.c vdbe.c vdbe.h vdbeInt.h
vdbeapi.c vdbeaux.c vdbemem.c vdbesort.c
vdbetrace.c vtab.c wal.c where.c whereInt.h
lib/libsqlite3/tool: build-all-msvc.bat lemon.c mkpragmatab.tcl
mksqlite3c-noext.tcl mksqlite3c.tcl
mkvsix.tcl showdb.c spaceanal.tcl
warnings.sh
usr.bin/sqlite3: shell.c
Added files:
lib/libsqlite3/ext/fts3/unicode: parseunicode.tcl
lib/libsqlite3/src: dbstat.c treeview.c wherecode.c whereexpr.c
lib/libsqlite3/tool: fuzzershell.c loadfts.c sqldiff.c
Log message:
Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. Changes
available here: http://sqlite.org/changes.html
Tested in bulk by aja@. ok landry@ "Please crank sqlite when you get
this mail." deraadt@