Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 94) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
84b506b06c58b709a03921e2a09ef34a |
User & Date: | drh 2000-06-12 12:29:25.000 |
Context
2000-06-12
| ||
12:36 | :-) (CVS 95) (check-in: 547e8b927b user: drh tags: trunk) | |
12:29 | :-) (CVS 94) (check-in: 84b506b06c user: drh tags: trunk) | |
12:20 | :-) (CVS 93) (check-in: 3c0540e6fb 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 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2000 June 12} { <li>Added a <b>fcnt()</b> function which is designed to help write better. test scripts. This function is not useful for anything other than testing and debugging, as far as I know.</li> <li>Added a few more tests that take advantage of the new fcnt() function. The new tests did not uncover any new problems.</li> } chng {2000 June 8} { <li>Added lots of new test cases</li> <li>Fix a few bugs discovered while adding test cases</li> <li>Begin adding lots of new documentation</li> } |
︙ | ︙ |