]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Progress toward implementation of sqlite3_config() and a rework of the
authordrh <drh@noemail.net>
Fri, 13 Jun 2008 18:24:27 +0000 (18:24 +0000)
committerdrh <drh@noemail.net>
Fri, 13 Jun 2008 18:24:27 +0000 (18:24 +0000)
commit40257ffd0a8fd292cd59769d8a1cd5873ae27fbb
treef369a8f6577d5768cdf1c22355f5984839e51d4f
parent655194d6ae6f8fde6184ce5e9d7b0a1965cb4973
Progress toward implementation of sqlite3_config() and a rework of the
mutex and memory allocation subsystems.  This is an incremental check-in. (CVS 5218)

FossilOrigin-Name: a03c5af115889f477e17187a198a7d2d40bc76bf
26 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/complete.c
src/global.c [new file with mode: 0644]
src/loadext.c
src/main.c
src/mem1.c
src/mem2.c
src/mem3.c
src/mem5.c
src/mutex.c
src/mutex.h
src/mutex_os2.c
src/mutex_unix.c
src/mutex_w32.c
src/os.c
src/os_os2.c
src/os_unix.c
src/os_win.c
src/sqlite.h.in
src/sqliteInt.h
src/util.c
test/zeroblob.test
tool/mksqlite3c.tcl