aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Collapse)AuthorAge
* 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
| | | | qsort conforms to C99, so we don't need our own version.
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
|
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
| | | | | | The SHELL_* defines are the bitflags that can be passed to `mch_call_shell`. The enum is defined in 'os/shell.h', where all shell-related functions will eventually be defined.
* Move remove_duplicates to garray.cJohn Schmidt2014-03-29
|
* Extract path.c from misc1.cJohn Schmidt2014-03-29