]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the OS layer so that I/O routines are called through a virtual function
authordrh <drh@noemail.net>
Sat, 26 Nov 2005 00:25:00 +0000 (00:25 +0000)
committerdrh <drh@noemail.net>
Sat, 26 Nov 2005 00:25:00 +0000 (00:25 +0000)
commit9c06c95309ab7730db6442a0e192a8a86b3a0fac
tree297e22bca6307b037d8f709058fad465fdd4b2db
parentaa2289f89c9def1a983b6c557285c057186ffbc7
Modify the OS layer so that I/O routines are called through a virtual function
table.  The os_test.c module has been replaced by test6.c.  The crash tests
are busted now and need to be fixed. (CVS 2785)

FossilOrigin-Name: 1f69aec285dd8e26bd739d5e44bb50fe03a9682a
18 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/os.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pragma.c
src/tclsqlite.c
src/test1.c
src/test2.c
src/test6.c [new file with mode: 0644]
src/vacuum.c
src/vdbe.c
src/vdbeaux.c
test/crash.test
test/tester.tcl