]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the OS interface layer to use traditional direct function call
authordrh <drh@noemail.net>
Fri, 6 Jan 2006 14:32:19 +0000 (14:32 +0000)
committerdrh <drh@noemail.net>
Fri, 6 Jan 2006 14:32:19 +0000 (14:32 +0000)
commit66560adab3473feb58436cb964f907ccd20991df
treecbf136dd406d0843cd2275e683e1e9a0af4a6928
parentc87d34d05d7e6d9421e2b2eddcf51991067286b2
Change the OS interface layer to use traditional direct function call
implementations instead of the more complicated virtual function table.
Omit the asynchronous I/O demo. (CVS 2870)

FossilOrigin-Name: 2529c2e11fa1d345ec61f647e4f6fae20a7133d6
29 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/btree.c
src/date.c
src/main.c
src/os.c
src/os.h
src/os_common.h
src/os_unix.c
src/os_win.c
src/pager.c
src/pragma.c
src/random.c
src/tclsqlite.c
src/test1.c
src/test2.c
src/test6.c
src/test_async.c [deleted file]
src/util.c
src/vacuum.c
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
test/async.test [deleted file]
test/crash.test
test/ioerr.test
test/malloc.test