summaryrefslogtreecommitdiff
path: root/src/spellfile.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4653: "import autoload" does not check the file namev8.2.4653Bram Moolenaar2022-03-311-1/+1
* patch 8.2.4473: Coverity warnds for not checking return value of ftell()v8.2.4473Bram Moolenaar2022-02-251-0/+2
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-1/+1
* patch 8.2.4343: when reloading not all properties are detectedv8.2.4343Rob Pilling2022-02-111-1/+1
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-1/+1
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-6/+6
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-1/+1
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-25/+22
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-8/+8
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3955: error messages are spread outv8.2.3955Bram Moolenaar2021-12-311-1/+1
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3777: spell file write error not checkedv8.2.3777=?UTF-8?q?Bj=C3=B6rn=20Linse?=2021-12-101-8/+6
* patch 8.2.3770: new compiler warnings from clang-12 and clang-13v8.2.3770ichizok2021-12-091-1/+1
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-5/+5
* patch 8.2.3328: Coverity error for not checking return valuev8.2.3328Bram Moolenaar2021-08-111-1/+3
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-2/+2
* patch 8.2.2974: Greek spell checking uses wrong case foldingv8.2.2974Bram Moolenaar2021-06-111-3/+3
* patch 8.2.2462: Coverity warns for not checking for fseek() errorv8.2.2462Bram Moolenaar2021-02-031-1/+5
* patch 8.2.1565: spellfile test sometimes failsv8.2.1565Bram Moolenaar2020-09-021-2/+1
* patch 8.2.1564: a few remaining errors from ubsanv8.2.1564Bram Moolenaar2020-09-021-4/+8
* patch 8.2.1560: using NULL pointers in some codev8.2.1560Bram Moolenaar2020-09-011-1/+1
* patch 8.2.1521: reading past end of buffer when reading spellfilev8.2.1521Bram Moolenaar2020-08-241-7/+11
* patch 8.2.1493: not enough test coverage for the spell file handlingv8.2.1493Bram Moolenaar2020-08-201-1/+1
* patch 8.2.1169: write NUL past allocated space using corrupted spell filev8.2.1169Bram Moolenaar2020-07-101-1/+2
* patch 8.2.1089: Coverity warns for pointer computationv8.2.1089Bram Moolenaar2020-06-291-3/+2
* patch 8.2.0895: :mkspell output does not mention the tree typev8.2.0895Bram Moolenaar2020-06-031-45/+35
* patch 8.2.0894: :mkspell can take very long if the word count is highv8.2.0894Bram Moolenaar2020-06-031-18/+34
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-2/+2
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-11/+17
* patch 8.2.0436: no warnings for incorrect printf argumentsv8.2.0436Bram Moolenaar2020-03-231-8/+8
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+5
* patch 8.2.0097: crash with autocommand and spellfilev8.2.0097Bram Moolenaar2020-01-071-1/+4
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-6/+2
* patch 8.1.2395: using old C style commentsv8.1.2395Bram Moolenaar2019-12-051-936/+935
* patch 8.1.2268: spell file flag zero is not recognizedv8.1.2268Bram Moolenaar2019-11-071-0/+7
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-9/+14
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+4
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-6/+4
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1371: cannot recover from a swap filev8.1.1371Bram Moolenaar2019-05-231-2/+2
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-8/+1
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-94/+5
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-13/+13
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-2/+2
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-95/+95
* patch 8.1.0528: various typos in commentsv8.1.0528Bram Moolenaar2018-11-161-1/+1
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-12/+0
* patch 8.1.0078: "..." used inconsistently in messagesv8.1.0078Bram Moolenaar2018-06-191-5/+5