aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* lint (#16526)Jan Edmund Lazo2021-12-05
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* vim-patch:8.2.3561: cscope has a complicated way of giving an error messageJames McCoy2021-11-01
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: remove space after starDundar Göc2021-10-19
* refactor: remove redundant castsDundar Göc2021-10-07
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* refactor: format with uncrustify #15842dundargoc2021-10-02
* vim-patch:8.2.1513: cannot interrupt shell used for filename expansionJan Edmund Lazo2021-03-06
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* vim-patch:8.1.2387: using old C style commentsJan Edmund Lazo2020-04-12
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* lintAndrej Zieger2019-05-26
* lintJan Edmund Lazo2019-05-26
* vim-patch:8.1.0211: expanding a file name "~" results in $HOMEJan Edmund Lazo2019-05-25
* lintJustin M. Keyes2019-05-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.0776: function prototypes missing without the quickfix featureJan Edmund Lazo2019-04-14
* clang/"null passed to nonnull arg": cs_manage_matchesJustin M. Keyes2019-01-13
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* if_cscope: Fix PVS/V560: condition would result in earlier returnZyX2018-04-15
* Merge #8072 from mhinz/vim-8.0.1439Justin M. Keyes2018-03-03
|\
| * vim-patch:8.0.1442: using pointer before it is setMarco Hinz2018-02-26
| * vim-patch:8.0.1439: if cscope fails a search Vim may hangMarco Hinz2018-02-26
* | cscope: ignore EINTR while reading the prompt (#8079)Marco Hinz2018-02-28
|/
* lintJames McCoy2018-01-02
* vim-patch:8.0.0160: EMSG() is sometimes used where it should be IEMSG()James McCoy2018-01-02
* vim-patch:8.0.0420: text garbled when the system encoding differs from 'encod...James McCoy2017-12-17
* Merge #7633 'Retry fgets on EINTR'Justin M. Keyes2017-11-26
|\
| * io: retry fgets on EINTR (#7632)Matt Widmann2017-11-25
* | input: only change mode of input fd if there is an input fdBjörn Linse2017-11-25
|/
* fix lint errorlonerover2017-08-04
* vim-patch:8.0.0081lonerover2017-08-04
* if_cscope: Fix truncation of formated outputoni-link2017-05-13
* *: Add comment to all C filesZyX2017-04-19
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* vim-patch:8.0.0068 (#6243)Daniel Hahler2017-03-11
* *: Partial string handling refactoringZyX2017-02-15
* fix cscope test failurerover2017-02-10
* lintJames McCoy2016-10-09
* if_cscope: Fix conversion warnings when char defaults to unsignedJames McCoy2016-10-09
* Merge #5254 from KillTheMule/vim-7.4.1952Justin M. Keyes2016-09-18
|\
| * LintKillTheMule2016-08-26
| * vim-patch:7.4.1990KillTheMule2016-08-26