Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add fts5.html. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
519916c18a0b7a5db704035a4aa083da |
User & Date: | dan 2015-03-04 20:19:09.365 |
Context
2015-03-04
| ||
20:56 | Clarification of the "INSERT OR" and "REPLACE" forms of the INSERT statement. (check-in: 58895ad201 user: drh tags: trunk) | |
20:19 | Add fts5.html. (check-in: 519916c18a user: dan tags: trunk) | |
16:59 | Merge typo fix from the 3.8.8 branch. (check-in: 9621e94943 user: drh tags: trunk) | |
Changes
Added images/fts5_formula.odf.
cannot compute difference between binary files
Added images/fts5_formula1.png.
cannot compute difference between binary files
Added images/fts5_formula2.png.
cannot compute difference between binary files
Added images/fts5_formula3.png.
cannot compute difference between binary files
Changes to pages/fancyformat.tcl.
︙ | |||
195 196 197 198 199 200 201 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | - + | } } } foreach line [split $txt "\n"] { set line [string range $line $nMinSpace end] append out "$line\n" } |
︙ | |||
378 379 380 381 382 383 384 385 386 387 388 389 390 391 | 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 | + + + + + + + + + | proc addtoc {zDoc} { # If the extension with the [parsehtml] command has not been loaded, # load it now. # if {[info commands parsehtml] == ""} { load ./parsehtml.so } # Handle any <tclscript> blocks. # while { [regexp -nocase {<tclscript>(.*?)</tclscript>} $zDoc -> script] } { set sub [eval $script] set sub [string map {& {\&}} $sub] set zDoc [regsub -nocase {<tclscript>.*?</tclscript>} $zDoc $sub] } # These variables are all used to store state between invocations of # the [parsehtml] callback used to do preprocessing. # set ::Addtoc(heading:1) 0 set ::Addtoc(heading:2) 0 set ::Addtoc(heading:3) 0 set ::Addtoc(heading:4) 0 |
︙ |
Added pages/fts5.in.