From: drh Date: Thu, 22 Jan 2004 23:38:21 +0000 (+0000) Subject: Fix typo. Ticket #577. (CVS 1196) X-Git-Tag: version-3.6.10~4872 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a8d6243bc746ff531e7dc294735a71e25b88dc30;p=thirdparty%2Fsqlite.git Fix typo. Ticket #577. (CVS 1196) FossilOrigin-Name: 3dc951951947a9188ecba1b84e48c65e34c4df16 --- diff --git a/manifest b/manifest index f75f7472ee..521ec18235 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C In\stest\sprograms,\san\sSQLITE_SCHEMA\sreturn\sis\sretried\srepeatedly,\snot\sjust\sonce.\s(CVS\s1195) -D 2004-01-21T13:35:14 +C Fix\stypo.\s\sTicket\s#577.\s(CVS\s1196) +D 2004-01-22T23:38:22 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -169,7 +169,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b F www/fileformat.tcl 56f77e435a6306b337b20b416e3b89500ba2d029 F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983 -F www/index.tcl 2e864feb4a0021ca6fda9d1828d8752c48338361 +F www/index.tcl b31c15e1b8bffea9a16793bc88d712a9dbbf3d8e F www/lang.tcl 6cb027f5483aa831752daeef0c946111af303713 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/nulls.tcl 38117d24afb81efd079b59723b985a6d654cc2e8 @@ -180,7 +180,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 -P c32a80fe3cd6dda5238e59bd48d9dd22b4856304 -R 4d8fa9f54561a82dbb49a8719308efd1 +P df3509e13dc05751b7a5af07b57bca449fe5244c +R a1c0ec9ce95261bea04d82449f802c30 U drh -Z 55a8ac8469bebdf209e75053490d54ae +Z 57b555ec3a70e65302149e827f2f3589 diff --git a/manifest.uuid b/manifest.uuid index afdb1d855f..09ac4c5902 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -df3509e13dc05751b7a5af07b57bca449fe5244c \ No newline at end of file +3dc951951947a9188ecba1b84e48c65e34c4df16 \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index 0a7f943e2d..e438156f4c 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -1,7 +1,7 @@ # # Run this TCL script to generate HTML for the index.html file. # -set rcsid {$Id: index.tcl,v 1.80 2003/12/15 17:51:19 drh Exp $} +set rcsid {$Id: index.tcl,v 1.81 2004/01/22 23:38:22 drh Exp $} puts { SQLite: An Embeddable SQL Database Engine @@ -198,7 +198,7 @@ $ make test Optional: run regression tests

If you prefer, you can also build by making whatever modifications you desire to the file "Makefile.linux-gcc" and then executing that -makefile. Tha latter method is used for all official development +makefile. The latter method is used for all official development and testing of SQLite and for building the precompiled binaries found on this website. Windows binaries are generated by cross-compiling from Linux using MinGW