aboutsummaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAge
* 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
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27
* Use memmove instead of mch_memmoveFelipe Oliveira Carvalho2014-03-26
* adapt to the style guildelinesPetter Wahlman2014-03-19
* Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.Thomas Wienecke2014-03-15
* Replace UINT32_T by uint32_tFelipe Oliveira Carvalho2014-03-14
* Move exarg_T and cmdarg_T from structs.h to normal.hFelipe Oliveira Carvalho2014-03-09
* Fix style issues.Thomas Wienecke2014-03-06
* Extract crypt.c from misc2.cFelipe Oliveira Carvalho2014-03-06
* Rename and refactor mch_FullName.Thomas Wienecke2014-03-04