aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/if_cscope.c
Commit message (Expand)AuthorAge
* 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
|\
| * Windows: Fix cast in if_cscope.c.Seth Jackson2015-12-21
* | Windows: Remove unused function #3878Seth Jackson2015-12-22
|/
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* Enable -Wconversion: if_cscope.c #3068cztchoice2015-09-23
* os/os_defs.h cleanup: Remaining signal stuffMichael Reed2015-08-27
* rstream/wstream: Unify structures and simplify APIThiago de Arruda2015-07-17
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* input: set input stream to blocking on exitJustin M. Keyes2015-05-27
* Remove char_u: message:smsg_attr()Michael Reed2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: concat_fnames()Mark Bainter2015-05-06
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* Remove redundant castsAnton Ovchinnikov2015-03-09
* coverity/68610: Out-of-bounds access: FP.Eliseo Martínez2015-02-02
* Remove nonnullret deadcode: xmalloc & xrealloc.Eliseo Martínez2015-01-27
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* fileid: rename os_file_id_equal_file_infoStefan Hoffmann2014-08-31
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_get_idStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* move errno.h include out of vim.hBrandon Coleman2014-07-09