aboutsummaryrefslogtreecommitdiff
path: root/src/os/fs.c
Commit message (Expand)AuthorAge
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Use stdbool in os moduleHinidu2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* Add os_stat to os/fs module.Thomas Wienecke2014-04-03
* added doxygen documentation for os_file_is_{readonly, writable}Stefan Hoffmann2014-04-03
* remove mch_access macro as it is only used in fs.cStefan Hoffmann2014-04-03
* move filewritable() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* Add doxygen-style comments to functions from os/fs.c.Thomas Wienecke2014-03-31
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Update to the newest libuv versionThiago de Arruda2014-03-22
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Move and refactor mch_[gs]etperm to os/fs module.Thomas Wienecke2014-03-15
* Use include paths relative to src/James McCoy2014-03-14
* Fix: Use an assert to make sure, an error message can be copied into buffer b...oni-link2014-03-13
* 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
* 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
* Create new OS moduleThiago de Arruda2014-02-24