index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fts3
/
fts3_porter.c
Commit message (
Expand
)
Author
Age
*
Make the legacy FTS3 code more robust against integer overflow during
drh
2022-09-27
*
Fix comment typos reported on the mailing list. No changes to code.
drh
2014-12-04
*
Fix harmless compiler warnings in FTS4. This involved corrupting
drh
2013-12-21
*
Fix harmless compiler warnings.
drh
2012-03-16
*
Fix typos in commands. Combine the ExpandBlob and expandBlob macros into one.
drh
2012-01-08
*
Changes to #ifdefs so that the build goes correctly if the only FTS macro
drh
2011-06-16
*
Fix various compiler warnings.
drh
2010-11-26
*
Remove all vestiges of ctype.h from FTS3.
drh
2010-08-06
*
Fix two similar problems in fts3 that meant that an OOM error could cause a m...
dan
2010-01-22
*
Updates to FTS3 to correct compiler warnings under MSVC.
shaneh
2009-12-03
*
Test coverage improvements in the FTS3 porter stemmer.
drh
2009-11-30
*
Changes fts3 to use only sqlite3_malloc() and not system malloc.
drh
2007-11-23
*
Copy fts2 to fts3, renaming, and replacing references to fts2 with
shess
2007-08-20