Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement `os_mkdtemp` on top of `uv_fs_mkdtemp` | Pavel Platto | 2014-08-09 |
| | |||
* | Statically allocate NameBuff | Wayne Rowcliffe | 2014-07-22 |
| | |||
* | Create os/os_defs.h for os specific definitions | Pavel Platto | 2014-07-14 |
| | |||
* | tempfile.c: refactor vim_settempdir | Pavel Platto | 2014-07-14 |
| | | | | | | | - return result of setting and remove directory if the setting was not successful. - don't do `STRCPY` in case of `vim_FullName` failure because `vim_FullName` already did it. | ||
* | tempfile.c: fix style issues and comments | Pavel Platto | 2014-07-14 |
| | |||
* | tempfile.c: add to clint-files and fix warnings | Pavel Platto | 2014-07-14 |
| | |||
* | Extract `tempfile` module from fileio | Pavel Platto | 2014-07-14 |
Though this module is relatively small it has very clear boundaries. The last argument for extracting `tempfile` was the errors which I got when I was writing unittests for it: `cimport './src/nvim/fileio.h'` does not work for some reason. |