Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Enable missing_noreturn compiler warning | Christian Göttsche | 2020-04-11 | 1 | -0/+1 |
| | |||||
* | [Minor] Fix build with leak sanitizer | Vsevolod Stakhov | 2020-03-30 | 1 | -2/+2 |
| | |||||
* | [Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8 | Vsevolod Stakhov | 2020-02-25 | 70 | -6045/+8903 |
| | |||||
* | [Minor] contrib/snowball: fix modules.h location | Peter Wu | 2020-01-21 | 2 | -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öttsche | 2020-01-16 | 1 | -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 usage | Vsevolod Stakhov | 2019-06-26 | 1 | -3/+3 |
| | |||||
* | Add another bunch of missed files. | Vsevolod Stakhov | 2015-12-31 | 2 | -0/+99 |
| | |||||
* | Another missing file. | Vsevolod Stakhov | 2015-12-31 | 1 | -0/+265 |
| | |||||
* | Fix snowball distribution. | Vsevolod Stakhov | 2015-12-31 | 2 | -7/+95 |
| | |||||
* | Remove bloody submodules. | Vsevolod Stakhov | 2015-12-31 | 60 | -0/+13246 |
| | |||||
* | Add special hacks to allow static build. | Vsevolod Stakhov | 2015-10-21 | 1 | -0/+0 |
| | |||||
* | Allow to listen on ipv6 IP. | Vsevolod Stakhov | 2014-12-25 | 1 | -0/+0 |
| | |||||
* | Arrays are no longer lists in UCL. | Vsevolod Stakhov | 2014-12-25 | 1 | -0/+0 |
| | |||||
* | Lemmatize words for fuzzy check. | Vsevolod Stakhov | 2014-12-23 | 1 | -0/+0 |
| | |||||
* | Add snowball stemmer to the build. | Vsevolod Stakhov | 2014-12-17 | 1 | -0/+0 |