]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactoring. Split btreeInt.h off from btree.c. Split malloc.c off from
authordrh <drh@noemail.net>
Sat, 5 May 2007 11:48:52 +0000 (11:48 +0000)
committerdrh <drh@noemail.net>
Sat, 5 May 2007 11:48:52 +0000 (11:48 +0000)
commita3152895711a9674be255f02cb9f4d5a364eb66e
treef1811f1e850eb301ffcc593ff0e6a5de4a983b3b
parent4500c430b0a126645348e499ecbf761109b6d5a2
Refactoring.  Split btreeInt.h off from btree.c.  Split malloc.c off from
util.c.  Expect much more to follow. (CVS 3925)

FossilOrigin-Name: 16041116aaaa2d52a289aa02a24bef579ba60896
12 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/btree.c
src/btreeInt.h [new file with mode: 0644]
src/malloc.c [new file with mode: 0644]
src/pager.c
src/sqliteInt.h
src/test1.c
src/util.c
tool/mksqlite3c.tcl