aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spellfile.c
Commit message (Expand)AuthorAge
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* lintJan Edmund Lazo2019-04-30
* vim-patch:8.1.0528: various typos in commentsJan Edmund Lazo2019-03-26
* build: enable -WshadowJustin M. Keyes2019-01-02
* src/nvim/eval.cMichaHoffmann2018-10-07
* fixed lint errorsMichaHoffmann2018-09-24
* add func_attr_printf in :MichaHoffmann2018-09-24
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Fix dead assignment.Tapan Prakash2018-08-29
* lintJan Edmund Lazo2018-08-11
* vim-patch:8.1.0078: "..." used inconsistently in messagesJan Edmund Lazo2018-08-11
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* lintJan Edmund Lazo2018-08-10
* vim-patch:8.0.1490: number of spell regions is spread out through the codeJan Edmund Lazo2018-08-10
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* coverity/13709: spell_add_word: handle failed fseek()Nick Neisen2018-05-17
* spellfile: Fix clint errorZyX2018-04-22
* spellfile: Fix PVS/V547: allocator now never returns NULLZyX2018-04-22
* spellfile: Silence PVS/V547: expression may be true on other systemsZyX2018-04-22
* spellfile: Fix PVS/V547: allocator never returns NULL nowZyX2018-04-22
* spellfile: Fix PVS/V560: allocator never returns NULL nowZyX2018-04-22
* build/msvc: Remove unnecessary header includeb-r-o-c-k2018-02-28
* vim-patch:8.0.1225: no check for spell region being zeroJustin M. Keyes2018-01-16
* spellfile: Fix V547: always true conditionZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* spellfile: Fix SAL sections readingZyX2017-04-09
* spellfile: Fix clint errorsZyX2017-04-09
* spellfile: Fix memory leakZyX2017-04-09
* coverity/13689: Check file header with memcmpZyX2017-04-09
* coverity/13688: Check for NUL bytes in salfromZyX2017-04-09
* coverity/13687: Do not allow NUL byte in region namesZyX2017-04-09
* spellfile: Use old errorZyX2017-04-09
* coverity/13686: Do not allow NUL byte in precondition regexZyX2017-04-09
* lintJames McCoy2017-04-09
* vim-patch:8.0.0376James McCoy2017-04-09
* vim-patch:8.0.0322James McCoy2017-04-09
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* lintJames McCoy2017-03-11
* vim-patch:7.4.2069James McCoy2017-03-11