aboutsummaryrefslogtreecommitdiff
path: root/src/os
Commit message (Expand)AuthorAge
* Fix bugs, clean code, add tests.Thomas Wienecke2014-03-07
* Remove unused return values.Thomas Wienecke2014-03-07
* Move definition of helper function below their usage.Thomas Wienecke2014-03-07
* Simplify mch_can_exe extracting is_executable_in_path.Thomas Wienecke2014-03-07
* Declare is_executable as static and remove its unit tests.Thomas Wienecke2014-03-07
* Move mch_can_exe, executable_file to os/fs.c.Thomas Wienecke2014-03-07
* Fix memory leak and enable valgrind on travisThiago de Arruda2014-03-07
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Fix style issues.Thomas Wienecke2014-03-06
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04
* Remove implicit declaration of vim_strrchr and vim_strncpyScott Nielsen2014-02-26
* Removes 'proto' dirscott-linder2014-02-26
* os_unix: Port mch_FullName and mch_isFullName to libuv.Thomas Wienecke2014-02-25
* os_unix: Use libuv uv_cwd instead of getcwd/getwd.Thomas Wienecke2014-02-25
* Add missing include guard to os moduleThiago de Arruda2014-02-24
* Create new OS moduleThiago de Arruda2014-02-24