]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 105)
authordrh <drh@noemail.net>
Wed, 21 Jun 2000 14:00:39 +0000 (14:00 +0000)
committerdrh <drh@noemail.net>
Wed, 21 Jun 2000 14:00:39 +0000 (14:00 +0000)
FossilOrigin-Name: 516f022206a6000fb2a535c1dbf3e5cd9e077465

manifest
manifest.uuid
www/changes.tcl

index 91411719ac85db5139b170e7ec335e8a72bc872a..a1c0d5b0f067b32b83f06291ffb5931cbc67310d 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s104)
-D 2000-06-21T13:59:11
+C :-)\s(CVS\s105)
+D 2000-06-21T14:00:40
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in 4dc16840f68e3b599915e1ec8463d365474dd286
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -58,13 +58,13 @@ F www/arch.fig 4e26e9dca3c49724fc8f554c695ddea9f2413156
 F www/arch.png c4d908b79065a72e7dcf19317f36d1324c550e87
 F www/arch.tcl 4f6a9afecc099a27bba17b4f8cc9561abc15dc40
 F www/c_interface.tcl 8eb800f67e6896b1894d666b81c0b418cea09fc7
-F www/changes.tcl 160f7522145efaf49961f6cf3671c66c02f2207b
+F www/changes.tcl 0efac47d38f201e31428dc9f77846049a26e847b
 F www/fileformat.tcl b11435fcd2cf2238a1c5e6d16fe5e83bcd14d434
 F www/index.tcl 4116afce6a8c63d68882d2b00aa10b079e0129cd
 F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151
 F www/opcode.tcl 3cdc4bb2515fcfcbe853e3f0c91cd9199e82dadd
 F www/sqlite.tcl 9fdcfd48fe9e5669116d02f29b2608903f295740
-P af14a5b3ba4a13665142b700e8864bf63d591d95
-R 4b875fc1d381ebbdab00fc05e8ad8c74
+P e1bf96a467b739373191bf75e6a097fc0f24bffc
+R e797418066fd46003da2b962ee99d71d
 U drh
-Z e8d8e8697e4d556ecd0e3a4c2a206a66
+Z 9b7592dac834377e51fab9f36928bf0c
index 75bd74aa2411872668288d94a29b41786b94cf91..6bab81ef82d093edf3d3801b48122b19829c8baf 100644 (file)
@@ -1 +1 @@
-e1bf96a467b739373191bf75e6a097fc0f24bffc
\ No newline at end of file
+516f022206a6000fb2a535c1dbf3e5cd9e077465
\ No newline at end of file
index 95208815743ea32b58ba0a227a2a68e005ee136a..b1898d92f9d0d9b32a9a12e79e986d939cea0a88 100644 (file)
@@ -17,6 +17,11 @@ proc chng {date desc} {
   puts "<DD><P><UL>$desc</UL></P></DD>"
 }
 
+chng {2000 June 21} {
+<li>Clean up comments and variable names.  Changes to documentation.
+    No functional changes to the code.</li>
+}
+
 chng {2000 June 19} {
 <li>Column names in UPDATE statements were case sensitive.
     This mistake has now been fixed.</li>