Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 127) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
695fd68eb6291bdcc04af0eec7c7cdd7 |
User & Date: | drh 2000-08-04 13:52:31.000 |
Context
2000-08-04
| ||
14:56 | :-) (CVS 128) (check-in: d53cccda4f user: drh tags: trunk) | |
13:52 | :-) (CVS 127) (check-in: 695fd68eb6 user: drh tags: trunk) | |
13:51 | :-) (CVS 126) (check-in: e31be58248 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 Aug 3} { <li>File format version number was being stored in sqlite_master.tcl multiple times. This was harmless, but unnecessary. It is now fixed.</li> } chng {2000 Aug 2} { | > > > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 Aug 4} { <li>Documentation updates</li> <li>Added "busy" and "timeout" methods to the Tcl interface</li> } chng {2000 Aug 3} { <li>File format version number was being stored in sqlite_master.tcl multiple times. This was harmless, but unnecessary. It is now fixed.</li> } chng {2000 Aug 2} { |
︙ | ︙ |