]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 89)
authordrh <drh@noemail.net>
Fri, 9 Jun 2000 03:51:26 +0000 (03:51 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Jun 2000 03:51:26 +0000 (03:51 +0000)
FossilOrigin-Name: 8de283ded11351962523264584c60192d1d2a4ac

manifest
manifest.uuid
www/changes.tcl
www/index.tcl

index 5b2448754c615f4112110c488d9545f19ae41758..0a4ee43702dca8ac49adc050ce333812c9689909 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s88)
-D 2000-06-09T03:47:19
+C :-)\s(CVS\s89)
+D 2000-06-09T03:51:27
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in a0cc8da380c65002af452dfb72b3e82e1d33b04d
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -57,13 +57,13 @@ F www/arch.fig 12da66c71585fff95bda022a9e2efda903fe2a0b
 F www/arch.png 0aa280d90d1d9249fd7ce3f08d7a227ae2963b9d
 F www/arch.tcl 282d91f509aadd0873f8aa9b357a2c0b4b175979
 F www/c_interface.tcl 9ac800854272db5fe439e07b7435b243a5422293
-F www/changes.tcl 04e66b4257589ff78a7e1de93e9dda4725fb03d6
+F www/changes.tcl 61b29ddb4ab562e68d476516811e0abef22cdcb8
 F www/fileformat.tcl b11435fcd2cf2238a1c5e6d16fe5e83bcd14d434
-F www/index.tcl ecbcaab2fc36974f1de09e4c2d49683f83fb2e67
+F www/index.tcl 7d7f23b4c57008ea306aae80d2996ea7ce334f14
 F www/lang.tcl d694c3f3614aa6a6903923437d8f520a2ee97332
 F www/opcode.tcl 8be80bace48450ef4b9a34dcef4f846f7e5fb2b5
 F www/sqlite.tcl 5420eab24b539928f80ea9b3088e2549d34f438d
-P 3661b5ff93b01da7fea9f85370ecdda1402b7164
-R 1c91211af4f45cd4c54a752007d31361
+P 3252269e9005fe3f31f285506430e33d1031da88
+R 693a4b39d48843b6a30100b638054e5d
 U drh
-Z aa73dbfe7525340c7da35901373ae50e
+Z 9a71cbc5e14ec491ed85e04788c06b2c
index 1a5d8bf89af051be0d02b48ff900a4d0cc3093a0..5ea37d3935f1e0c85bbfbe712412491300103748 100644 (file)
@@ -1 +1 @@
-3252269e9005fe3f31f285506430e33d1031da88
\ No newline at end of file
+8de283ded11351962523264584c60192d1d2a4ac
\ No newline at end of file
index e04bba00207f90625babfbaef8e1df3d1db71b95..97a854ea7b27fe218509e2ea00f2d46d48d7d1c3 100644 (file)
@@ -17,6 +17,12 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2000 June 8} {
+<li>Added lots of new test cases</li>
+<li>Fix a few bugs discovered while adding test cases</li>
+<li>Begin adding lots of new documentation</li>
+}
+
 chng {2000 June 6} {
 <li>Added outer join operators: <B>UNION</b>, <b>UNION ALL</B>,
 <b>INTERSECT</b>, and <b>EXCEPT</b></li>
index a378cbfa630edc957847d7fe0332af9e6eec2e22..f2c52a2f398f35c049c6a28caab219bdb3c2a17c 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.16 2000/06/09 03:47:19 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.17 2000/06/09 03:51:27 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head>
@@ -96,6 +96,8 @@ Among the SQL features that SQLite does not currently implement are:</p>
 <li>The <a href="fileformat.html">file format</a> used by SQLite databases.</li>
 <li>The <a href="arch.html">Architecture of the SQLite Library</a> describes
     how the library is put together.  <b>(preliminary)</b></li>
+<li>A description of the <a href="opcode.html">virtual machine</a> that
+    SQLite uses to access the database.  <b>(preliminary)</b></li>
 <li>The <a href="lang.html">SQL Language</a> subset understood by SQLite.
     <b>(under development)</b></li>
 </ul>