log src/quickfix.c @ 15470:55ccc2d353bd v8.1.0743

age author description
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 15:00:08 +0100 Bram Moolenaar patch 8.1.0720: cannot easily change the current quickfx list index v8.1.0720
Sat, 22 Dec 2018 17:00:07 +0100 Bram Moolenaar patch 8.1.0622: adding quickfix items marks items as valid errors v8.1.0622
Fri, 14 Dec 2018 15:45:06 +0100 Bram Moolenaar patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() v8.1.0583
Fri, 16 Nov 2018 19:00:04 +0100 Bram Moolenaar patch 8.1.0532: cannot distinguish between quickfix and location list v8.1.0532
Sun, 11 Nov 2018 23:00:05 +0100 Bram Moolenaar patch 8.1.0523: opening window from quickfix leaves empty buffer behind v8.1.0523
Sun, 28 Oct 2018 14:45:05 +0100 Bram Moolenaar patch 8.1.0499: :2vimgrep causes an ml_get error v8.1.0499
Sun, 21 Oct 2018 19:00:07 +0200 Bram Moolenaar patch 8.1.0489: crash when autocmd clears vimpgrep location list v8.1.0489
Sat, 20 Oct 2018 21:00:06 +0200 Bram Moolenaar patch 8.1.0488: using freed memory in quickfix code v8.1.0488
Thu, 11 Oct 2018 17:45:07 +0200 Bram Moolenaar patch 8.1.0469: too often indexing in qf_lists[] v8.1.0469
Sun, 07 Oct 2018 20:30:07 +0200 Bram Moolenaar patch 8.1.0461: quickfix code uses too many /* */ comments v8.1.0461
Sun, 07 Oct 2018 14:45:05 +0200 Bram Moolenaar patch 8.1.0455: checking for empty quickfix stack is not consistent v8.1.0455
Fri, 28 Sep 2018 23:15:05 +0200 Christian Brabandt patch 8.1.0438: the ex_make() function is too long v8.1.0438
Tue, 25 Sep 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0434: copy_loclist() is too long v8.1.0434
Mon, 24 Sep 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0431: the qf_jump() function is too long v8.1.0431
Wed, 19 Sep 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0410: the ex_copen() function is too long v8.1.0410
Tue, 18 Sep 2018 23:00:06 +0200 Christian Brabandt patch 8.1.0407: quickfix code mixes using the stack and a list pointer v8.1.0407
Sun, 02 Sep 2018 15:30:08 +0200 Christian Brabandt patch 8.1.0345: cannot get the window id associated with the location list v8.1.0345
Tue, 28 Aug 2018 22:15:08 +0200 Christian Brabandt patch 8.1.0330: the qf_add_entries() function is too long v8.1.0330
Tue, 21 Aug 2018 22:00:05 +0200 Christian Brabandt patch 8.1.0315: helpgrep with language doesn't work properly v8.1.0315
Sat, 18 Aug 2018 20:00:07 +0200 Christian Brabandt patch 8.1.0293: checks for type of stack is cryptic
Wed, 15 Aug 2018 22:30:05 +0200 Christian Brabandt patch 8.1.0289: cursor moves to wrong column after quickfix jump v8.1.0289
Wed, 15 Aug 2018 21:00:06 +0200 Christian Brabandt patch 8.1.0288: quickfix code uses cmdidx too often v8.1.0288
Sat, 11 Aug 2018 13:45:04 +0200 Christian Brabandt patch 8.1.0267: no good check if restoring quickfix list worked v8.1.0267
Thu, 09 Aug 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0261: Coverity complains about a negative array index v8.1.0261
Thu, 09 Aug 2018 21:30:05 +0200 Christian Brabandt patch 8.1.0259: no test for fixed quickfix issue v8.1.0259
Tue, 07 Aug 2018 22:00:04 +0200 Christian Brabandt patch 8.1.0252: quickfix functions are too long v8.1.0252
Tue, 07 Aug 2018 20:00:06 +0200 Christian Brabandt patch 8.1.0248: duplicated quickfix code v8.1.0248
Wed, 01 Aug 2018 18:00:07 +0200 Christian Brabandt patch 8.1.0230: directly checking 'buftype' value v8.1.0230
Wed, 25 Jul 2018 22:45:04 +0200 Christian Brabandt patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window v8.1.0213
Sun, 08 Jul 2018 18:30:06 +0200 Christian Brabandt patch 8.1.0169: calling message_filtered() a bit too often v8.1.0169
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Sun, 08 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0165: :clist output can be very long v8.1.0165
Tue, 03 Jul 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0141: :cexpr no longer jumps to the first error v8.1.0141
Mon, 18 Jun 2018 22:00:08 +0200 Christian Brabandt patch 8.1.0074: crash when running quickfix tests v8.1.0074
Mon, 18 Jun 2018 21:00:07 +0200 Christian Brabandt patch 8.1.0073: crash when autocommands call setloclist() v8.1.0073
Sat, 16 Jun 2018 22:30:06 +0200 Christian Brabandt patch 8.1.0060: crash when autocommands delete the current buffer v8.1.0060
Mon, 21 May 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0014: qf_init_ext() is too long v8.1.0014
Sun, 20 May 2018 15:45:04 +0200 Christian Brabandt patch 8.1.0010: efm_to_regpat() is too long v8.1.0010
Tue, 15 May 2018 22:00:07 +0200 Christian Brabandt patch 8.0.1844: superfluous quickfix code, missing examples v8.0.1844
Sun, 13 May 2018 15:30:07 +0200 Christian Brabandt patch 8.0.1831: sometimes the quickfix title is incorrectly prefixed with ':' v8.0.1831
Thu, 10 May 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1812: the qf_jump_to_usable_window() function is too long v8.0.1812
Tue, 08 May 2018 22:45:06 +0200 Christian Brabandt patch 8.0.1805: qf_parse_line() is too long v8.0.1805
Tue, 01 May 2018 15:15:07 +0200 Christian Brabandt patch 8.0.1782: no simple way to label quickfix entries v8.0.1782
Tue, 01 May 2018 14:45:05 +0200 Christian Brabandt patch 8.0.1781: file names in quickfix window are not shortened v8.0.1781
Sun, 29 Apr 2018 12:30:09 +0200 Christian Brabandt patch 8.0.1773: dialog messages are not translated v8.0.1773
Sat, 28 Apr 2018 22:00:06 +0200 Christian Brabandt patch 8.0.1772: quickfix: mixup of FALSE and FAIL, returning -1 v8.0.1772
Tue, 24 Apr 2018 16:00:08 +0200 Christian Brabandt patch 8.0.1754: ex_helpgrep() is too long v8.0.1754
Tue, 24 Apr 2018 14:00:07 +0200 Christian Brabandt patch 8.0.1752: qf_set_properties() is to long v8.0.1752
Mon, 23 Apr 2018 21:30:06 +0200 Christian Brabandt patch 8.0.1750: crash when clearing loccation list in autocommand v8.0.1750
Mon, 16 Apr 2018 18:15:06 +0200 Christian Brabandt patch 8.0.1727: qf_get_properties() function is too long v8.0.1727
Thu, 12 Apr 2018 20:45:06 +0200 Christian Brabandt patch 8.0.1702: leaking memory when autocommands make quickfix list invalid v8.0.1702
Sun, 08 Apr 2018 13:30:06 +0200 Christian Brabandt patch 8.0.1678: errorformat "%r" implies "%>" v8.0.1678
Fri, 06 Apr 2018 23:00:08 +0200 Christian Brabandt patch 8.0.1669: :vimgrep may add entries to the wrong quickfix list v8.0.1669
Sat, 24 Mar 2018 14:15:07 +0100 Christian Brabandt patch 8.0.1634: the ex_vimgrep() function is too long v8.0.1634
Tue, 20 Mar 2018 13:45:06 +0100 Christian Brabandt patch 8.0.1622: possible NULL pointer dereference v8.0.1622
Tue, 06 Mar 2018 17:45:05 +0100 Christian Brabandt patch 8.0.1583: using C99 comment v8.0.1583
Mon, 05 Mar 2018 12:45:06 +0100 Christian Brabandt patch 8.0.1569: warning for uninitialized variable from gcc v8.0.1569
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sun, 11 Feb 2018 15:15:06 +0100 Christian Brabandt patch 8.0.1500: possible NULL pointer dereference v8.0.1500
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Sat, 27 Jan 2018 12:00:06 +0100 Christian Brabandt patch 8.0.1432: after ":copen" can't get the window-ID of the quickfix window v8.0.1432
Tue, 26 Dec 2017 14:00:05 +0100 Christian Brabandt patch 8.0.1427: the :leftabove modifier doesn't work for :copen v8.0.1427
Thu, 21 Dec 2017 21:00:06 +0100 Christian Brabandt patch 8.0.1420: accessing freed memory in vimgrep v8.0.1420
Tue, 19 Dec 2017 17:00:08 +0100 Christian Brabandt patch 8.0.1414: accessing freed memory in :lfile. v8.0.1414
Tue, 19 Dec 2017 16:45:06 +0100 Christian Brabandt patch 8.0.1413: accessing freed memory in :cbuffer v8.0.1413
Tue, 19 Dec 2017 12:45:06 +0100 Christian Brabandt patch 8.0.1412: using free memory using setloclist() v8.0.1412
Tue, 19 Dec 2017 10:30:05 +0100 Christian Brabandt patch 8.0.1408: crash in setqflist() v8.0.1408
Mon, 18 Dec 2017 20:00:06 +0100 Christian Brabandt patch 8.0.1406: difficult to track changes to a quickfix list v8.0.1406
Mon, 18 Dec 2017 15:45:04 +0100 Christian Brabandt patch 8.0.1403: using freed buffer in grep command v8.0.1403
Tue, 12 Dec 2017 23:00:06 +0100 Christian Brabandt patch 8.0.1389: getqflist() items are missing if not set v8.0.1389
Sun, 10 Dec 2017 15:30:06 +0100 Christian Brabandt patch 8.0.1384: not enough quickfix help; confusing winid v8.0.1384
Tue, 28 Nov 2017 18:15:05 +0100 Christian Brabandt patch 8.0.1353: QuickFixCmdPost is not used consistently v8.0.1353
Thu, 23 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1332: highlighting in quickfix window could be better v8.0.1332
Sun, 24 Sep 2017 19:45:04 +0200 Christian Brabandt patch 8.0.1144: using wrong #ifdef for computing length v8.0.1144
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Wed, 20 Sep 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1130: the qf_jump() function is still too long v8.0.1130
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Fri, 15 Sep 2017 22:45:04 +0200 Christian Brabandt patch 8.0.1112: can't get size or current index from quickfix list v8.0.1112
Thu, 14 Sep 2017 14:00:05 +0200 Christian Brabandt patch 8.0.1104: the qf_jump() function is too long v8.0.1104
Mon, 11 Sep 2017 19:45:04 +0200 Christian Brabandt patch 8.0.1093: various small quickfix issues v8.0.1093
Sat, 02 Sep 2017 20:00:06 +0200 Christian Brabandt patch 8.0.1040: cannot use another error format in getqflist() v8.0.1040
Fri, 01 Sep 2017 18:45:04 +0200 Christian Brabandt patch 8.0.1031: "text" argument for getqflist() is confusing v8.0.1031
Thu, 31 Aug 2017 21:00:04 +0200 Christian Brabandt patch 8.0.1029: return value of getqflist() is inconsistent v8.0.1029
Wed, 30 Aug 2017 20:45:03 +0200 Christian Brabandt patch 8.0.1023: it is not easy to identify a quickfix list v8.0.1023
Sun, 27 Aug 2017 15:30:05 +0200 Christian Brabandt patch 8.0.1006: quickfix list changes when parsing text with 'erroformat' v8.0.1006
Thu, 17 Aug 2017 17:00:05 +0200 Christian Brabandt patch 8.0.0953: get "no write since last change" error in terminal window v8.0.0953
Sun, 13 Aug 2017 13:45:04 +0200 Christian Brabandt patch 8.0.0922: quickfix list always added after current one v8.0.0922
Fri, 11 Aug 2017 20:30:05 +0200 Christian Brabandt patch 8.0.0904: cannot set a location list from text v8.0.0904
Thu, 27 Jul 2017 22:15:03 +0200 Christian Brabandt patch 8.0.0782: using freed memory in quickfix code v8.0.0782
Tue, 25 Jul 2017 23:45:04 +0200 Christian Brabandt patch 8.0.0776: function prototypes missing without the quickfix feature v8.0.0776
Sun, 23 Jul 2017 20:00:05 +0200 Christian Brabandt patch 8.0.0761: options not set properly for a terminal buffer v8.0.0761
Wed, 19 Jul 2017 17:15:04 +0200 Christian Brabandt patch 8.0.0735: no indication that the quickfix window/buffer changed v8.0.0735
Wed, 19 Jul 2017 13:30:04 +0200 Christian Brabandt patch 8.0.0733: can only add entries to one list in the quickfix stack v8.0.0733
Wed, 28 Jun 2017 21:30:03 +0200 Christian Brabandt patch 8.0.0687: minor issues related to quickfix v8.0.0687
Sun, 25 Jun 2017 21:30:04 +0200 Christian Brabandt patch 8.0.0677: setting 'filetype' may switch buffers v8.0.0677
Thu, 22 Jun 2017 21:45:03 +0200 Christian Brabandt patch 8.0.0657: cannot get and set quickfix list items v8.0.0657
Sat, 17 Jun 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0643: when a pattern search is slow Vim becomes unusable v8.0.0643
Tue, 13 Jun 2017 17:30:03 +0200 Christian Brabandt patch 8.0.0641: cannot set a separate highlighting for the quickfix line v8.0.0641
Sun, 11 Jun 2017 16:15:04 +0200 Christian Brabandt patch 8.0.0634: cannot easily get to the last quickfix list v8.0.0634
Sun, 04 Jun 2017 15:45:04 +0200 Christian Brabandt patch 8.0.0608: cannot manipulate other than the current quickfix list v8.0.0608
Sun, 04 Jun 2017 15:00:04 +0200 Christian Brabandt patch 8.0.0607: after :bwipe + :new bufref might still be valid v8.0.0607
Sun, 28 May 2017 08:30:03 +0200 Christian Brabandt patch 8.0.0606: cannot set the context for a specified quickfix list v8.0.0606
Sun, 28 May 2017 08:00:03 +0200 Christian Brabandt patch 8.0.0605: the quickfix cached buffer may become invalid v8.0.0605
Mon, 15 May 2017 09:00:05 +0200 Christian Brabandt patch 8.0.0597: off-by-one error in size computation v8.0.0597
Mon, 01 May 2017 14:15:03 +0200 Christian Brabandt patch 8.0.0595: Coverity warning for not checking return value v8.0.0595
Sun, 30 Apr 2017 14:30:04 +0200 Christian Brabandt patch 8.0.0590: cannot add a context to locations v8.0.0590
Sun, 23 Apr 2017 17:30:03 +0200 Christian Brabandt patch 8.0.0584: memory leak when executing quickfix tests v8.0.0584
Sat, 22 Apr 2017 21:30:03 +0200 Christian Brabandt patch 8.0.0580: cannot set the valid flag with setqflist() v8.0.0580
Thu, 20 Apr 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0574: get only one quickfix list after :caddbuf v8.0.0574
Sat, 15 Apr 2017 15:30:03 +0200 Christian Brabandt patch 8.0.0565: using freed memory in :caddbuf v8.0.0565
Sun, 02 Apr 2017 15:30:04 +0200 Christian Brabandt patch 8.0.0536: quickfix window not updated when freeing quickfix stack v8.0.0536
Wed, 29 Mar 2017 14:30:06 +0200 Christian Brabandt patch 8.0.0517: there is no way to remove quickfix lists v8.0.0517
Sun, 19 Mar 2017 14:30:04 +0100 Christian Brabandt patch 8.0.0484: :lhelpgrep does not fail after a successful one v8.0.0484
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 05 Mar 2017 17:45:05 +0100 Christian Brabandt patch 8.0.0420: text garbled when the system encoding differs from 'encoding' v8.0.0420
Sun, 13 Nov 2016 15:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7618e00d3b8bfe064cfc524640d754607361f9df v8.0.0084
Sat, 12 Nov 2016 18:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2b946c9f9b0e0fd805fb8f3e4c16e0a68ae13129 v8.0.0079
Sat, 12 Nov 2016 15:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/63bed3d319b5d90765dbdae93a3579b6322d79fb v8.0.0078