aboutsummaryrefslogtreecommitdiff
path: root/src/os/os.h
Commit message (Expand)AuthorAge
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* 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
* 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
* Adapt include guards to the style guideJames McCoy2014-03-14
* refactored part of expand_env_esc() into mch_get_user_directory()Stefan Hoffmann2014-03-13
* moved mch_get_user_name() and mch_get_uname() into os/users.cStefan Hoffmann2014-03-13
* refactored logic from init_users() into mch_get_usernames()Stefan Hoffmann2014-03-13
* Fix bugs, clean code, add tests.Thomas Wienecke2014-03-07
* Move mch_can_exe, executable_file to os/fs.c.Thomas Wienecke2014-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
* 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