From: drh Date: Mon, 20 Jul 2009 12:25:44 +0000 (+0000) Subject: Corrections to the comment that is inserted at the top of the amalgamation. X-Git-Tag: cvs-to-fossil-cutover~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8de5a17e47434d12f2f6dd93a1a4cd62554168db;p=thirdparty%2Fsqlite.git Corrections to the comment that is inserted at the top of the amalgamation. Ticket #3981. (CVS 6909) FossilOrigin-Name: 7572991bc2232f57d04c972d516a3e8f85f34f14 --- diff --git a/manifest b/manifest index 98b4515d66..ab2f218158 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Always\sprovide\sa\sname\sfor\sthe\sTEMP\sdatabase\seven\sif\sSQLite\sis\scompiled\susing\nSQLITE_OMIT_TEMPDB.\s(CVS\s6908) -D 2009-07-20T11:32:03 +C Corrections\sto\sthe\scomment\sthat\sis\sinserted\sat\sthe\stop\sof\sthe\samalgamation.\nTicket\s#3981.\s(CVS\s6909) +D 2009-07-20T12:25:45 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in df9359da7a726ccb67a45db905c5447d5c00c6ef F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -726,7 +726,7 @@ F tool/lempar.c 2ed70b3fc896a47e07fedfe543324f008f53d223 F tool/mkkeywordhash.c 511a848b2ac7a3d93f36adc1e1086b4c5741224b F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e x F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97 -F tool/mksqlite3c.tcl 671833bd775e76ebd922b9e82c2508a344562511 +F tool/mksqlite3c.tcl 2057e08b259f249a0c4c0170b436b2c2378b2245 F tool/mksqlite3internalh.tcl 7b43894e21bcb1bb39e11547ce7e38a063357e87 F tool/omittest.tcl 27d6f6e3b1e95aeb26a1c140e6eb57771c6d794a F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c @@ -741,7 +741,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/vdbe-compress.tcl 672f81d693a03f80f5ae60bfefacd8a349e76746 -P 22c6dbfdce965e32f3df9aec28e46e714620c362 -R 2c183c3fdd1c5601a0732392ed2fdcd5 +P 0ba17c04834c0a44c8690169c0096c1d9cf325e4 +R 05d0df7942efe746c1b7c880d4f23c65 U drh -Z 51277bce9c4728720f91c82a6909c0f8 +Z 5062f6f2c693df8ee94506f10a45abfa diff --git a/manifest.uuid b/manifest.uuid index cf238cd2ac..ccfdca5922 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0ba17c04834c0a44c8690169c0096c1d9cf325e4 \ No newline at end of file +7572991bc2232f57d04c972d516a3e8f85f34f14 \ No newline at end of file diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index 857ecfb7f5..dfc2812424 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -22,9 +22,9 @@ # The amalgamated SQLite code will be written into sqlite3.c # -# Begin by reading the "sqlite3.h" header file. Count the number of lines -# in this file and extract the version number. That information will be -# needed in order to generate the header of the amalgamation. +# Begin by reading the "sqlite3.h" header file. Extract the version number +# from in this file. The versioon number is needed to generate the header +# comment of the amalgamation. # if {[lsearch $argv --nostatic]>=0} { set addstatic 0 @@ -60,12 +60,12 @@ puts $out [subst \ ** This file is all you need to compile SQLite. To use SQLite in other ** programs, you need this file and the "sqlite3.h" header file that defines ** the programming interface to the SQLite library. (If you do not have -** the "sqlite3.h" header file at hand, you will find a copy in the first -** $cnt lines past this header comment.) Additional code files may be -** needed if you want a wrapper to interface SQLite with your choice of -** programming language. The code for the "sqlite3" command-line shell -** is also in a separate file. This file contains only code for the core -** SQLite library. +** the "sqlite3.h" header file at hand, you will find a copy embedded within +** the text of this file. Search for "Begin file sqlite3.h" to find the start +** of the embedded sqlite3.h header file.) Additional code files may be needed +** if you want a wrapper to interface SQLite with your choice of programming +** language. The code for the "sqlite3" command-line shell is also in a +** separate file. This file contains only code for the core SQLite library. ** ** This amalgamation was generated on $today. */