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 | asciiMode |
Files: | files | file ages | folders |
SHA1: |
51f33cf1290cf767c1c6ba0228f4f30e |
User & Date: | mistachkin 2014-09-01 01:15:22.673 |
Context
2014-12-11
| ||
02:28 | Merge updates from trunk. (check-in: 5b5d3e4d0d user: mistachkin tags: asciiMode) | |
2014-09-01
| ||
01:15 | Merge updates from trunk. (check-in: 51f33cf129 user: mistachkin tags: asciiMode) | |
2014-08-30
| ||
15:49 | In the command-line shell, added options --lookaside, --pagecache, and --scratch used to configure auxiliary memories. (check-in: f61db04be4 user: drh tags: trunk) | |
2014-07-24
| ||
22:51 | Correct help text and make consistent use of snprintf. (check-in: 9c424a5c50 user: mistachkin tags: asciiMode) | |
Changes
Changes to VERSION.
Changes to autoconf/tea/Makefile.in.
Changes to autoconf/tea/configure.in.
Changes to autoconf/tea/tclconfig/tcl.m4.
Changes to configure.
Changes to ext/fts3/fts3_unicode.c.
Changes to ext/fts3/fts3_unicode2.c.
Changes to ext/fts3/unicode/mkunicode.tcl.
Changes to ext/misc/fileio.c.
Changes to ext/misc/spellfix.c.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree1.test.
Added ext/rtree/rtreeF.test.
Changes to src/analyze.c.
Changes to src/backup.c.
Changes to src/btmutex.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/hash.c.
Changes to src/hash.h.
Changes to src/insert.c.
Changes to src/legacy.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mutex.c.
Changes to src/mutex_noop.c.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/notify.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/os_win.h.
Changes to src/pager.c.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/pcache1.c.
Changes to src/pragma.c.
Changes to src/prepare.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/sqlite3.rc.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_intarray.c.
Changes to src/test_intarray.h.
Changes to src/test_multiplex.c.
Changes to src/test_multiplex.h.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/utf.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbeblob.c.
Changes to src/vdbemem.c.
Changes to src/vdbesort.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to test/alter4.test.
Changes to test/analyze9.test.
Changes to test/analyzeA.test.
Changes to test/corruptI.test.
Changes to test/e_createtable.test.
Changes to test/e_expr.test.
Changes to test/func3.test.
Changes to test/in4.test.
Changes to test/incrblob_err.test.
Changes to test/index7.test.
Changes to test/malloc.test.
Added test/mallocL.test.
Changes to test/malloc_common.tcl.
Changes to test/memsubsys1.test.
Changes to test/multiplex.test.
Changes to test/pragma.test.
Changes to test/releasetest.tcl.
Added test/skipscan3.test.
Changes to test/spellfix.test.
Changes to test/table.test.
Changes to test/tester.tcl.
Changes to test/tkt-80e031a00f.test.
Changes to test/trace.test.
Added test/unique2.test.
Changes to test/where9.test.
Changes to test/whereJ.test.
Changes to tool/mkautoconfamal.sh.
Changes to tool/showdb.c.