aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/snowball
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Enable missing_noreturn compiler warningChristian Göttsche2020-04-111-0/+1
|
* [Minor] Fix build with leak sanitizerVsevolod Stakhov2020-03-301-2/+2
|
* [Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8Vsevolod Stakhov2020-02-2570-6045/+8903
|
* [Minor] contrib/snowball: fix modules.h locationPeter Wu2020-01-212-14/+4
| | | | | | | | | | * Reproducible builds! No more absolute paths in source files, so the generated binary is also invariant of the build directory. * Output modules.h in snowball/libstemmer/ instead of snowball/. This allows removal of the extra include directory and -f option. * This partially reverts some changes in https://github.com/snowballstem/snowball/commit/d178f201fda878c26538401650a7d46c37a5e6f1 and matches the commands in GNUmakefile.
* [Minor] silence -Wmisleading-indentation in contrib/snowball/Christian Göttsche2020-01-161-4/+3
| | | | | | | | | | | | | | | | | | | | | | | ../contrib/snowball/compiler/analyser.c: In function ‘check_name_type’: ../contrib/snowball/compiler/analyser.c:210:19: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 210 | case 'r': if (p->type == t_routine || | ^~ ../contrib/snowball/compiler/analyser.c:211:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 211 | p->type == t_external) return; break; | ^~~~~ ../contrib/snowball/compiler/analyser.c: In function ‘read_program’: ../contrib/snowball/compiler/analyser.c:859:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~ ../contrib/snowball/compiler/analyser.c:859:70: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 859 | if (q->used && q->definition == 0) error4(a, q); break; | ^~~~~ ../contrib/snowball/compiler/analyser.c:861:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~ ../contrib/snowball/compiler/analyser.c:861:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 861 | if (q->used && q->grouping == 0) error4(a, q); break; | ^~~~~
* [Minor] Fix uninit values usageVsevolod Stakhov2019-06-261-3/+3
|
* Add another bunch of missed files.Vsevolod Stakhov2015-12-312-0/+99
|
* Another missing file.Vsevolod Stakhov2015-12-311-0/+265
|
* Fix snowball distribution.Vsevolod Stakhov2015-12-312-7/+95
|
* Remove bloody submodules.Vsevolod Stakhov2015-12-3160-0/+13246
|
* Add special hacks to allow static build.Vsevolod Stakhov2015-10-211-0/+0
|
* Allow to listen on ipv6 IP.Vsevolod Stakhov2014-12-251-0/+0
|
* Arrays are no longer lists in UCL.Vsevolod Stakhov2014-12-251-0/+0
|
* Lemmatize words for fuzzy check.Vsevolod Stakhov2014-12-231-0/+0
|
* Add snowball stemmer to the build.Vsevolod Stakhov2014-12-171-0/+0