]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Change "UUID" to "GUID" in the documentation. (CVS 3638)
authordrh <drh@noemail.net>
Tue, 13 Feb 2007 02:07:37 +0000 (02:07 +0000)
committerdrh <drh@noemail.net>
Tue, 13 Feb 2007 02:07:37 +0000 (02:07 +0000)
FossilOrigin-Name: dddd31f4e09f1b83d9c8fb9280cdc5aff13855ca

manifest
manifest.uuid
www/changes.tcl

index 90bfbfb433c6199c79c8dd04e0d51e92e499bb80..e0d9737c023e5b039956b77642d502027f3441f4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Changes\sin\spreparation\sfor\sversion\s3.3.13.\s(CVS\s3637)
-D 2007-02-13T02:03:24
+C Change\s"UUID"\sto\s"GUID"\sin\sthe\sdocumentation.\s(CVS\s3638)
+D 2007-02-13T02:07:38
 F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -389,7 +389,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl 9adb2d2313c3c5e9c6d6240c1d8f3d11dd533c59
-F www/changes.tcl 62e0bb77ba7e291c2ceb3e06aff0580bb468b60b
+F www/changes.tcl 2983a826bd7b5649c9750053995afcf2409e35bc
 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -432,7 +432,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 31e5073c58f43b84d26218d70e6f6558c406803e
-R fc066cde96130dfec06f20ce7f18d96c
+P 7799a0b63dd4ab6f422f138e5b423d6fb00529fb
+R 746ec6bf4be1b2c6292a9188e8587d88
 U drh
-Z fd4ca1752cd0e86bf8e7a5383fb7c65d
+Z ab72a1d68f19640a17a5694931079844
index 04c3af7be5cceae9343641ae5f772b274d1ff6df..fa56d35da92f7dda81c4d1199aa0b9c606815711 100644 (file)
@@ -1 +1 @@
-7799a0b63dd4ab6f422f138e5b423d6fb00529fb
\ No newline at end of file
+dddd31f4e09f1b83d9c8fb9280cdc5aff13855ca
\ No newline at end of file
index e5add5dee5cac67ca73e81b0dc6c92ef91fbcd79..f3d103d752f43f6ac363fdf05682eaff7101c99e 100644 (file)
@@ -35,7 +35,8 @@ additional testing.</li>
 <a href="lang_expr.html#randomblobFunc">randomBlob()</a> and
 <a href="lang_expr.html#hexFunc">hex()</a>.
 Their intended use is to facilitate generating 
-<a href="http://en.wikipedia.org/wiki/UUID">UUIDs</a>.</li>
+<a href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier">GUIDs</a>.
+</li>
 <li>Fix a problem where
 <a href="pragma.html#pragma_count_changes">PRAGMA count_changes</a> was
 causing incorrect results for updates on tables with triggers</li>