Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
| | | | | | | Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library. | ||
* | Test and refactor `shorten_fname` and `shorten_fname1` | John | 2014-04-29 |
| | | | | | Rename `shorten_fname` -> `path_shorten_fname` Rename `shorten_fname1` -> `path_shorten_fname_if_possible` | ||
* | Remove `shorten_filenames` (dead code) | John Schmidt | 2014-04-29 |
| | |||
* | path: add 'garray.h' to headers | Nicolas Hillegeer | 2014-04-28 |
| | | | | | | | The function prototypes use garray_T* arguments, but the header is not included in path.h. Technically we could also get away with a forward declaration since we're just using the pointer, but I don't see the urgent need for that. | ||
* | Add FUNC_ATTR_NONNULL_RET to some functions | Felipe Oliveira Carvalho | 2014-04-24 |
| | |||
* | Move exe functions back to os/fs.c | John Schmidt | 2014-04-08 |
| | |||
* | Change prefix from `os_*` to `path_*` | John Schmidt | 2014-04-08 |
| | |||
* | Move and adapt `os_get_absolute_path` unit tests to `vim_FullName` | John | 2014-04-08 |
| | | | | | * Add two new unit tests to `vim_FullName` * Make `os_get_absolute_path` static | ||
* | Move functions from os/fs.c into path.c | John Schmidt | 2014-04-08 |
| | | | | Move unit tests from os/fs.moon to path.moon | ||
* | Rename FPC_* constants. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Fix seperator->separator, path_tail_with_separator->path_tail_with_sep. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Test and refactor getnextcomp -> path_next_component. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Test and refactor gettail_sep -> path_tail_with_seperator. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Test and refactor gettail -> path_tail. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Refactor fullpathcmp -> path_full_compare. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Make FPC_* defines an enum type in path.h. | Thomas Wienecke | 2014-04-03 |
| | |||
* | Move shorten_filenames back to fileio.c | John Schmidt | 2014-04-01 |
| | |||
* | Move match_suffix from misc1.c | John Schmidt | 2014-04-01 |
| | |||
* | 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 |
| | |||
* | Move remove_duplicates to garray.c | John Schmidt | 2014-03-29 |
| | |||
* | Extract path.c from misc1.c | John Schmidt | 2014-03-29 |