From: drh Date: Sun, 21 Dec 2014 11:56:02 +0000 (+0000) Subject: Fixes to the README.md file. No changes to code. X-Git-Tag: version-3.8.8~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd31b4e709b65916083061a60f6bc055c5122cac;p=thirdparty%2Fsqlite.git Fixes to the README.md file. No changes to code. FossilOrigin-Name: ef4b734d1ff3dbb9c802c60dc1384033fdfd87e5 --- diff --git a/README.md b/README.md index 5e52dea507..ff8dc34aef 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ to the "sqlite3.dll" command line above. When debugging into the SQLite code, adding the "DEBUG=1" argument to one of the above command lines is recommended. -SQLite does not require Tcl to run, but a Tcl installation is required -by the makefiles (including those for MSVC). SQLite contains a lot of -generated code and Tcl is used to do much of that code generation. The -makefiles also require AWK. +SQLite does not require [Tcl](http://www.tcl.tk/) to run, but a Tcl installation +is required by the makefiles (including those for MSVC). SQLite contains +a lot of generated code and Tcl is used to do much of that code generation. +The makefiles also require AWK. ## Source Code Tour @@ -95,14 +95,14 @@ manually-edited files and automatically-generated files. The SQLite interface is defined by the **sqlite3.h** header file, which is generated from src/sqlite.h.in, ./manifest.uuid, and ./VERSION. The -Tcl script at tool/mksqlite3h.tcl does the conversion. The manifest.uuid -file contains the SHA1 hash of the particular check-in and is used to generate -the SQLITE_SOURCE_ID macro. The VERSION file contains the current SQLite -version number. The sqlite3.h header is really just a copy of src/sqlite.h.in -with the source-id and version number inserted at just the right spots. -Note that comment text in the sqlite3.h file is used to generate much of -the SQLite API documentation. The Tcl scripts used to generate that -documentation are in a separate source repository. +[Tcl script](http://www.tcl.tk) at tool/mksqlite3h.tcl does the conversion. +The manifest.uuid file contains the SHA1 hash of the particular check-in +and is used to generate the SQLITE\_SOURCE\_ID macro. The VERSION file +contains the current SQLite version number. The sqlite3.h header is really +just a copy of src/sqlite.h.in with the source-id and version number inserted +at just the right spots. Note that comment text in the sqlite3.h file is +used to generate much of the SQLite API documentation. The Tcl scripts +used to generate that documentation are in a separate source repository. The SQL language parser is **parse.c** which is generate from a grammar in the src/parse.y file. The conversion of "parse.y" into "parse.c" is done diff --git a/manifest b/manifest index 24ba3c7b0a..d7e15132e7 100644 --- a/manifest +++ b/manifest @@ -1,11 +1,11 @@ -C Support\smanually\sdisabling\soverlapped\sfile\sI/O\sfor\sWindows\ssub-platforms\sother\sthan\sWindows\sCE. -D 2014-12-20T22:21:49.905 +C Fixes\sto\sthe\sREADME.md\sfile.\s\sNo\schanges\sto\scode. +D 2014-12-21T11:56:02.079 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 6c4f961fa91d0b4fa121946a19f9e5eac2f2f809 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 F Makefile.msc b363b90fe1bfc3b87d190f2f728a126c00d9ce09 F Makefile.vxworks 034289efa9d591b04b1a73598623119c306cbba0 -F README.md 64f270c43c38c46de749e419c22f0ae2f4499fe8 +F README.md d58e3bebc0a4145e0f2a87994015fdb575a8e866 F VERSION d846487aff892625eb8e75960234e7285f0462fe F aclocal.m4 a5c22d164aff7ed549d53a90fa56d56955281f50 F addopcodes.awk 9eb448a552d5c0185cf62c463f9c173cedae3811 @@ -1234,7 +1234,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P cb3e4219ac9560d2773b85453aafda54b7c9346f -R ac9484154ad6b155e9718a0c54a2f6d5 -U mistachkin -Z f0b985b941d4fc82caba937840400408 +P b9330b887cc8bed2b6b3e6c1b269788e08ccf50d +R 92e5107af7d9564747f56fe6b5bf8f20 +U drh +Z 2bbd439edb2e1185c83f3c807f675b2f diff --git a/manifest.uuid b/manifest.uuid index b62cc74d7e..08ca74492b 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b9330b887cc8bed2b6b3e6c1b269788e08ccf50d \ No newline at end of file +ef4b734d1ff3dbb9c802c60dc1384033fdfd87e5 \ No newline at end of file