summaryrefslogtreecommitdiffstats
path: root/src/spellfile.c
AgeCommit message (Expand)Author
2024-01-04patch 9.1.0006: is*() and to*() function may be unsafev9.1.0006Keith Thompson
2023-04-15patch 9.0.1454: code indenting is confused by macrosv9.0.1454ichizok
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-02-01patch 9.0.1271: using sizeof() and subtract array size is trickyv9.0.1271zeertzjq
2023-01-27patch 9.0.1251: checking returned value of ga_grow() is inconsistentv9.0.1251Yegappan Lakshmanan
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-09-05patch 9.0.0384: Covertity still complains about using return value of getc()v9.0.0384Bram Moolenaar
2022-09-05patch 9.0.0383: Coverity complains about unused valuev9.0.0383Bram Moolenaar
2022-09-04patch 9.0.0378: compiler warning for uninitialized variablev9.0.0378Bram Moolenaar
2022-09-04patch 9.0.0374: Coverity still complains about dropping sign of characterv9.0.0374Bram Moolenaar
2022-09-03patch 9.0.0367: Coverity complains about dropping sign of characterv9.0.0367Bram Moolenaar
2022-08-21patch 9.0.0240: crash when using ":mkspell" with an empty .dic filev9.0.0240Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-14patch 9.0.0052: "zG" may throw an error if invalid character followsv9.0.0052K.Takata
2022-07-01patch 9.0.0021: invalid memory access when adding word to spell word listv9.0.0021Bram Moolenaar
2022-05-08patch 8.2.4919: can add invalid bytes with :spellgoodv8.2.4919Bram Moolenaar
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-03-31patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar
2022-02-25patch 8.2.4473: Coverity warnds for not checking return value of ftell()v8.2.4473Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-11patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-31patch 8.2.3955: error messages are spread outv8.2.3955Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-10patch 8.2.3777: spell file write error not checkedv8.2.3777=?UTF-8?q?Bj=C3=B6rn=20Linse?=
2021-12-09patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-08-11patch 8.2.3328: Coverity error for not checking return valuev8.2.3328Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-06-11patch 8.2.2974: Greek spell checking uses wrong case foldingv8.2.2974Bram Moolenaar
2021-02-03patch 8.2.2462: Coverity warns for not checking for fseek() errorv8.2.2462Bram Moolenaar
2020-09-02patch 8.2.1565: spellfile test sometimes failsv8.2.1565Bram Moolenaar
2020-09-02patch 8.2.1564: a few remaining errors from ubsanv8.2.1564Bram Moolenaar
2020-09-01patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar
2020-08-24patch 8.2.1521: reading past end of buffer when reading spellfilev8.2.1521Bram Moolenaar
2020-08-20patch 8.2.1493: not enough test coverage for the spell file handlingv8.2.1493Bram Moolenaar
2020-07-10patch 8.2.1169: write NUL past allocated space using corrupted spell filev8.2.1169Bram Moolenaar
2020-06-29patch 8.2.1089: Coverity warns for pointer computationv8.2.1089Bram Moolenaar
2020-06-03patch 8.2.0895: :mkspell output does not mention the tree typev8.2.0895Bram Moolenaar
2020-06-03patch 8.2.0894: :mkspell can take very long if the word count is highv8.2.0894Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar