Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 154) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bae2050f3f63ff0b56ac38fabe220f15 |
User & Date: | drh 2000-10-16 22:09:39.000 |
Context
2000-10-16
| ||
22:11 | :-) (CVS 155) (check-in: 3dc7913dfc user: drh tags: trunk) | |
22:09 | :-) (CVS 154) (check-in: bae2050f3f user: drh tags: trunk) | |
22:06 | Added an interrupt capability (CVS 1706) (check-in: fb015479b1 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
13 14 15 16 17 18 19 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } | | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } 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> } 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> } chng {2000 Oct 8 (1.0.9)} { <li>Added the <b>sqlite_..._printf()</b> interface routines.</li> |
︙ | ︙ |