]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Copy fts2 to fts3, renaming, and replacing references to fts2 with
authorshess <shess@noemail.net>
Mon, 20 Aug 2007 17:37:02 +0000 (17:37 +0000)
committershess <shess@noemail.net>
Mon, 20 Aug 2007 17:37:02 +0000 (17:37 +0000)
commitacce22f5c7cf748cf4bfdb0ad66dbcf06b0cf336
tree765c83da39775ecccc95d388bc111ad91a439c07
parent2a6bdf6d5bd66fb645c1fedd401f471d231988ee
Copy fts2 to fts3, renaming, and replacing references to fts2 with
fts3, including capitalization variants. (CVS 4249)

FossilOrigin-Name: 216c91d2fc49792d9ff53596746f1162f5b7f8d4
14 files changed:
ext/fts3/README.tokenizers [new file with mode: 0644]
ext/fts3/README.txt [new file with mode: 0644]
ext/fts3/fts3.c [new file with mode: 0644]
ext/fts3/fts3.h [new file with mode: 0644]
ext/fts3/fts3_hash.c [new file with mode: 0644]
ext/fts3/fts3_hash.h [new file with mode: 0644]
ext/fts3/fts3_icu.c [new file with mode: 0644]
ext/fts3/fts3_porter.c [new file with mode: 0644]
ext/fts3/fts3_tokenizer.c [new file with mode: 0644]
ext/fts3/fts3_tokenizer.h [new file with mode: 0644]
ext/fts3/fts3_tokenizer1.c [new file with mode: 0644]
ext/fts3/mkfts3amal.tcl [new file with mode: 0644]
manifest
manifest.uuid