diff --git a/manifest b/manifest index bf04e04481..a150a55e4b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Null-terminate\sthe\sstrings\sarray\spassed\sto\sTcl_GetIndexFromObj.\s\sBug\nreported\son\sthe\smailing\slist.\s(CVS\s2596) -D 2005-08-16T11:11:35 +C Fix\stypo\sin\sdocumentation.\s(CVS\s2597) +D 2005-08-16T14:44:49 F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -292,8 +292,8 @@ F www/support.tcl 3955da0fd82be68cc5c83d347c05095e80967051 F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b -F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b -P 98338abf9e8cfbf8efa81cff0e40ea37e34fd9b2 -R ddcc61cc6e5eb18da4cb9da7131dfa97 +F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 +P 3a7918a66bf98368c2520f94e505a21a1df3383c +R 63a9f5eb3244f381a286f49ebce12b96 U drh -Z 806d3e0a09135a9c326a6a5972f3ea8d +Z d74c0b5a2a52e5b4808cc3ee0fe0cf28 diff --git a/manifest.uuid b/manifest.uuid index b54555e366..16ef4d2e34 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3a7918a66bf98368c2520f94e505a21a1df3383c \ No newline at end of file +32efcd24612908516fb5bc58ab3fe4790586a220 \ No newline at end of file diff --git a/www/whentouse.tcl b/www/whentouse.tcl index 46bf21a29a..54891c3632 100644 --- a/www/whentouse.tcl +++ b/www/whentouse.tcl @@ -1,7 +1,7 @@ # # Run this TCL script to generate HTML for the goals.html file. # -set rcsid {$Id: whentouse.tcl,v 1.5 2005/03/19 03:41:58 drh Exp $} +set rcsid {$Id: whentouse.tcl,v 1.6 2005/08/16 14:44:49 drh Exp $} source common.tcl header {Appropriate Uses For SQLite} @@ -47,7 +47,7 @@ this: Use SQLite in situations where simplicity of administration, implementation, and maintenance are more important than the countless complex features that enterprise database engines provide. As it turns out, situations where simplicity is the better choice -are more common that many people realize. +are more common than many people realize.