aboutsummaryrefslogtreecommitdiff
path: root/test/unit/os/fs.moon
Commit message (Expand)AuthorAge
* Use default busted pattern for unittests #943Pavel Platto2014-07-14
* os_open: add unit testsJustin M. Keyes2014-07-14
* FileID: implement `FileID` structStefan Hoffmann2014-06-27
* spelling fixes #827Will Stamper2014-06-12
* Introduce nvim namespace: Fix unit tests.Eliseo Martínez2014-05-15
* implemented FileInfo structStefan Hoffmann2014-05-09
* test: no longer define ad-hoc C headersNicolas Hillegeer2014-04-28
* port vim_mkdir, mch_rmdir and mch_remove to libuvStefan Hoffmann2014-04-11
* Move exe functions back to os/fs.cJohn Schmidt2014-04-08
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Move functions from os/fs.c into path.cJohn Schmidt2014-04-08
* Use stdbool in os moduleHinidu2014-04-07
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* 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
* Address clint warnings and other style issues.Thomas Wienecke2014-03-27
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* 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
* Fix bugs, clean code, add tests.Thomas Wienecke2014-03-07
* Fix style issues.Thomas Wienecke2014-03-06
* 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