SQLite

All files named ”ext/fts2/fts2_tokenizer.c”
Login

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

History for ext/fts2/fts2_tokenizer.c

2023-01-14
19:53
Deleted: Omit the long-disused FTS1 and FTS2 implements from the active source tree. The code will persist forever in the source repository, but there is no point in carrying it around in the latest tarballs where it is never used. (check-in: [2bb50d5aed] user: drh branch: trunk, size: 0)
2016-07-28
14:37
[b529493d55] part of check-in [e8be3dfeab] Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. (check-in: [e8be3dfeab] user: mistachkin branch: callbackConv, size: 10717)
2013-07-04
23:53
[3dbe8058e9] part of check-in [f2ab874782] Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. (check-in: [f2ab874782] user: mistachkin branch: extRefactor, size: 10642)
2013-03-21
21:20
[a86d08c963] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 10642)
2009-01-01
12:34
[26e993a00b] part of check-in [afac429300] Additional test cases and cleanup of FTS3 parenthesis processing. (CVS 6094) (check-in: [afac429300] user: drh branch: trunk, size: 10642)
2007-06-26
10:55
[5cec41326f] part of check-in [c349cf9425] Fix an unitialized variable in fts2. (CVS 4128) (check-in: [c349cf9425] user: danielk1977 branch: trunk, size: 10622)
2007-06-25
14:28
[89743aca26] part of check-in [02b23c4394] Modify the non-configure build system to make it easier to build the library with the fts2 or icu extensions linked in. (CVS 4121) (check-in: [02b23c4394] user: danielk1977 branch: trunk, size: 10610)
13:50
[36ef7d2004] part of check-in [c795e6fd8f] Put #ifdefs in fts2_tokenizer so that the build works even when FTS2 is omitted. Add the SQLite blessing to the header comments on all FTS2 source files. (CVS 4120) (check-in: [c795e6fd8f] user: drh branch: trunk, size: 10610)
12:05
[9200889237] part of check-in [fbcf2d75cd] Add a test that calls fts2_tokenizer() with an argument set via C code. (CVS 4118) (check-in: [fbcf2d75cd] user: danielk1977 branch: trunk, size: 9679)
11:24
[40aa54fab0] part of check-in [b79ced3e0a] Add some tests for the fts2 icu tokenizer. (CVS 4117) (check-in: [b79ced3e0a] user: danielk1977 branch: trunk, size: 6778)
2007-06-22
15:21
Added: [836373ee0f] part of check-in [68677e420c] Extend fts2 so that user defined tokenizers may be added. Add a tokenizer that uses the ICU library if available. Documentation and tests to come. (CVS 4108) (check-in: [68677e420c] user: danielk1977 branch: trunk, size: 6566)