]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add a specially formatted comment to shell.c to make it easier for scripts to edit...
authordan <dan@noemail.net>
Fri, 7 Aug 2015 20:06:14 +0000 (20:06 +0000)
committerdan <dan@noemail.net>
Fri, 7 Aug 2015 20:06:14 +0000 (20:06 +0000)
FossilOrigin-Name: 6d47b35ad10e85f27d1c446586e8c798cce4911d

manifest
manifest.uuid
src/shell.c

index f50ad888299ce5f44895a575e8c0b8f0170dba69..6aa81120ee1b3e504935c167a343bdd0d96e8e31 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C increase\sthe\sversion\snumber\sto\s3.8.12
-D 2015-08-06T12:54:13.800
+C Add\sa\sspecially\sformatted\scomment\sto\sshell.c\sto\smake\sit\seasier\sfor\sscripts\sto\sedit.\sNo\scode\schanges.
+D 2015-08-07T20:06:14.915
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 2fc9ca6bf5949d415801c007ed3004a4bdb7c380
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -333,7 +333,7 @@ F src/random.c ba2679f80ec82c4190062d756f22d0c358180696
 F src/resolve.c 2d47554370de8de6dd5be060cef9559eec315005
 F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
 F src/select.c 57ef3d98c4400b93eea318813be41b2af2da2217
-F src/shell.c 8af3cced094aebb5f57a8ad739b9dafc7867eed7
+F src/shell.c b1f91e60918df3a68efad1e3a11696b9a7e23d23
 F src/sqlite.h.in 447ead0a6b3293206f04a0896553955d07cfb4b9
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h a0b948ebc89bac13941254641326a6aa248c2cc4
@@ -1370,7 +1370,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 483ebe8989ed7dbe197fe84e3eef6e76fa828e14
-R 72d1d4236810d5582f0e880ecec0e435
-U drh
-Z 8a021c02e13a3c92d09628068d66bcc9
+P e596a6b63f3a18c26352b1b3e67bb282fdec8055
+R c653c71174c2ae0a492775d5d9b3d666
+U dan
+Z 3cba3a9aa49841042097db6ccc896adf
index 324f248532735c9921b9c0ffd126a8e4f535ccda..feb72d50e7f7ec1626dcbfd5101c7c786ca54255 100644 (file)
@@ -1 +1 @@
-e596a6b63f3a18c26352b1b3e67bb282fdec8055
\ No newline at end of file
+6d47b35ad10e85f27d1c446586e8c798cce4911d
\ No newline at end of file
index d097e913a3b43cc2466522f83218fa07d75b411b..c289998a7b69791cc58784c405a3f0df2c810c39 100644 (file)
@@ -1319,6 +1319,8 @@ static int display_stats(
     fprintf(pArg->out, "Virtual Machine Steps:               %d\n", iCur);
   }
 
+  /* Do not remove this machine readable comment: extra-stats-output-here */
+
   return 0;
 }