log src/quickfix.c @ 33671:20d09cced45f v9.0.2073

age author description
Thu, 26 Oct 2023 23:30:04 +0200 Christian Brabandt patch 9.0.2073: typo in quickfix.c comments v9.0.2073
Wed, 25 Oct 2023 21:00:04 +0200 Christian Brabandt patch 9.0.2064: cannot use buffer-number for errorformat v9.0.2064
Sun, 03 Sep 2023 20:30:02 +0200 Christian Brabandt patch 9.0.1857: [security] heap-use-after-free in is_qf_win() v9.0.1857
Sun, 27 Aug 2023 18:45:05 +0200 Christian Brabandt patch 9.0.1795: Indentation issues v9.0.1795
Fri, 11 Aug 2023 23:30:05 +0200 Christian Brabandt patch 9.0.1688: cannot store custom data in quickfix list v9.0.1688
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
Wed, 07 Jun 2023 20:15:04 +0200 Bram Moolenaar patch 9.0.1616: quickfix text field is truncated v9.0.1616
Sat, 29 Apr 2023 22:45:03 +0200 Bram Moolenaar patch 9.0.1499: using uninitialized memory with fuzzy matching v9.0.1499
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Tue, 21 Feb 2023 15:30:08 +0100 Bram Moolenaar patch 9.0.1336: functions without arguments are not always declared properly v9.0.1336
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
Mon, 30 Jan 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1262: the did_set_string_option function is too long v9.0.1262
Sun, 22 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1234: the code style has to be checked manually
Wed, 18 Jan 2023 19:30:03 +0100 Bram Moolenaar patch 9.0.1221: code is indented more than necessary v9.0.1221
Fri, 02 Dec 2022 17:00:04 +0100 Bram Moolenaar patch 9.0.0990: callback name argument is changed by setqflist() v9.0.0990
Mon, 28 Nov 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.0967: leaking memory from autocmd windows v9.0.0967
Mon, 28 Nov 2022 20:00:05 +0100 Bram Moolenaar patch 9.0.0965: using one window for executing autocommands is insufficient v9.0.0965
Sun, 13 Nov 2022 14:00:04 +0100 Bram Moolenaar patch 9.0.0870: get E967 when using text property in quickfix window v9.0.0870
Thu, 20 Oct 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0805: filetype autocmd may cause freed memory access v9.0.0805
Sun, 16 Oct 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0770: quickfix commands may keep memory allocated v9.0.0770
Fri, 14 Oct 2022 14:15:03 +0200 Bram Moolenaar patch 9.0.0749: alloc/free of buffer for each quickfix entry is inefficient v9.0.0749
Thu, 13 Oct 2022 13:00:07 +0200 Bram Moolenaar patch 9.0.0736: quickfix listing does not handle very long messages v9.0.0736
Mon, 29 Aug 2022 22:00:05 +0200 Bram Moolenaar patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is set v9.0.0322
Sat, 27 Aug 2022 22:15:02 +0200 Bram Moolenaar patch 9.0.0286: using freed memory when location list changed in autocmd v9.0.0286
Wed, 24 Aug 2022 21:15:03 +0200 Bram Moolenaar patch 9.0.0260: using freed memory when using 'quickfixtextfunc' recursively v9.0.0260
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Mon, 01 Aug 2022 15:15:03 +0200 Bram Moolenaar patch 9.0.0129: compiler warning for int/size_t usage v9.0.0129
Thu, 28 Jul 2022 13:00:08 +0200 Bram Moolenaar patch 9.0.0097: long quickfix line is truncated for :clist v9.0.0097
Sat, 23 Jul 2022 11:00:04 +0200 Bram Moolenaar patch 9.0.0063: too many type casts for dict_get functions v9.0.0063
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sun, 15 May 2022 15:00:02 +0200 Bram Moolenaar patch 8.2.4958: a couple conditions are always true v8.2.4958
Fri, 15 Apr 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4753: error from setting an option is silently ignored v8.2.4753
Thu, 14 Apr 2022 21:45:02 +0200 Bram Moolenaar patch 8.2.4750: small pieces of dead code v8.2.4750
Mon, 04 Apr 2022 16:30:04 +0200 Bram Moolenaar patch 8.2.4683: verbose check with dict_find() to see if a key is present v8.2.4683
Wed, 30 Mar 2022 12:00:05 +0200 Bram Moolenaar patch 8.2.4649: various formatting problems v8.2.4649
Sat, 05 Mar 2022 15:45:03 +0100 Bram Moolenaar patch 8.2.4512: the find_tags_in_file() function is much too long v8.2.4512
Wed, 02 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4494: the find_tags() function is much too long v8.2.4494
Sat, 26 Feb 2022 11:45:03 +0100 Bram Moolenaar patch 8.2.4474: memory allocation failures not tested in quickfix code v8.2.4474
Thu, 24 Feb 2022 13:45:03 +0100 Bram Moolenaar patch 8.2.4462: not enough testing for quickfix code v8.2.4462
Wed, 23 Feb 2022 13:15:02 +0100 Bram Moolenaar patch 8.2.4453: :helpgrep may free an option that was not allocated v8.2.4453
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Tue, 08 Feb 2022 19:15:03 +0100 Bram Moolenaar patch 8.2.4329: no support for end line number and column in 'errorformat' v8.2.4329
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Sun, 02 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.3987: error messages are spread out v8.2.3987
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Sun, 12 Dec 2021 17:30:04 +0100 Bram Moolenaar patch 8.2.3788: lambda for option that is a function may be freed v8.2.3788
Thu, 09 Dec 2021 10:30:04 +0100 Bram Moolenaar patch 8.2.3762: if quickfix buffer is wiped out getqflist() still returns it v8.2.3762
Wed, 08 Dec 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.3759: quickfix buffer becomes hidden while still in a window v8.2.3759
Wed, 01 Dec 2021 12:00:05 +0100 Bram Moolenaar patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching v8.2.3713
Thu, 18 Nov 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3619: cannot use a lambda for 'operatorfunc' v8.2.3619
Wed, 20 Oct 2021 23:00:05 +0200 Bram Moolenaar patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice v8.2.3547
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229