G-Fork

Check-in [71c8052e36]
Login

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

Overview
Comment:Initial code check-in
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 71c8052e3678fbb91554962cadc7fbadac5fca9c
User & Date: drh 2007-11-02 17:10:35.000
Context
2007-11-02
17:28
Back out CVS change 4495. Page cache pages are malloced separately now. The initial check-in was from CVS version 4522, BTW. check-in: c790fe258b user: drh tags: trunk
17:10
Initial code check-in check-in: 71c8052e36 user: drh tags: trunk
17:04
initial empty baseline check-in: 22ffceb915 user: drh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Added Makefile.linux-gcc.
Added README.
Added VERSION.
Added addopcodes.awk.
Added doc/lemon.html.
Added doc/report1.txt.
Added install-sh.
Added ltmain.sh.
Added main.mk.
Added mkdll.sh.
Added mkextu.sh.
Added mkextw.sh.
Added mkopcodec.awk.
Added mkopcodeh.awk.
Added mkso.sh.
Added publish.sh.
Added spec.template.
Added sqlite.pc.in.
Added sqlite3.1.
Added sqlite3.pc.in.
Added src/alter.c.
Added src/analyze.c.
Added src/attach.c.
Added src/auth.c.
Added src/btmutex.c.
Added src/btree.c.
Added src/btree.h.
Added src/btreeInt.h.
Added src/build.c.
Added src/callback.c.
Added src/complete.c.
Added src/date.c.
Added src/delete.c.
Added src/expr.c.
Added src/func.c.
Added src/hash.c.
Added src/hash.h.
Added src/insert.c.
Added src/journal.c.
Added src/legacy.c.
Added src/loadext.c.
Added src/main.c.
Added src/malloc.c.
Added src/mem1.c.
Added src/mem2.c.
Added src/mem3.c.
Added src/mutex.c.
Added src/mutex.h.
Added src/mutex_os2.c.
Added src/mutex_unix.c.
Added src/mutex_w32.c.
Added src/nohup.out.
Added src/os.c.
Added src/os.h.
Added src/os_common.h.
Added src/os_os2.c.
Added src/os_unix.c.
Added src/os_win.c.
Added src/pager.c.
Added src/pager.h.
Added src/parse.y.
Added src/pragma.c.
Added src/prepare.c.
Added src/printf.c.
Added src/random.c.
Added src/select.c.
Added src/shell.c.
Added src/sqlite.h.in.
Added src/sqlite3ext.h.
Added src/sqliteInt.h.
Added src/sqliteLimit.h.
Added src/table.c.
Added src/tclsqlite.c.
Added src/test1.c.
Added src/test2.c.
Added src/test3.c.
Added src/test4.c.
Added src/test5.c.
Added src/test6.c.
Added src/test7.c.
Added src/test8.c.
Added src/test9.c.
Added src/test_async.c.
Added src/test_autoext.c.
Added src/test_btree.c.
Added src/test_config.c.
Added src/test_hexio.c.
Added src/test_loadext.c.
Added src/test_malloc.c.
Added src/test_md5.c.
Added src/test_onefile.c.
Added src/test_schema.c.
Added src/test_server.c.
Added src/test_tclvar.c.
Added src/test_thread.c.
Added src/tokenize.c.
Added src/trigger.c.
Added src/update.c.
Added src/utf.c.
Added src/util.c.
Added src/vacuum.c.
Added src/vdbe.c.
Added src/vdbe.h.
Added src/vdbeInt.h.
Added src/vdbeapi.c.
Added src/vdbeaux.c.
Added src/vdbeblob.c.
Added src/vdbefifo.c.
Added src/vdbemem.c.
Added src/vtab.c.
Added src/where.c.
Added tclinstaller.tcl.
Added test/aggerror.test.
Added test/all.test.
Added test/alter.test.
Added test/alter2.test.
Added test/alter3.test.
Added test/altermalloc.test.
Added test/analyze.test.
Added test/async.test.
Added test/async2.test.
Added test/async3.test.
Added test/attach.test.
Added test/attach2.test.
Added test/attach3.test.
Added test/attachmalloc.test.
Added test/auth.test.
Added test/auth2.test.
Added test/autoinc.test.
Added test/autovacuum.test.
Added test/autovacuum_crash.test.
Added test/autovacuum_ioerr.test.
Added test/autovacuum_ioerr2.test.
Added test/avtrans.test.
Added test/badutf.test.
Added test/between.test.
Added test/bigfile.test.
Added test/bigrow.test.
Added test/bind.test.
Added test/bindxfer.test.
Added test/blob.test.
Added test/btree.test.
Added test/btree2.test.
Added test/btree4.test.
Added test/btree5.test.
Added test/btree6.test.
Added test/btree7.test.
Added test/btree8.test.
Added test/btree9.test.
Added test/busy.test.
Added test/cache.test.
Added test/capi2.test.
Added test/capi3.test.
Added test/capi3b.test.
Added test/capi3c.test.
Added test/cast.test.
Added test/check.test.
Added test/collate1.test.
Added test/collate2.test.
Added test/collate3.test.
Added test/collate4.test.
Added test/collate5.test.
Added test/collate6.test.
Added test/collate7.test.
Added test/collate8.test.
Added test/colmeta.test.
Added test/conflict.test.
Added test/corrupt.test.
Added test/corrupt2.test.
Added test/corrupt3.test.
Added test/corrupt4.test.
Added test/crash.test.
Added test/crash2.test.
Added test/crash3.test.
Added test/createtab.test.
Added test/date.test.
Added test/default.test.
Added test/delete.test.
Added test/delete2.test.
Added test/delete3.test.
Added test/descidx1.test.
Added test/descidx2.test.
Added test/descidx3.test.
Added test/diskfull.test.
Added test/distinctagg.test.
Added test/enc.test.
Added test/enc2.test.
Added test/enc3.test.
Added test/exclusive.test.
Added test/exclusive2.test.
Added test/exclusive3.test.
Added test/expr.test.
Added test/filefmt.test.
Added test/fkey1.test.
Added test/format4.test.
Added test/fts1a.test.
Added test/fts1b.test.
Added test/fts1c.test.
Added test/fts1d.test.
Added test/fts1e.test.
Added test/fts1f.test.
Added test/fts1i.test.
Added test/fts1j.test.
Added test/fts1k.test.
Added test/fts1l.test.
Added test/fts1m.test.
Added test/fts1n.test.
Added test/fts1o.test.
Added test/fts1porter.test.
Added test/fts2a.test.
Added test/fts2b.test.
Added test/fts2c.test.
Added test/fts2d.test.
Added test/fts2e.test.
Added test/fts2f.test.
Added test/fts2g.test.
Added test/fts2h.test.
Added test/fts2i.test.
Added test/fts2j.test.
Added test/fts2k.test.
Added test/fts2l.test.
Added test/fts2m.test.
Added test/fts2n.test.
Added test/fts2o.test.
Added test/fts2token.test.
Added test/fts3aa.test.
Added test/fts3ab.test.
Added test/fts3ac.test.
Added test/fts3ad.test.
Added test/fts3ae.test.
Added test/fts3af.test.
Added test/fts3ag.test.
Added test/fts3ah.test.
Added test/fts3ai.test.
Added test/fts3aj.test.
Added test/fts3ak.test.
Added test/fts3al.test.
Added test/fts3am.test.
Added test/fts3an.test.
Added test/fts3ao.test.
Added test/fts3atoken.test.
Added test/fts3b.test.
Added test/fts3near.test.
Added test/func.test.
Added test/fuzz.test.
Added test/fuzz2.test.
Added test/fuzz_common.tcl.
Added test/fuzz_malloc.test.
Added test/hook.test.
Added test/icu.test.
Added test/in.test.
Added test/in2.test.
Added test/incrblob.test.
Added test/incrblob_err.test.
Added test/incrvacuum.test.
Added test/incrvacuum2.test.
Added test/incrvacuum_ioerr.test.
Added test/index.test.
Added test/index2.test.
Added test/index3.test.
Added test/insert.test.
Added test/insert2.test.
Added test/insert3.test.
Added test/insert4.test.
Added test/interrupt.test.
Added test/intpkey.test.
Added test/io.test.
Added test/ioerr.test.
Added test/ioerr2.test.
Added test/join.test.
Added test/join2.test.
Added test/join3.test.
Added test/join4.test.
Added test/join5.test.
Added test/journal1.test.
Added test/lastinsert.test.
Added test/laststmtchanges.test.
Added test/like.test.
Added test/limit.test.
Added test/loadext.test.
Added test/loadext2.test.
Added test/lock.test.
Added test/lock2.test.
Added test/lock3.test.
Added test/lock4.test.
Added test/main.test.
Added test/malloc.test.
Added test/malloc2.test.
Added test/malloc3.test.
Added test/malloc4.test.
Added test/malloc5.test.
Added test/malloc6.test.
Added test/malloc7.test.
Added test/malloc8.test.
Added test/malloc9.test.
Added test/mallocA.test.
Added test/mallocB.test.
Added test/mallocC.test.
Added test/mallocD.test.
Added test/malloc_common.tcl.
Added test/manydb.test.
Added test/memdb.test.
Added test/memleak.test.
Added test/minmax.test.
Added test/minmax2.test.
Added test/misc1.test.
Added test/misc2.test.
Added test/misc3.test.
Added test/misc4.test.
Added test/misc5.test.
Added test/misc6.test.
Added test/misc7.test.
Added test/misuse.test.
Added test/notnull.test.
Added test/null.test.
Added test/onefile.test.
Added test/openv2.test.
Added test/pager.test.
Added test/pager2.test.
Added test/pager3.test.
Added test/pageropt.test.
Added test/pagesize.test.
Added test/pragma.test.
Added test/pragma2.test.
Added test/printf.test.
Added test/progress.test.
Added test/ptrchng.test.
Added test/quick.test.
Added test/quote.test.
Added test/rdonly.test.
Added test/reindex.test.
Added test/rollback.test.
Added test/rowid.test.
Added test/safety.test.
Added test/schema.test.
Added test/schema2.test.
Added test/select1.test.
Added test/select2.test.
Added test/select3.test.
Added test/select4.test.
Added test/select5.test.
Added test/select6.test.
Added test/select7.test.
Added test/server1.test.
Added test/shared.test.
Added test/shared2.test.
Added test/shared3.test.
Added test/shared_err.test.
Added test/shortread1.test.
Added test/soak.test.
Added test/softheap1.test.
Added test/sort.test.
Added test/speed1-1k.test.
Added test/speed1-2k.test.
Added test/speed1-4k.test.
Added test/speed1-8k.test.
Added test/speed1.test.
Added test/speed2.test.
Added test/speed3.test.
Added test/speed4.test.
Added test/sqllimits1.test.
Added test/subquery.test.
Added test/subselect.test.
Added test/substr.test.
Added test/sync.test.
Added test/table.test.
Added test/tableapi.test.
Added test/tclsqlite.test.
Added test/temptable.test.
Added test/tester.tcl.
Added test/thread001.test.
Added test/thread002.test.
Added test/thread1.test.
Added test/thread2.test.
Added test/thread_common.tcl.
Added test/threadtest1.c.
Added test/threadtest2.c.
Added test/tkt1435.test.
Added test/tkt1443.test.
Added test/tkt1444.test.
Added test/tkt1449.test.
Added test/tkt1473.test.
Added test/tkt1501.test.
Added test/tkt1512.test.
Added test/tkt1514.test.
Added test/tkt1536.test.
Added test/tkt1537.test.
Added test/tkt1567.test.
Added test/tkt1644.test.
Added test/tkt1667.test.
Added test/tkt1873.test.
Added test/tkt2141.test.
Added test/tkt2192.test.
Added test/tkt2213.test.
Added test/tkt2251.test.
Added test/tkt2285.test.
Added test/tkt2332.test.
Added test/tkt2339.test.
Added test/tkt2391.test.
Added test/tkt2409.test.
Added test/tkt2450.test.
Added test/tkt2640.test.
Added test/tkt2643.test.
Added test/tkt2686.test.
Added test/trace.test.
Added test/trans.test.
Added test/trigger1.test.
Added test/trigger2.test.
Added test/trigger3.test.
Added test/trigger4.test.
Added test/trigger5.test.
Added test/trigger6.test.
Added test/trigger7.test.
Added test/trigger8.test.
Added test/types.test.
Added test/types2.test.
Added test/types3.test.
Added test/unique.test.
Added test/update.test.
Added test/utf16.test.
Added test/utf16align.test.
Added test/vacuum.test.
Added test/vacuum2.test.
Added test/varint.test.
Added test/view.test.
Added test/vtab1.test.
Added test/vtab2.test.
Added test/vtab3.test.
Added test/vtab4.test.
Added test/vtab5.test.
Added test/vtab6.test.
Added test/vtab7.test.
Added test/vtab8.test.
Added test/vtab9.test.
Added test/vtabA.test.
Added test/vtab_alter.test.
Added test/vtab_err.test.
Added test/vtab_shared.test.
Added test/where.test.
Added test/where2.test.
Added test/where3.test.
Added test/where4.test.
Added test/where5.test.
Added test/zeroblob.test.
Added tool/diffdb.c.
Added tool/fragck.tcl.
Added tool/lemon.c.
Added tool/lempar.c.
Added tool/memleak.awk.
Added tool/memleak2.awk.
Added tool/memleak3.tcl.
Added tool/mkkeywordhash.c.
Added tool/mkopts.tcl.
Added tool/mksqlite3c.tcl.
Added tool/omittest.tcl.
Added tool/opcodeDoc.awk.
Added tool/report1.txt.
Added tool/showdb.c.
Added tool/showjournal.c.
Added tool/soak1.tcl.
Added tool/space_used.tcl.
Added tool/spaceanal.tcl.
Added tool/speedtest.tcl.
Added tool/speedtest2.tcl.
Added www/34to35.tcl.
Added www/arch.fig.
Added www/arch.gif.
Added www/arch.png.
Added www/arch.tcl.
Added www/arch2.fig.
Added www/arch2.gif.
Added www/arch2b.fig.
Added www/audit.tcl.
Added www/autoinc.tcl.
Added www/c_interface.tcl.
Added www/capi3.tcl.
Added www/changes.tcl.
Added www/common.tcl.
Added www/compile.tcl.
Added www/conflict.tcl.
Added www/copyright-release.html.
Added www/copyright-release.pdf.
Added www/copyright.tcl.
Added www/datatype3.tcl.
Added www/datatypes.tcl.
Added www/different.tcl.
Added www/direct1b.gif.
Added www/docs.tcl.
Added www/download.tcl.
Added www/dynload.tcl.
Added www/faq.tcl.
Added www/fileformat.tcl.
Added www/formatchng.tcl.
Added www/fullscanb.gif.
Added www/index-ex1-x-b.gif.
Added www/index.tcl.
Added www/indirect1b1.gif.
Added www/lang.tcl.
Added www/limits.tcl.
Added www/lockingv3.tcl.
Added www/mingw.tcl.
Added www/mkapidoc.tcl.
Added www/nulls.tcl.
Added www/oldnews.tcl.
Added www/omitted.tcl.
Added www/opcode.tcl.
Added www/optimizer.tcl.
Added www/optimizing.tcl.
Added www/optoverview.tcl.
Added www/pragma.tcl.
Added www/quickstart.tcl.
Added www/shared.gif.
Added www/sharedcache.tcl.
Added www/speed.tcl.
Added www/sqlite.tcl.
Added www/support.tcl.
Added www/table-ex1b2.gif.
Added www/tclsqlite.tcl.
Added www/vdbe.tcl.
Added www/version3.tcl.
Added www/whentouse.tcl.