Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 105) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
516f022206a6000fb2a535c1dbf3e5cd |
User & Date: | drh 2000-06-21 14:00:40.000 |
Context
2000-06-23
| ||
17:02 | :-) (CVS 106) (check-in: d825931dea user: drh tags: trunk) | |
2000-06-21
| ||
14:00 | :-) (CVS 105) (check-in: 516f022206 user: drh tags: trunk) | |
13:59 | :-) (CVS 104) (check-in: e1bf96a467 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 June 19} { <li>Column names in UPDATE statements were case sensitive. This mistake has now been fixed.</li> } chng {2000 June 16} { | > > > > > | 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 June 21} { <li>Clean up comments and variable names. Changes to documentation. No functional changes to the code.</li> } chng {2000 June 19} { <li>Column names in UPDATE statements were case sensitive. This mistake has now been fixed.</li> } chng {2000 June 16} { |
︙ | ︙ |