aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* replaced some mch_stat() with os_get_file_info()Stefan Hoffmann2014-05-09
* replaced some mch_stat() with os_file_exists()Stefan Hoffmann2014-05-09
* No OOM error in make_filter_cmd()Felipe Oliveira Carvalho2014-05-07
* Replace lalloc() with xmalloc()Felipe Oliveira Carvalho2014-05-07
* replaced `vim_free()` calls with `free()` callsMatthias Beyer2014-05-05
* 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
* Don't retry to make the tempname in write_viminfo() with shortname=1Felipe Oliveira Carvalho2014-05-02
* Remove checks for SHORT_FNAME and USE_LONG_FNAME.Chris Watkins2014-05-02
* Replace 'alloc' with 'xmalloc' in some files.Chris Watkins2014-05-01
* revert #652Justin M. Keyes2014-05-01
* Remove NUL macroMarco Hinz2014-04-29
* Use portable format specifiers: Improve arguments formatting.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 ga_concat_strings(), concat_fnames(), concat_str()Felipe Oliveira Carvalho2014-04-24
* Use portable format specifiers: Case %ld - localized - EMSGN.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - vim_snprintf_add.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - vim_snprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - vim_snprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - smsg.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - sprintf.Eliseo Martínez2014-04-23
* vim-patch:7.4.245oni-link2014-04-17
* Remove modelinesMarco Hinz2014-04-16
* vim-patch:7.4.251Marco Hinz2014-04-16
* vim-patch:7.4.232Marco Hinz2014-04-16
* vim-patch:7.4.209oni-link2014-04-14
* removed mch_remove macroStefan Hoffmann2014-04-11
* Remove OOM error handling code after ga_grow() callsFelipe Oliveira Carvalho2014-04-11
* Replace `alloc_check` by `xmalloc`John Schmidt2014-04-10
* Remove Amiga stuffJohn Schmidt2014-04-05
* remove DO_AUTOCHDIRaph2014-04-04
* vim-patch:7.4.170oni-link2014-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
* Rename FPC_* constants.Thomas Wienecke2014-04-03
* Test and refactor gettail -> path_tail.Thomas Wienecke2014-04-03
* Refactor fullpathcmp -> path_full_compare.Thomas Wienecke2014-04-03
* move check_file_readonly() into /src/os/fs.c and rename itStefan Hoffmann2014-04-03
* Remove feature HAVE_QSORToni-link2014-03-31
* Rename ga_init2() to ga_init()John Schmidt2014-03-31
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* Re-integrate FEAT_SIGNS code, close #383Justin M. Keyes2014-03-29
* Extract path.c from misc1.cJohn Schmidt2014-03-29
* Rename mch_* functions to os_* in os module.Thomas Wienecke2014-03-27