From: drh Date: Thu, 15 May 2008 19:43:52 +0000 (+0000) Subject: Add version tag comments to source files that lack them. X-Git-Tag: version-3.6.10~1041 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c3af6e3839c886233fcdee05b22b1a7ae89f640;p=thirdparty%2Fsqlite.git Add version tag comments to source files that lack them. Tickets #3118 and #3119. (CVS 5136) FossilOrigin-Name: cf1fb2d850c3eebc2f92159a156695b61f023202 --- diff --git a/manifest b/manifest index 51bcf0d68e..6843866b00 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\sthe\s"page_count"\spragma.\sReturns\sa\ssingle\sinteger\s-\sthe\snumber\sof\spages\sin\sthe\sspecified\sdatabase\sfile.\s(CVS\s5135) -D 2008-05-15T17:48:20 +C Add\sversion\stag\scomments\sto\ssource\sfiles\sthat\slack\sthem.\nTickets\s#3118\sand\s#3119.\s(CVS\s5136) +D 2008-05-15T19:43:53 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in 79aeba12300a54903f1b1257c1e7c190234045dd F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -94,14 +94,14 @@ F src/complete.c 4cf68fd75d60257524cbe74f87351b9848399131 F src/date.c e41ce4513fb0e359dc678d6bddb4ace135fe365d F src/delete.c d3fc5987f2eb88f7b9549d58a5dfea079a83fe8b F src/expr.c 89f192b22b8c06b61d9b944cb59f42370d80e362 -F src/fault.c f8728f9020a5da56cef8e4c69ca46790da193bbb +F src/fault.c 1f6177188edb00641673e462f3fab8cba9f7422b F src/func.c 77a910a1ca7613d291fd0b5cba3be14c02f0dce0 F src/hash.c fd8cb06fb54c2fe7d48c9195792059a2e5be8b70 F src/hash.h 031cd9f915aff27e12262cb9eb570ac1b8326b53 F src/insert.c 77f0829b3e2edd19e9238195c56b0d56ab000f17 F src/journal.c cffd2cd214e58c0e99c3ff632b3bee6c7cbb260e F src/legacy.c 8267890e6a0a71f13b680794520999c642299081 -F src/loadext.c 48455156d6044141d7e332c1b0b4647b3b8b8e66 +F src/loadext.c eac6c61810a3b531808774bec7f3d238cfe261f3 F src/main.c 2d1cf908a2e874f9bad7e8bff6b93c057dff6ba7 F src/malloc.c 12c1ae98ef1eff34b13c9eb526e0b7b479e1e820 F src/md5.c c5fdfa5c2593eaee2e32a5ce6c6927c986eaf217 @@ -635,7 +635,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 443cf1056c73ae89d0efcc7a462455c078b3a4a8 -R 96e9041aae6fa8722c29c429bd779ba8 -U danielk1977 -Z 5b148c1b18a27ad32a8908d4eed930da +P eb6985e69ce2a5e5e7361f6226d1cfc547fd441d +R 40df5eb9c2b6aa405017fd50a4509cca +U drh +Z 0c65751957e4871bfa542deba07b5612 diff --git a/manifest.uuid b/manifest.uuid index 3bbf611740..f824de0892 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -eb6985e69ce2a5e5e7361f6226d1cfc547fd441d \ No newline at end of file +cf1fb2d850c3eebc2f92159a156695b61f023202 \ No newline at end of file diff --git a/src/fault.c b/src/fault.c index cded2351d8..f96a3fe855 100644 --- a/src/fault.c +++ b/src/fault.c @@ -25,6 +25,8 @@ ** from production builds. But safety-critical systems who work ** under the motto "fly what you test and test what you fly" may ** choose to leave the fault injector enabled even in production. +** +** $Id: fault.c,v 1.6 2008/05/15 19:43:53 drh Exp $ */ #include "sqliteInt.h" diff --git a/src/loadext.c b/src/loadext.c index 8f1a864ea3..3ad0ab1677 100644 --- a/src/loadext.c +++ b/src/loadext.c @@ -11,6 +11,8 @@ ************************************************************************* ** This file contains code used to dynamically load extensions into ** the SQLite library. +** +** $Id: loadext.c,v 1.47 2008/05/15 19:43:53 drh Exp $ */ #ifndef SQLITE_CORE