Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update mailing list hyperlink on the support page. (CVS 2799) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
41a7aeeeb427d59e3d7cc71c94a8c5be |
User & Date: | drh 2005-12-05 22:22:40.000 |
Context
2005-12-06
| ||
12:52 | Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800) (check-in: e1606658f1 user: danielk1977 tags: trunk) | |
2005-12-05
| ||
22:22 | Update mailing list hyperlink on the support page. (CVS 2799) (check-in: 41a7aeeeb4 user: drh tags: trunk) | |
13:20 | Make sure sqlite3_result_text can handle text strings with embedded '\000' characters. (CVS 2798) (check-in: 9d6057cd14 user: drh tags: trunk) | |
Changes
Changes to www/support.tcl.
|
| | | 1 2 3 4 5 6 7 8 | set rcsid {$Id: support.tcl,v 1.6 2005/12/05 22:22:40 drh Exp $} source common.tcl header {SQLite Support Options} puts { <h2>SQLite Support Options</h2> <h3>Mailing List</h3> |
︙ | ︙ | |||
27 28 29 30 31 32 33 | <p> There are multiple archives of the mailing list: </p> <blockquote> <a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/"> http://www.mail-archive.com/sqlite-users%40sqlite.org</a><br> | | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <p> There are multiple archives of the mailing list: </p> <blockquote> <a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/"> http://www.mail-archive.com/sqlite-users%40sqlite.org</a><br> <a href="http://marc.10east.com/?l=sqlite-users&r=1&w=2"> http://marc.10east.com/?l=sqlite-users&r=1&w=2</a><br> <a href="http://news.gmane.org/gmane.comp.db.sqlite.general"> http://news.gmane.org/gmane.comp.db.sqlite.general</a> </blockquote> </p> <a name="directemail"> |
︙ | ︙ |