]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Half-way through a major refactoring of the memory allocation.
authordrh <drh@noemail.net>
Thu, 16 Aug 2007 04:30:38 +0000 (04:30 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Aug 2007 04:30:38 +0000 (04:30 +0000)
commit174357527a47e97f3d782c1327be6dfd48f7082f
tree846ccc36dd9fae23e6c33b52686b4f742ca7640d
parent0e6f1546b05fd04fb3b3e963df948259683deee4
Half-way through a major refactoring of the memory allocation.
I have not even attempted to compile so I am certain there are
countless errors. (CVS 4231)

FossilOrigin-Name: deb7ecd65f7b83eaf0ba610eeef3b0ede61db1c3
53 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/btree.c
src/build.c
src/callback.c
src/date.c
src/delete.c
src/expr.c
src/func.c
src/hash.c
src/hash.h
src/insert.c
src/legacy.c
src/loadext.c
src/main.c
src/malloc.c
src/os_unix.c
src/pager.c
src/parse.y
src/pragma.c
src/prepare.c
src/printf.c
src/select.c
src/sqliteInt.h
src/test1.c
src/test3.c
src/test4.c
src/test5.c
src/test6.c
src/test7.c
src/test8.c
src/test_async.c
src/test_hexio.c
src/test_schema.c
src/test_tclvar.c
src/tokenize.c
src/trigger.c
src/update.c
src/utf.c
src/util.c
src/vacuum.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbeblob.c
src/vdbefifo.c
src/vdbemem.c
src/vtab.c
src/where.c