aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.493Florian Walch2014-12-23
* vim-patch:7.4.456Marco Hinz2014-12-20
* coverity/75594: Explicit null dereferenced: RI.Eliseo Martínez2014-12-16
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* vim-patch:7.4.414Scott Prager2014-11-11
* Fix fileio.c's diagram.Scott Prager2014-11-11
* Fix warnings: fileio.c: aucmd_prepbuf(): Np dereference: FP.Eliseo Martínez2014-11-11
* Fix warnings: fileio.c: readfile(): Dead assignment: HI.Eliseo Martínez2014-11-11
* iconv: re-enableNicolas Hillegeer2014-11-06
* vim-patch:7.4.436 #1246Naveen Kumar Molleti2014-10-16
* Merge pull request #1208 from war1025/dev/remove_for_all_windowsJustin M. Keyes2014-10-03
|\
| * Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab)Wayne Rowcliffe2014-09-24
* | Merge pull request #1209 from atwupack/vp-7.4.320Justin M. Keyes2014-09-26
|\ \ | |/ |/|
| * vim-patch:7.4.320André Twupack2014-09-21
* | FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWSWayne Rowcliffe2014-09-22
|/
* Additional FOR_ALL_WINDOWS usageWayne Rowcliffe2014-09-08
* fileinfo: change returntype of os_fileinfo_sizeStefan Hoffmann2014-08-31
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_hardlinksStefan Hoffmann2014-08-31
* fileinfo: implement os_fileinfo_sizeStefan Hoffmann2014-08-31
* Merge pull request #1024 from war1025/dev/for_all_buffersJustin M. Keyes2014-08-19
|\
| * FOR_ALL_BUFFERS use locally declared buffer pointerWayne Rowcliffe2014-08-17
| * Add FOR_ALL_BUFFERS helperWayne Rowcliffe2014-08-02
* | os_fchown: remove cast of parameter -1 to uid_tPavel Platto2014-08-16
* | os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
* | Remove FEAT_OSFILETYPEPavel Platto2014-08-02
|/
* Fix #963.Pavel Platto2014-07-17
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Add vim_gettempdir(), remove global vim_tempdirPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for WindowsPavel Platto2014-07-14
* Remove USE_TMPNAMPavel Platto2014-07-14
* Remove HAVE_MKDTEMPPavel Platto2014-07-14
* Temporary os_mkdtemp implementation. Use it instead of mkdtemp.Pavel Platto2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* FileID: refactor buffer.c to use `FileID`Stefan Hoffmann2014-06-27
* No OOM in enc_canonize()Felipe Oliveira Carvalho2014-06-16
* au_get_grouparg() can't fail, remove error handlingFelipe Oliveira Carvalho2014-06-16
* spelling fixes #827Will Stamper2014-06-12