aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAge
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Move and adapt `os_get_absolute_path` unit tests to `vim_FullName`John2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Use stdbool in os moduleHinidu2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* remove MB_{IS,TO}{UPPER,LOWER}aph2014-04-04
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Rename FPC_* constants.Thomas Wienecke2014-04-03
* Initialize on declaration; use postincrements.Thomas Wienecke2014-04-03
* Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.Thomas Wienecke2014-04-03
* Test and refactor getnextcomp -> path_next_component.Thomas Wienecke2014-04-03
* Test and refactor gettail_sep -> path_tail_with_seperator.Thomas Wienecke2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor fullpathcmp -> path_full_compare.Thomas Wienecke2014-04-03
* Move gettail_dir more closely to its usage.Thomas Wienecke2014-04-03
* Make FPC_* defines an enum type in path.h.Thomas Wienecke2014-04-03
* Move shorten_filenames back to fileio.cJohn Schmidt2014-04-01
* Move match_suffix from misc1.cJohn Schmidt2014-04-01
* Move expand_wildcards{,_eval} from misc1.cJohn Schmidt2014-04-01
* Move shorten_fname{,1,s} and shorten_filenames from fileio.cJohn Schmidt2014-04-01
* Move mch_expandpath from os_unix.cJohn Schmidt2014-04-01
* Move pathcmp from misc2.cJohn Schmidt2014-04-01
* Move same_directory from misc2.cJohn Schmidt2014-04-01
* Move after_pathsep from misc2.cJohn Schmidt2014-04-01
* Move fix_fname from buffer.cJohn Schmidt2014-04-01
* Move functions from window.cJohn Schmidt2014-04-01
* Move simplify_filename from tag.cJohn Schmidt2014-04-01
* Remove feature HAVE_QSORToni-link2014-03-31
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
* Extract path.c from misc1.cJohn Schmidt2014-03-29