SQLite

Check-in [fba0b5fc7e]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix the customization interfaces so that they match the documentation.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5
Files: files | file ages | folders
SHA1: fba0b5fc7eead07a4853e78e02d788e7c714f6cd
User & Date: dan 2014-11-15 20:07:31.166
Context
2014-11-24
16:24
Add the auxiliary highlight() function to fts5. (check-in: 059092379f user: dan tags: fts5)
2014-11-15
20:07
Fix the customization interfaces so that they match the documentation. (check-in: fba0b5fc7e user: dan tags: fts5)
2014-08-25
19:58
Add documentation for tokenizer api to fts5.h. Also add a script to extract extension API docs and format them as html. (check-in: e240d467e6 user: dan tags: fts5)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/extract_api_docs.tcl.
Changes to ext/fts5/fts5.c.
Changes to ext/fts5/fts5.h.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_config.c.
Changes to ext/fts5/fts5_expr.c.
Added ext/fts5/fts5_tokenize.c.
Changes to main.mk.
Changes to src/main.c.
Changes to src/test_config.c.
Changes to test/fts5aa.test.
Changes to test/fts5ab.test.
Changes to test/fts5ac.test.
Changes to test/fts5ad.test.
Changes to test/fts5ae.test.
Changes to test/fts5af.test.
Changes to test/fts5ag.test.
Changes to test/fts5ah.test.
Changes to test/fts5ai.test.
Changes to test/fts5aj.test.
Changes to test/fts5ea.test.
Changes to tool/mksqlite3c.tcl.