summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/spellfile.c
AgeCommit message (Expand)AuthorFiles
2026-04-23vim-patch:partial:9.2.0315: missing bound-checks (#39334)zeertzjq1
2026-04-10vim-patch:9.2.0331: spellfile: stack buffer overflows in spell file generatio...zeertzjq1
2026-04-05fix(coverity): coverity/530031, coverity/530027 resource leaks #37916Jibril1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2025-12-28vim-patch:8.2.0098: exe stack length can be wrong without being detected (#37...Jan Edmund Lazo1
2025-10-15fix(coverity/530033): free lp->sl_info to fix resource leak #36198Ethan Praeter1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-18fix(spell): save spell files to stdpath('data')/site/spell #33528Au.1
2025-04-04feat(defaults): store spellfile in stdpath('data') #33048Yochem van Rosmalen1
2024-07-16vim-patch:8.2.1651: spellfile code not completely testedzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-03refactor: the long goodbyedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-09-29refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_longbfredl1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-08-31fix: use snprintf instead of sprintfLewis Russell1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-07-22refactor: remove some (const char **) casts (#24423)zeertzjq1
2023-07-03refactor: remove longdundargoc1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-05-26fix(mkspell): prevent Unicode character overflow (#23760)julio-b1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-05-04vim-patch:9.0.0240: crash when using ":mkspell" with an empty .dic filezeertzjq1
2023-04-28vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell1