]> git.ipfire.org Git - thirdparty/sqlite.git/commit
More work on refactoring of malloc() interfaces. There are still many errors. (CVS...
authordanielk1977 <danielk1977@noemail.net>
Thu, 16 Aug 2007 10:09:01 +0000 (10:09 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 16 Aug 2007 10:09:01 +0000 (10:09 +0000)
commit1e5369531e34650f0c1035072f0795da8496ab1a
treeef0d5b0d5848313f7557c581f716493836269c32
parent9fb3ecbc5b6328d05fdd210a3f8bf635d7bba8bd
More work on refactoring of malloc() interfaces. There are still many errors. (CVS 4233)

FossilOrigin-Name: 77b1671351fe94b0ebc126a63140643deae2aa64
44 files changed:
main.mk
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/btree.c
src/build.c
src/callback.c
src/complete.c
src/date.c
src/expr.c
src/func.c
src/hash.c
src/main.c
src/malloc.c
src/mutex.c
src/os_unix.c
src/pager.c
src/parse.y
src/pragma.c
src/prepare.c
src/printf.c
src/select.c
src/sqlite3ext.h
src/sqliteInt.h
src/table.c
src/test1.c
src/test2.c
src/test3.c
src/test5.c
src/test6.c
src/test8.c
src/tokenize.c
src/trigger.c
src/update.c
src/utf.c
src/util.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c
src/vtab.c
src/where.c