]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 155)
authordrh <drh@noemail.net>
Mon, 16 Oct 2000 22:11:57 +0000 (22:11 +0000)
committerdrh <drh@noemail.net>
Mon, 16 Oct 2000 22:11:57 +0000 (22:11 +0000)
FossilOrigin-Name: 3dc7913dfc4751a00cc5d14f3aa4a3a25d7531bf

manifest
manifest.uuid
www/changes.tcl

index 5b28cc7df69d1a4236430bf4ffd5b9458f69879d..044b2559f284274850476d7d99c71a94d3985c01 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C :-)\s(CVS\s154)
-D 2000-10-16T22:09:39
+C :-)\s(CVS\s155)
+D 2000-10-16T22:11:57
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in faecea9b6419cec25030b4818c9b3f7f4163b3c1
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -65,7 +65,7 @@ F www/arch.fig 4f246003b7da23bd63b8b0af0618afb4ee3055c8
 F www/arch.png 8dae0766d42ed3de9ed013c1341a5792bcf633e6
 F www/arch.tcl a40380c1fe0080c43e6cc5c20ed70731511b06be
 F www/c_interface.tcl 1a0b13d056625e4acb59b67edc360cfd9c92ba90
-F www/changes.tcl fa5841c8f07576d59fd027e0be5303b15734dfb9
+F www/changes.tcl a1ffebea11ce4731dd42a0b6d272ef0facf9c335
 F www/crosscompile.tcl bee79c34f6c3f162ec1c6f5294e79f73651d27ee
 F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
 F www/index.tcl b19418d506f90968deef972bf1b427d98bdf13e0
@@ -75,7 +75,7 @@ F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
 F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
 F www/tclsqlite.tcl ae101d5f7c07dcc59770e2a84aae09025fab2dad
 F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520
-P fb015479b1d0d7c8074e92907044449d56dd6ad8
-R 2cb6c2555439855d0d33c1c84ca0acf8
+P bae2050f3f63ff0b56ac38fabe220f150cc2d35a
+R 7f85e4dad89691d5b827acd3c44f4b5d
 U drh
-Z 68a992936f9f9b13dc1693b885e311c2
+Z e35b342beab27371801a76664ec098e9
index fbb602732958514c4dfd7ab15259be3cd86dcd9d..769fab700c3b2fa6973d77eedff0186fff8a1bfe 100644 (file)
@@ -1 +1 @@
-bae2050f3f63ff0b56ac38fabe220f150cc2d35a
\ No newline at end of file
+3dc7913dfc4751a00cc5d14f3aa4a3a25d7531bf
\ No newline at end of file
index 3eb5a8556a2dc7edc2cd47da3a604c70cf2fb600..a65d0f34acb59d607aabbb2ee95409e448cb419b 100644 (file)
@@ -21,12 +21,12 @@ chng {2000 Oct 16 (1.0.11)} {
 <li>Added the <b>sqlite_interrupt()</b> interface.</li>
 <li>In the shell, <b>sqlite_interrupt()</b> is invoked when the
     user presses Control-C</li>
-<li>Fixed bugs in the return value of <b>sqlite_exec()</b>.</li>
+<li>Fixed some instances where <b>sqlite_exec()</b> was
+    returning the wrong error code.</li>
 }
 
 chng {2000 Oct 11 (1.0.10)} {
 <li>Added notes on how to compile for Windows95/98.</li>
-<li>Add Doug Lea's memory allocator to the distribution, for completeness.</li>
 <li>Removed a few variables that were not being used.  Etc.</li>
 }