From: drh Date: Tue, 10 May 2011 10:17:02 +0000 (+0000) Subject: Add new documentation keywords to the sqlite3_vfs description. X-Git-Tag: version-3.7.7~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9d45e347e21fde1449c471ef81bfb9b7054ab4a;p=thirdparty%2Fsqlite.git Add new documentation keywords to the sqlite3_vfs description. FossilOrigin-Name: ad3389a9ab07f6b811841ffa76a5292719c4487d --- diff --git a/manifest b/manifest index daee9754e7..2418251fb3 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Return\sa\ssuitable\serror\smessage\sif\sthe\smode=\sargument\sto\sa\sURI\sspecifies\na\shigher\smode\sthan\swhat\sis\sallowed\sby\scontext.\s\sOther\sminor\scleanups\sfor\nthe\sURI\sparsing\slogic. -D 2011-05-09T19:20:17.775 +C Add\snew\sdocumentation\skeywords\sto\sthe\ssqlite3_vfs\sdescription. +D 2011-05-10T10:17:02.660 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 7a4d9524721d40ef9ee26f93f9bd6a51dba106f2 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -179,7 +179,7 @@ F src/resolve.c 1c0f32b64f8e3f555fe1f732f9d6f501a7f05706 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697 F src/select.c d9d440809025a58547e39f4f268c2a296bfb56ff F src/shell.c 72e7e176bf46d5c6518d15ac4ad6847c4bb5df79 -F src/sqlite.h.in 41a0e4bc842917226e170273f64b95717a63270a +F src/sqlite.h.in 6e1af9733864bacbb4b5b821290f5395319f3259 F src/sqlite3ext.h c90bd5507099f62043832d73f6425d8d5c5da754 F src/sqliteInt.h b34bd64a7ade4808fcc301e0bb67ef5051ea49c6 F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d @@ -935,7 +935,7 @@ F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P ca3797d4967361e31a8a5ce1ce8190b095f3ed4c -R fbfaa47316ae48b91e92f26cbe2f2742 +P d9bc1c7fe0ca5f6973a85827330958f4d09f8171 +R a4c51c77960c2b3e78f68dee95566335 U drh -Z 82e3dc394cc5052bfb9a5a6a21e4f298 +Z 5d4e7081fc9730bf21891a9cc297b17d diff --git a/manifest.uuid b/manifest.uuid index 2b8787f1e2..7523acf4d5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -d9bc1c7fe0ca5f6973a85827330958f4d09f8171 \ No newline at end of file +ad3389a9ab07f6b811841ffa76a5292719c4487d \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index d78daa7672..c83d0d70d4 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -758,6 +758,7 @@ typedef struct sqlite3_mutex sqlite3_mutex; /* ** CAPI3REF: OS Interface Object +** KEYWORDS: VFS VFSes ** ** An instance of the sqlite3_vfs object defines the interface between ** the SQLite core and the underlying operating system. The "vfs"