Overview
Comment: | Check for miscompiled Tcl (CVS 205) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 5b65746383c509048c80b7aff536d1204fd1d127 |
User & Date: | drh 2001-04-06 16:15:28 |
Context
2001-04-06
| ||
16:20 | Version 1.0.30 (CVS 473) check-in: 8f0d9819 user: drh tags: trunk | |
16:15 | Check for miscompiled Tcl (CVS 205) check-in: 5b657463 user: drh tags: trunk | |
16:13 | Check for miscompiled Tcl (CVS 204) check-in: 735d8b5c 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 {2001 Apr 5 (1.0.29)} { <li>The library now assumes data is stored as UTF-8 if the --enable-utf8 option is given to configure. The default behavior is to assume iso8859-x, as it has always done. This only makes a difference for LIKE and GLOB operators and the LENGTH and SUBSTR functions.</li> <li>If the library is not configured for UTF-8 and the Tcl library |
> > > > > > > > > |
12 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 {2001 Apr 6 (1.0.30)} { <li>Remove the <b>sqlite_encoding</b> TCL variable that was introduced in the previous version.</li> <li>Add options <b>-encoding</b> and <b>-tcl-uses-utf</b> to the <b>sqlite</b> TCL command.</li> <li>Add tests to make sure that tclsqlite was compiled using Tcl header files and libraries that match.</li> } chng {2001 Apr 5 (1.0.29)} { <li>The library now assumes data is stored as UTF-8 if the --enable-utf8 option is given to configure. The default behavior is to assume iso8859-x, as it has always done. This only makes a difference for LIKE and GLOB operators and the LENGTH and SUBSTR functions.</li> <li>If the library is not configured for UTF-8 and the Tcl library |