summaryrefslogtreecommitdiffstats
path: root/src/spellsuggest.c
AgeCommit message (Expand)Author
2024-05-17patch 9.1.0418: Cannot move to previous/next rare wordv9.1.0418Christ van Willegen - van Noort
2024-03-13patch 9.1.0177: Coverity reports dead codev9.1.0177zeertzjq
2024-03-12patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()v9.1.0172zeertzjq
2024-02-09patch 9.1.0089: qsort() comparison functions should be transitivev9.1.0089Christian Brabandt
2023-12-01patch 9.0.2141: [security]: buffer-overflow in suggest_trie_walkv9.0.2141Christian Brabandt
2023-09-29patch 9.0.1958: cannot complete option valuesv9.0.1958Yee Cheng Chin
2023-05-25patch 9.0.1578: SpellCap highlight not always updated when neededv9.0.1578Luuk van Baal
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-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-07-30patch 9.0.0109: writing over the end of a buffer on stackv9.0.0109Bram Moolenaar
2022-06-18patch 8.2.5123: using invalid index when looking for spell suggestionsv8.2.5123Bram Moolenaar
2022-05-23patch 8.2.5007: spell suggestion may use uninitialized memoryv8.2.5007Bram Moolenaar
2022-05-13patch 8.2.4947: text properties not adjusted when accepting spell suggestionv8.2.4947LemonBoy
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-03-16patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan
2022-03-14patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar
2022-03-13patch 8.2.4563: "z=" in Visual mode may go beyond the end of the linev8.2.4563Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-01-30patch 8.2.4258: Coverity warns for array overrunv8.2.4258Bram Moolenaar
2022-01-29patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249Bram Moolenaar
2022-01-29patch 8.2.4247: stack corruption when looking for spell suggestionsv8.2.4247Bram Moolenaar
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-11-04patch 8.2.3582: reading uninitialized memory when giving spell suggestionsv8.2.3582Bram Moolenaar
2021-10-06patch 8.2.3484: crash when going through spell suggestionsv8.2.3484Bram Moolenaar
2021-06-11patch 8.2.2974: Greek spell checking uses wrong case foldingv8.2.2974Bram Moolenaar
2021-01-20patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains numberv8.2.2379Bram 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-07-01patch 8.2.1104: Coverity warnts for possible NULL pointer usev8.2.1104Bram Moolenaar
2020-06-29patch 8.2.1095: may use pointer after freeing itv8.2.1095Bram Moolenaar
2020-06-10patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-15patch 8.2.0387: error for possible NULL argument to qsort()v8.2.0387Bram Moolenaar
2019-12-25patch 8.2.0041: leaking memory when selecting spell suggestionv8.2.0041Bram Moolenaar
2019-12-25patch 8.2.0039: memory access error when "z=" has no suggestionsv8.2.0039Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-27patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar