aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
Commit message (Expand)AuthorAge
* 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
| * vim-patch:7.4.1952KillTheMule2016-08-26
* | refactor: eliminate misc2.cJustin M. Keyes2016-09-13
|/
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Linting.KillTheMule2016-04-23
* vim-patch:7.4.822KillTheMule2016-04-23
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* cscope: Fix mismatched types in ':cscope show' outputMike Wadsten2016-04-10
* cs_print_tags_priv: Clean up function.oni-link2016-01-21
* cs_print_tags_priv: Clear first output line to screen endoni-link2016-01-21
* coverity/133892: Resource leakoni-link2016-01-21
* coverity/133858: Out-of-bounds accessoni-link2016-01-21
* coverity/13753: Dereference null return valueoni-link2016-01-21
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* Windows: Bring back code branch for if_cscope.Rui Abreu Ferreira2016-01-01
* Merge pull request #3879 from sethjackson/open-osfhandleJustin M. Keyes2015-12-26
|\