log src/spellsuggest.c @ 35185:3a4fd6867abf default tip

age author description
Wed, 13 Mar 2024 21:00:03 +0100 Christian Brabandt patch 9.1.0177: Coverity reports dead code v9.1.0177
Tue, 12 Mar 2024 22:00:04 +0100 Christian Brabandt patch 9.1.0172: More code can use ml_get_buf_len() instead of STRLEN() v9.1.0172
Fri, 09 Feb 2024 19:45:06 +0100 Christian Brabandt patch 9.1.0089: qsort() comparison functions should be transitive v9.1.0089
Sun, 10 Dec 2023 15:16:03 +0100 Christian Brabandt patch 9.0.2141: [security]: buffer-overflow in suggest_trie_walk v9.0.2141
Fri, 29 Sep 2023 20:45:04 +0200 Christian Brabandt patch 9.0.1958: cannot complete option values v9.0.1958
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Thu, 25 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1578: SpellCap highlight not always updated when needed v9.0.1578
Tue, 07 Mar 2023 18:15:04 +0100 Bram Moolenaar patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file v9.0.1390
Mon, 20 Feb 2023 13:30:05 +0100 Bram Moolenaar patch 9.0.1330: handling new value of an option has a long "else if" chain v9.0.1330
Wed, 01 Feb 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1271: using sizeof() and subtract array size is tricky v9.0.1271
Mon, 23 Jan 2023 22:00:04 +0100 Bram Moolenaar patch 9.0.1237: code is indented more than necessary v9.0.1237
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Sat, 30 Jul 2022 12:45:02 +0200 Bram Moolenaar patch 9.0.0109: writing over the end of a buffer on stack v9.0.0109
Sat, 18 Jun 2022 15:15:04 +0200 Bram Moolenaar patch 8.2.5123: using invalid index when looking for spell suggestions v8.2.5123
Mon, 23 May 2022 13:15:04 +0200 Bram Moolenaar patch 8.2.5007: spell suggestion may use uninitialized memory v8.2.5007
Fri, 13 May 2022 13:45:03 +0200 Bram Moolenaar patch 8.2.4947: text properties not adjusted when accepting spell suggestion v8.2.4947
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Wed, 16 Mar 2022 14:45:04 +0100 Bram Moolenaar patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menu v8.2.4579
Mon, 14 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4565: no command line completion for :breakadd and :breakdel v8.2.4565
Sun, 13 Mar 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4563: "z=" in Visual mode may go beyond the end of the line v8.2.4563
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Sun, 30 Jan 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4258: Coverity warns for array overrun v8.2.4258
Sat, 29 Jan 2022 12:30:02 +0100 Bram Moolenaar patch 8.2.4249: the timeout limit for spell suggestions is always 5000 v8.2.4249
Sat, 29 Jan 2022 12:00:04 +0100 Bram Moolenaar patch 8.2.4247: stack corruption when looking for spell suggestions v8.2.4247
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Thu, 04 Nov 2021 17:00:07 +0100 Bram Moolenaar patch 8.2.3582: reading uninitialized memory when giving spell suggestions v8.2.3582
Wed, 06 Oct 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.3484: crash when going through spell suggestions v8.2.3484
Fri, 11 Jun 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.2974: Greek spell checking uses wrong case folding v8.2.2974
Wed, 20 Jan 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.2379: do spell suggestions twice if 'spellsuggest' contains number v8.2.2379
Wed, 02 Sep 2020 10:30:05 +0200 Bram Moolenaar patch 8.2.1564: a few remaining errors from ubsan v8.2.1564
Tue, 01 Sep 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1560: using NULL pointers in some code v8.2.1560
Wed, 01 Jul 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1104: Coverity warnts for possible NULL pointer use v8.2.1104
Mon, 29 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1095: may use pointer after freeing it v8.2.1095
Wed, 10 Jun 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0945: cannot use "z=" when 'spell' is off v8.2.0945
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 02 Apr 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.0500: using the same loop in many places v8.2.0500
Sun, 15 Mar 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.0387: error for possible NULL argument to qsort() v8.2.0387
Wed, 25 Dec 2019 14:15:03 +0100 Bram Moolenaar patch 8.2.0041: leaking memory when selecting spell suggestion v8.2.0041
Wed, 25 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0039: memory access error when "z=" has no suggestions v8.2.0039
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Fri, 27 Sep 2019 12:45:08 +0200 Bram Moolenaar patch 8.1.2081: the spell.c file is too big v8.1.2081