aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* 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
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_EVALHinidu2014-05-28
* Remove FEAT_AUTOCMDHinidu2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15