]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fixes to the README.md file. No changes to code.
authordrh <drh@noemail.net>
Sun, 21 Dec 2014 11:56:02 +0000 (11:56 +0000)
committerdrh <drh@noemail.net>
Sun, 21 Dec 2014 11:56:02 +0000 (11:56 +0000)
FossilOrigin-Name: ef4b734d1ff3dbb9c802c60dc1384033fdfd87e5

README.md
manifest
manifest.uuid

index 5e52dea507a0fbd3a162c8d17374655b57f97625..ff8dc34aef3b4aacc5b83d5eb0b2af18c29973bf 100644 (file)
--- 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
index 24ba3c7b0a440e5e2bc008ab5e640f55201b8a2b..d7e15132e7bab91afa32e0f2e548725baa219349 100644 (file)
--- 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
index b62cc74d7ee3712d63278461faa298369234ca13..08ca74492bba1a729b5f9261c66fe4f1a61aa062 100644 (file)
@@ -1 +1 @@
-b9330b887cc8bed2b6b3e6c1b269788e08ccf50d
\ No newline at end of file
+ef4b734d1ff3dbb9c802c60dc1384033fdfd87e5
\ No newline at end of file