]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Typo fixes and additional background information in README.md.
authordrh <drh@noemail.net>
Mon, 1 Jun 2015 11:10:39 +0000 (11:10 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Jun 2015 11:10:39 +0000 (11:10 +0000)
FossilOrigin-Name: 9b8e5823bccf69f5cdedd8655e75df6e9718b809

README.md
manifest
manifest.uuid

index 1cb0c7cae5ea1f1180546f30f477e76c160aba57..dbc020574e2d7d055b5f570552e0bb5527bbec1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -178,7 +178,7 @@ complex code.  So there is a lot of complexity in the SQLite implementation.
 
 Key files:
 
-  *  **sqlite3.h** - This file defines the public interface to the SQLite
+  *  **sqlite.h.in** - This file defines the public interface to the SQLite
      library.  Readers will need to be familiar with this interface before
      trying to understand how the library works internally.
 
@@ -186,7 +186,7 @@ Key files:
      used internally by SQLite.
 
   *  **parse.y** - This file describes the LALR(1) grammer that SQLite uses
-     to parse SQL statements, and the actions that are taken at each stop
+     to parse SQL statements, and the actions that are taken at each step
      in the parsing process.
 
   *  **vdbe.c** - This file implements the virtual machine that runs
@@ -210,6 +210,17 @@ Key files:
      between SQLite and the underlying operating system using the run-time
      pluggable VFS interface.
 
+  *  **shell.c** - This file is not part of the core SQLite library.  This
+     is the file that, when linked against sqlite3.a, generates the
+     "sqlite3.exe" command-line shell.
+
+  *  **tclsqlite.c** - This file implements the Tcl bindings for SQLite.  It
+     is not part of the core SQLite library.  But as most of the tests in this
+     repository are written in Tcl, the Tcl language bindings are important.
+
+There are many other source files.  Each has a suscinct header comment that
+describes its purpose and role within the larger system.
+
 
 ## Contacts
 
index 7b8605d3c0f87d35c6679e4dfb4e01fe78cae107..d2a7b5d5ff00808c5809829554d591be04eccdea 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,11 +1,11 @@
-C Updates\sto\sconfigure.ac\sto\shelp\sit\sfind\swhere\sthe\sTCL\slibraries\shidden\non\sUbuntu\s14.04.
-D 2015-05-30T22:57:49.610
+C Typo\sfixes\sand\sadditional\sbackground\sinformation\sin\sREADME.md.
+D 2015-06-01T11:10:39.796
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 994bab32a3a69e0c35bd148b65cde49879772964
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
 F Makefile.msc d37d2c2323df3acae6e24c71a478889421c17264
 F Makefile.vxworks e1b65dea203f054e71653415bd8f96dcaed47858
-F README.md 0bfccb18927349653c09137a458b961fa8ab4cb9
+F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7
 F VERSION ce0ae95abd7121c534f6917c1c8f2b70d9acd4db
 F aclocal.m4 a5c22d164aff7ed549d53a90fa56d56955281f50
 F addopcodes.awk 9eb448a552d5c0185cf62c463f9c173cedae3811
@@ -1281,7 +1281,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 73fc058b3a74c1b018cff990de793f19a602c12f
-R 6be0a2acb8b138e304ff212c6a26c60d
+P c864ff912db8bc0a3c3ecc1ceac61a25332e76c5
+R 36a9006d323883fc8b82cd3617fe7735
 U drh
-Z d3293018ae234b91be7ef388addbca2d
+Z 5f89713174f72e7e8f725e1fe0117a4f
index 202770641ebc4c88c0bf5ac281b4a9157fb0cd51..a45b93450f0cf79e1f0564b456338c4cd08a58f0 100644 (file)
@@ -1 +1 @@
-c864ff912db8bc0a3c3ecc1ceac61a25332e76c5
\ No newline at end of file
+9b8e5823bccf69f5cdedd8655e75df6e9718b809
\ No newline at end of file