aboutsummaryrefslogtreecommitdiff
path: root/src/file_search.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* replaced some mch_stat() with os_get_file_info()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
* Remove more OOM error handling codeFelipe Oliveira Carvalho2014-04-11
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Simplify tricky preprocessor tests in ff_check_visited()Felipe Oliveira Carvalho2014-04-06
* remove MB_{IS,TO}{UPPER,LOWER}aph2014-04-04
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* xrealloc(): similar to xmalloc()Felipe Oliveira Carvalho2014-03-31
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Use realloc instead of vim_reallocFelipe Oliveira Carvalho2014-03-26
* 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
* Extract file_search.c from misc2.cFelipe Oliveira Carvalho2014-02-28