From: drh Date: Mon, 16 Oct 2000 22:09:38 +0000 (+0000) Subject: :-) (CVS 154) X-Git-Tag: version-3.6.10~5929 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=611ad21d8bf2bbdf470113c385c869dfce8ee39f;p=thirdparty%2Fsqlite.git :-) (CVS 154) FossilOrigin-Name: bae2050f3f63ff0b56ac38fabe220f150cc2d35a --- diff --git a/manifest b/manifest index e6ebdcb9d7..5b28cc7df6 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Added\san\sinterrupt\scapability\s(CVS\s1706) -D 2000-10-16T22:06:43 +C :-)\s(CVS\s154) +D 2000-10-16T22:09:39 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 9e9f657e28c7168fc27ef787fd2e2c0ad009564d +F www/changes.tcl fa5841c8f07576d59fd027e0be5303b15734dfb9 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 f7ea08b931b9b40831bfe73cd7afea17f92112cf -R 2f7e4e8c1990ac2e5aa0bbfe9f423798 +P fb015479b1d0d7c8074e92907044449d56dd6ad8 +R 2cb6c2555439855d0d33c1c84ca0acf8 U drh -Z 09ef158beb4f39d63ed5d18c384ecacc +Z 68a992936f9f9b13dc1693b885e311c2 diff --git a/manifest.uuid b/manifest.uuid index 22f3f9566f..fbb6027329 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fb015479b1d0d7c8074e92907044449d56dd6ad8 \ No newline at end of file +bae2050f3f63ff0b56ac38fabe220f150cc2d35a \ No newline at end of file diff --git a/www/changes.tcl b/www/changes.tcl index 9744123933..3eb5a8556a 100644 --- a/www/changes.tcl +++ b/www/changes.tcl @@ -17,14 +17,14 @@ proc chng {date desc} { puts "

" } -chng {2000 Oct 16 (1.0.11) +chng {2000 Oct 16 (1.0.11)} {
  • Added the sqlite_interrupt() interface.
  • In the shell, sqlite_interrupt() is invoked when the user presses Control-C
  • Fixed bugs in the return value of sqlite_exec().
  • } -chng {2000 Oct 11 (1.0.10) +chng {2000 Oct 11 (1.0.10)} {
  • Added notes on how to compile for Windows95/98.
  • Add Doug Lea's memory allocator to the distribution, for completeness.
  • Removed a few variables that were not being used. Etc.