]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
:-) (CVS 191)
authordrh <drh@noemail.net>
Wed, 14 Mar 2001 12:54:11 +0000 (12:54 +0000)
committerdrh <drh@noemail.net>
Wed, 14 Mar 2001 12:54:11 +0000 (12:54 +0000)
FossilOrigin-Name: 8f79ca2acaf765ecb3274c353284c55b6790f657

manifest
manifest.uuid
www/changes.tcl

index debdd109fa0e10d1cca56b3d264f9f0aae1bc6a5..620a6a5cbd8e5706f00d94b84f590bd725ec303d 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sbug\son\ssystems\swhere\smalloc(0)\sreturn\sNULL.\nAdd\scode\sto\sdetect\sthis\sbug\seven\son\ssystems\swere\sit\sused\snot\sto\noccur.\s(CVS\s190)
-D 2001-03-14T12:35:57
+C :-)\s(CVS\s191)
+D 2001-03-14T12:54:12
 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
 F Makefile.in 7efa81e2985b45ba73db27d55b70cc927f5abfd7
 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -80,7 +80,7 @@ F www/arch.fig 4f246003b7da23bd63b8b0af0618afb4ee3055c8
 F www/arch.png 8dae0766d42ed3de9ed013c1341a5792bcf633e6
 F www/arch.tcl a40380c1fe0080c43e6cc5c20ed70731511b06be
 F www/c_interface.tcl 11be2d5826eb7d6efd629751d3b483c1ed78ba14
-F www/changes.tcl c433eed27374aef00c4d4a9b6d072a182db4abd0
+F www/changes.tcl a8cbb3496ae35184fabc5f7b47242bf33a5637d1
 F www/crosscompile.tcl c99efacb3aefaa550c6e80d91b240f55eb9fd33e
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
@@ -91,7 +91,7 @@ F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
 F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
 F www/tclsqlite.tcl 06f81c401f79a04f2c5ebfb97e7c176225c0aef2
 F www/vdbe.tcl 0c8aaa529dd216ccbf7daaabd80985e413d5f9ad
-P d44abe54eb4a0c5eedf8f3ff59704ddb8dd68faf
-R 6e3a5f2798796558e4d2cf33207362f9
+P bda83e2b75843b9a078c2f4e64fcd4d2145a716b
+R 360be56ced6760c85770c34d6c105ac8
 U drh
-Z e11df66d76fd940262c38944939091a9
+Z 11764c2ac7cf09579b8a73b31946574a
index ba91f94e9c4aa86489c02f385cfb9c5c74a077b5..190583e2dd71875bfd4db6eed4cacf593c4a761b 100644 (file)
@@ -1 +1 @@
-bda83e2b75843b9a078c2f4e64fcd4d2145a716b
\ No newline at end of file
+8f79ca2acaf765ecb3274c353284c55b6790f657
\ No newline at end of file
index 8d7d89c7ce9f0cce947f31b8dd696a2cfb6d8bd4..25ac442f5f25fd56d634563e98d13a4f2c75f3a9 100644 (file)
@@ -19,7 +19,7 @@ proc chng {date desc} {
 
 chng {2001 Mar 14 19 (1.0.24)} {
 <li>Fix a bug which was causing 
-    the UPDATE command was failing on systems where "malloc(0)" returns
+    the UPDATE command to fail on systems where "malloc(0)" returns
     NULL.  The problem does not appear Windows, Linux, or HPUX but does 
     cause the library to fail on QNX.
     </li>