]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the FTS1 module so that its name is "fts1" instead of "fulltext",
authordrh <drh@noemail.net>
Thu, 31 Aug 2006 15:07:14 +0000 (15:07 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Aug 2006 15:07:14 +0000 (15:07 +0000)
commit5db455e7b5512613a4bafd39acfb20cfff727708
tree4033f206deca848fac90deec18c5c07e9fefd51b
parent2b85d5f46e106fac615837bbd0762f66cc02a1b0
Refactor the FTS1 module so that its name is "fts1" instead of "fulltext",
so that all symbols with external linkage begin with "sqlite3Fts1", and
so that all filenames begin with "fts1". (CVS 3377)

FossilOrigin-Name: e1891f0dc58e5498a8845d8b9b5b092d7f9c7003
ext/fts1/fts1.c [new file with mode: 0644]
ext/fts1/fts1.h [new file with mode: 0644]
ext/fts1/fts1_hash.c [new file with mode: 0644]
ext/fts1/fts1_hash.h [new file with mode: 0644]
ext/fts1/fts1_tokenizer.h [new file with mode: 0644]
ext/fts1/fts1_tokenizer1.c [new file with mode: 0644]
manifest
manifest.uuid
src/tclsqlite.c