aboutsummaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* vim-patch:7.4.274Marco Hinz2014-05-04
* Remove unused function is_autocmd_blocked.Thomas Wienecke2014-05-03
* Rename buf_modname to modname as they've become the sameFelipe Oliveira Carvalho2014-05-02
* Remove the always-FALSE shortname argument from buf_modname()Felipe Oliveira Carvalho2014-05-02
* Remove the code related to the shortname optionFelipe Oliveira Carvalho2014-05-02
* Remove checks for SHORT_FNAME and USE_LONG_FNAME.Chris Watkins2014-05-02
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Test and refactor `shorten_fname` and `shorten_fname1`John2014-04-29
* Use portable format specifiers: Clarify some casted expressions.Eliseo Martínez2014-04-28
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* Remove `alloc_clear`John Schmidt2014-04-28
* Remove O_EXTRA which was only for EMX and cygwin.Chris Watkins2014-04-24
* No OOM error condition in prep_exarg()Felipe Oliveira Carvalho2014-04-24
* (verbose_)?try_malloc() to use on buf_write()Felipe Oliveira Carvalho2014-04-24
* Use xmalloc() and xmemdupz() in file_pat_to_reg_pat()Felipe Oliveira Carvalho2014-04-24
* Use portable format specifiers: Case %ld - localized - vim_snprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - sprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - sprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Remove branching with LONG_LONG_OFF_T.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %lld - localized - sprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %lld - plain - sprintf.Eliseo Martínez2014-04-23
* Remove sizeof(int) < 4 related codeJohn Schmidt2014-04-22
* Remove 'textmode' optionMarco Hinz2014-04-16
* Remove modelinesMarco Hinz2014-04-16
* vim-patch:7.4.251Marco Hinz2014-04-16
* removed vim_mkdir macroStefan Hoffmann2014-04-11
* removed mch_rmdir macroStefan Hoffmann2014-04-11
* removed mch_remove macroStefan Hoffmann2014-04-11
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Remove more OOM error handling codeFelipe Oliveira Carvalho2014-04-11
* Change prefix from `os_*` to `path_*`John Schmidt2014-04-08
* Implement job controlThiago de Arruda2014-04-07
* Use stdbool in os moduleHinidu2014-04-07
* Remove simpler cases of OOM error handling (after *alloc calls)Felipe Oliveira Carvalho2014-04-06
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* vim-patch:7.4.172oni-link2014-04-05
* Remove unused defineMarkus Breitenberger2014-04-04
* Extract memory.c from misc2.cJohn Schmidt2014-04-04
* Restore vim_renameHinidu2014-04-04
* Replace mch_rename and vim_rename with libuvHinidu2014-04-04
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* cleaned up the readonly check in readfile()Stefan Hoffmann2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* check readonly by trying to open the file for writing...Stefan Hoffmann2014-04-03
* Replace use of mch_rename with rename.oni-link2014-04-02
* Move shorten_filenames back to fileio.cJohn Schmidt2014-04-01
* Move shorten_fname{,1,s} and shorten_filenames from fileio.cJohn Schmidt2014-04-01
* Extract path.c from misc1.cJohn Schmidt2014-03-29