Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move expand_wildcards{,_eval} from misc1.c | John Schmidt | 2014-04-01 |
| | |||
* | Move shorten_fname{,1,s} and shorten_filenames from fileio.c | John Schmidt | 2014-04-01 |
| | |||
* | Move mch_expandpath from os_unix.c | John Schmidt | 2014-04-01 |
| | |||
* | Move pathcmp from misc2.c | John Schmidt | 2014-04-01 |
| | |||
* | Move same_directory from misc2.c | John Schmidt | 2014-04-01 |
| | |||
* | Move after_pathsep from misc2.c | John Schmidt | 2014-04-01 |
| | |||
* | Move fix_fname from buffer.c | John Schmidt | 2014-04-01 |
| | |||
* | Move functions from window.c | John Schmidt | 2014-04-01 |
| | |||
* | Move simplify_filename from tag.c | John Schmidt | 2014-04-01 |
| | |||
* | Remove feature HAVE_QSORT | oni-link | 2014-03-31 |
| | | | | qsort conforms to C99, so we don't need our own version. | ||
* | Rename ga_init2() to ga_init() | John Schmidt | 2014-03-31 |
| | |||
* | Refactor SHELL_* defines into enum typedef | Thiago de Arruda | 2014-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.c | John Schmidt | 2014-03-29 |
| | |||
* | Extract path.c from misc1.c | John Schmidt | 2014-03-29 |