:-) (CVS 155)

FossilOrigin-Name: 3dc7913dfc4751a00cc5d14f3aa4a3a25d7531bf
This commit is contained in:
drh 2000-10-16 22:11:57 +00:00
parent 611ad21d8b
commit 1afad7c98a
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C :-)\s(CVS\s154) C :-)\s(CVS\s155)
D 2000-10-16T22:09:39 D 2000-10-16T22:11:57
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in faecea9b6419cec25030b4818c9b3f7f4163b3c1 F Makefile.in faecea9b6419cec25030b4818c9b3f7f4163b3c1
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@ -65,7 +65,7 @@ F www/arch.fig 4f246003b7da23bd63b8b0af0618afb4ee3055c8
F www/arch.png 8dae0766d42ed3de9ed013c1341a5792bcf633e6 F www/arch.png 8dae0766d42ed3de9ed013c1341a5792bcf633e6
F www/arch.tcl a40380c1fe0080c43e6cc5c20ed70731511b06be F www/arch.tcl a40380c1fe0080c43e6cc5c20ed70731511b06be
F www/c_interface.tcl 1a0b13d056625e4acb59b67edc360cfd9c92ba90 F www/c_interface.tcl 1a0b13d056625e4acb59b67edc360cfd9c92ba90
F www/changes.tcl fa5841c8f07576d59fd027e0be5303b15734dfb9 F www/changes.tcl a1ffebea11ce4731dd42a0b6d272ef0facf9c335
F www/crosscompile.tcl bee79c34f6c3f162ec1c6f5294e79f73651d27ee F www/crosscompile.tcl bee79c34f6c3f162ec1c6f5294e79f73651d27ee
F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9 F www/fileformat.tcl cfb7fba80b7275555281ba2f256c00734bcdd1c9
F www/index.tcl b19418d506f90968deef972bf1b427d98bdf13e0 F www/index.tcl b19418d506f90968deef972bf1b427d98bdf13e0
@ -75,7 +75,7 @@ F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f F www/sqlite.tcl cb0d23d8f061a80543928755ec7775da6e4f362f
F www/tclsqlite.tcl ae101d5f7c07dcc59770e2a84aae09025fab2dad F www/tclsqlite.tcl ae101d5f7c07dcc59770e2a84aae09025fab2dad
F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520 F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520
P fb015479b1d0d7c8074e92907044449d56dd6ad8 P bae2050f3f63ff0b56ac38fabe220f150cc2d35a
R 2cb6c2555439855d0d33c1c84ca0acf8 R 7f85e4dad89691d5b827acd3c44f4b5d
U drh U drh
Z 68a992936f9f9b13dc1693b885e311c2 Z e35b342beab27371801a76664ec098e9

View File

@ -1 +1 @@
bae2050f3f63ff0b56ac38fabe220f150cc2d35a 3dc7913dfc4751a00cc5d14f3aa4a3a25d7531bf

View File

@ -21,12 +21,12 @@ chng {2000 Oct 16 (1.0.11)} {
<li>Added the <b>sqlite_interrupt()</b> interface.</li> <li>Added the <b>sqlite_interrupt()</b> interface.</li>
<li>In the shell, <b>sqlite_interrupt()</b> is invoked when the <li>In the shell, <b>sqlite_interrupt()</b> is invoked when the
user presses Control-C</li> 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)} { chng {2000 Oct 11 (1.0.10)} {
<li>Added notes on how to compile for Windows95/98.</li> <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> <li>Removed a few variables that were not being used. Etc.</li>
} }