aboutsummaryrefslogtreecommitdiff
path: root/ext/fts3/fts3_porter.c
Commit message (Expand)AuthorAge
* Make the legacy FTS3 code more robust against integer overflow duringdrh2022-09-27
* Fix comment typos reported on the mailing list. No changes to code.drh2014-12-04
* Fix harmless compiler warnings in FTS4. This involved corruptingdrh2013-12-21
* Fix harmless compiler warnings.drh2012-03-16
* Fix typos in commands. Combine the ExpandBlob and expandBlob macros into one.drh2012-01-08
* Changes to #ifdefs so that the build goes correctly if the only FTS macrodrh2011-06-16
* Fix various compiler warnings.drh2010-11-26
* Remove all vestiges of ctype.h from FTS3.drh2010-08-06
* Fix two similar problems in fts3 that meant that an OOM error could cause a m...dan2010-01-22
* Updates to FTS3 to correct compiler warnings under MSVC.shaneh2009-12-03
* Test coverage improvements in the FTS3 porter stemmer.drh2009-11-30
* Changes fts3 to use only sqlite3_malloc() and not system malloc.drh2007-11-23
* Copy fts2 to fts3, renaming, and replacing references to fts2 withshess2007-08-20