From: drh
Date: Mon, 12 Jun 2000 12:29:25 +0000 (+0000)
Subject: :-) (CVS 94)
X-Git-Tag: version-3.6.10~6006
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61fc2c6bf625689b8c44ffa900397ad9d4668642;p=thirdparty%2Fsqlite.git
:-) (CVS 94)
FossilOrigin-Name: 84b506b06c58b709a03921e2a09ef34acafb9a4e
---
diff --git a/manifest b/manifest
index 5e6b617fdc..e5b4813dda 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s93)
-D 2000-06-12T12:20:49
+C :-)\s(CVS\s94)
+D 2000-06-12T12:29:25
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in b5693de0513e32f6e51bf0d1c62ea0d6b9a6c5d6
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 9ac800854272db5fe439e07b7435b243a5422293
-F www/changes.tcl 49c6bb069304399f636a37c609da993cf4c38442
+F www/changes.tcl cc4cd86f914e6f74df310ce831f42ae377872f3d
F www/fileformat.tcl b11435fcd2cf2238a1c5e6d16fe5e83bcd14d434
F www/index.tcl 4116afce6a8c63d68882d2b00aa10b079e0129cd
F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151
F www/opcode.tcl 3cdc4bb2515fcfcbe853e3f0c91cd9199e82dadd
F www/sqlite.tcl 5420eab24b539928f80ea9b3088e2549d34f438d
-P 0f93c27cddb4254f72305ca3a64b77c2e7772c56
-R bd5f521fe3a6a6c0433519a44fdb2003
+P 3c0540e6fb103402c3f37fd2df17f9786b363db0
+R 99e4b358a80d190ed84563b0ca331e31
U drh
-Z 65d5d81332e112b45f79056cb6dde603
+Z 33fd740eb7418164407be11c56baa4b5
diff --git a/manifest.uuid b/manifest.uuid
index fa45e887f5..4831441bfe 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-3c0540e6fb103402c3f37fd2df17f9786b363db0
\ No newline at end of file
+84b506b06c58b709a03921e2a09ef34acafb9a4e
\ No newline at end of file
diff --git a/www/changes.tcl b/www/changes.tcl
index 144df2a5bc..387a244cda 100644
--- a/www/changes.tcl
+++ b/www/changes.tcl
@@ -17,10 +17,12 @@ proc chng {date desc} {
puts "
"
}
-chng {2000 June 11} {
+chng {2000 June 12} {
Added a fcnt() function which is designed to help write better.
test scripts. This function is not useful for anything other than
testing and debugging, as far as I know.
+Added a few more tests that take advantage of the new fcnt() function.
+ The new tests did not uncover any new problems.
}
chng {2000 June 8} {