SQLite

Check-in [c458db41bb]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge updates from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | expShell
Files: files | file ages | folders
SHA1: c458db41bbb6bd13d47531685e25a09f512c7f5f
User & Date: mistachkin 2015-04-07 21:18:18.000
Context
2015-04-16
04:20
Merge updates from trunk. (Closed-Leaf check-in: 22827542a5 user: mistachkin tags: expShell)
2015-04-07
21:18
Merge updates from trunk. (check-in: c458db41bb user: mistachkin tags: expShell)
21:17
Correct typo in new test numbering. (check-in: d176c9fa4c user: mistachkin tags: expShell)
15:39
Avoid signed integer overflow when converting oversized in-line integer widths and precisions in printf(). (check-in: 8e4ac2ce24 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to configure.
Changes to configure.ac.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to main.mk.
Changes to mptest/mptest.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pcache1.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/status.c.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vtab.c.
Changes to test/attach.test.
Added test/btree02.test.
Added test/corruptJ.test.
Changes to test/e_walauto.test.
Changes to test/fts3atoken.test.
Changes to test/fts3fault2.test.
Changes to test/fts3prefix.test.
Changes to test/misc1.test.
Changes to test/printf.test.
Changes to test/selectA.test.
Changes to test/shell4.test.
Changes to test/vtab1.test.
Changes to test/vtab2.test.
Changes to test/walblock.test.
Changes to test/win32lock.test.
Changes to test/with1.test.
Changes to test/without_rowid6.test.
Changes to tool/build-all-msvc.bat.
Changes to tool/lemon.c.
Changes to tool/mksqlite3c-noext.tcl.
Changes to tool/mksqlite3c.tcl.
Changes to tool/mksqlite3h.tcl.
Added tool/showlocks.c.