]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactoring of the vdbe Mem functions and the APIs that deal with them.
authordrh <drh@noemail.net>
Wed, 26 May 2004 23:25:30 +0000 (23:25 +0000)
committerdrh <drh@noemail.net>
Wed, 26 May 2004 23:25:30 +0000 (23:25 +0000)
commit4f26d6c42911f7d6ee6daea5332bac4a128e7861
treef1bba5c42940c0e97cf8a5fcd73cac46b65c5429
parentf9b596ebc05ff3365bed6b8dafb02d251c652889
Refactoring of the vdbe Mem functions and the APIs that deal with them.
The code will not compile in its current state. (CVS 1465)

FossilOrigin-Name: bba6684d502ba1ecd9614d2470ec94296e3c07c2
15 files changed:
manifest
manifest.uuid
src/date.c
src/func.c
src/legacy.c
src/md5.c
src/sqlite.h.in
src/tclsqlite.c
src/test1.c
src/test4.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c [new file with mode: 0644]
src/vdbeaux.c
src/vdbemem.c [new file with mode: 0644]