aboutsummaryrefslogtreecommitdiff
path: root/test
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
* Rename FPC_* constants.Thomas Wienecke2014-04-03
* Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.Thomas Wienecke2014-04-03
* Test and refactor getnextcomp -> path_next_component.Thomas Wienecke2014-04-03
* Test and refactor gettail_sep -> path_tail_with_seperator.Thomas Wienecke2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor fullpathcmp -> path_full_compare.Thomas Wienecke2014-04-03
* Make FPC_* defines an enum type in path.h.Thomas Wienecke2014-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
* Delete os_delay unit test.Thomas Wienecke2014-04-02
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* fix mch_delay() unittestStefan Hoffmann2014-03-25
* Implement `mch_delay` on top of libuvThiago de Arruda2014-03-24
* Revamp the build system.John Szakmeister2014-03-21
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Add unit tests for mch_[gs]etperm.Thomas Wienecke2014-03-15
* 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
* 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
* Add another unit test to mch_can_exe.Thomas Wienecke2014-03-07
* cleanup environment variable handling + unit testsStefan Hoffmann2014-03-06
* Fix style issues.Thomas Wienecke2014-03-06
* Implement pending test.Thomas Wienecke2014-03-05
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Add unit tests for executable_file and mch_can_exe.Thomas Wienecke2014-03-05
* Add unit tests for mch_isdir.Thomas Wienecke2014-03-05
* Apply small refactor to unit testsThiago de Arruda2014-03-04
* Correct a few parentheses.Thomas Wienecke2014-03-04
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04
* Add unit tests for ported filesystem functions.Thomas Wienecke2014-03-03
* Add more example unit tests and run with travisThiago de Arruda2014-02-27
* Add basic infrastructure for unit testingThiago de Arruda2014-02-27