| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | Fix broken build due to unit test include order | John Schmidt | 2014-04-09 |
| * | 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 |
| * | Move functions from os/fs.c into path.c | John Schmidt | 2014-04-08 |
| * | 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 |