aboutsummaryrefslogtreecommitdiff
path: root/src/quickfix.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* replaced some mch_lstat()Stefan Hoffmann2014-05-09
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Test and refactor `shorten_fname` and `shorten_fname1`John2014-04-29
* Call to list_append_dict cannot fail.oni-link2014-04-28
* Remove `alloc_clear`John Schmidt2014-04-28
* Use /2 and 2* instead of >>1 and <<1 which are tricky with signed typesFelipe Oliveira Carvalho2014-04-24
* No OOM error conditions in quickfix.c and regex_nfa.cFelipe Oliveira Carvalho2014-04-24
* No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()Felipe Oliveira Carvalho2014-04-24
* Use portable format specifiers: Case %ld - localized - EMSGN.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - sprintf.Eliseo Martínez2014-04-23
* Remove modelinesMarco Hinz2014-04-16
* vim-patch:7.4.221Marco Hinz2014-04-16
* vim-patch:7.4.203oni-link2014-04-13
* removed mch_remove macroStefan Hoffmann2014-04-11
* Use stdbool in os moduleHinidu2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Use memset instead of vim_memsetFelipe Oliveira Carvalho2014-03-25
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Removes 'proto' dirscott-linder2014-02-26
* os_unix: Use libuv uv_cwd instead of getcwd/getwd.Thomas Wienecke2014-02-25
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31