aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Test and refactor `shorten_fname` and `shorten_fname1`John2014-04-29
* Remove `shorten_filenames` (dead code)John Schmidt2014-04-29
* Remove references to FEAT_{X11,CLIPBOARD} and USE_XSMP.Chris Watkins2014-04-28
* path: add 'garray.h' to headersNicolas Hillegeer2014-04-28
* vim-patch:7.4.241oni-link2014-04-28
* vim-patch:7.4.265Klemen Košir2014-04-28
* vim-patch:7.4.264Marco Hinz2014-04-28
* Use portable format specifiers: Improve arguments formatting.Eliseo Martínez2014-04-28
* Use portable format specifiers: Clarify some casted expressions.Eliseo Martínez2014-04-28
* Fix garray.* according to -WconversionMarco Hinz2014-04-28
* Use portable format specifiers: Case %ld - plain - sscanf.Eliseo Martínez2014-04-28
* Remove useless modelines (pt2)Marco Hinz2014-04-28
* Call to list_append_string cannot fail.oni-link2014-04-28
* Call to list_append_dict cannot fail.oni-link2014-04-28
* Remove code and checks for unsupported systems.Chris Watkins2014-04-28
* Remove `alloc_clear`John Schmidt2014-04-28
* vim-patch:7.4.260Marco Hinz2014-04-25
* Tests: prettify MakefileMarco Hinz2014-04-25
* vim-patch:7.4.261Marco Hinz2014-04-25
* Broken build on 32 bit: Pending TODO: Reenable assertion.Eliseo Martínez2014-04-24
* Remove O_EXTRA which was only for EMX and cygwin.Chris Watkins2014-04-24
* Remove mch_screenmode, inline EMSG into ex_mode()Stefan Hoffmann2014-04-24
* Add cast to unsigned to improve div by 2 in find_internal_func()Felipe Oliveira Carvalho2014-04-24
* Use /2 and 2* instead of >>1 and <<1 which are tricky with signed typesFelipe Oliveira Carvalho2014-04-24
* Remove OOM test in set_context_in_menu_cmd()Felipe Oliveira Carvalho2014-04-24
* No OOM error condition in some ml_* functionsFelipe Oliveira Carvalho2014-04-24
* No OOM error condition in get_register() and yank_copy_line()Felipe Oliveira Carvalho2014-04-24
* Add FUNC_ATTR_NONNULL_RET to some functionsFelipe Oliveira Carvalho2014-04-24
* No OOM error conditions in quickfix.c and regex_nfa.cFelipe Oliveira Carvalho2014-04-24
* No OOM error in call_shell() and read_string()Felipe Oliveira Carvalho2014-04-24
* No OOM error conditions in some functions of window.cFelipe Oliveira Carvalho2014-04-24
* No OOM errors in mb_str2wide, slang_alloc, open_spellbufFelipe Oliveira Carvalho2014-04-24
* No OOM error condition in cs_make_vim_style_matches()Felipe Oliveira Carvalho2014-04-24
* No OOM error condition in save_patterns()Felipe Oliveira Carvalho2014-04-24
* No OOM error condition in prt_build_cid_fontname()Felipe Oliveira Carvalho2014-04-24
* No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()Felipe Oliveira Carvalho2014-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
* vim-patch:7.4.237oni-link2014-04-24
* Use portable format specifiers: Clint advice & other.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %l[uoxX] - *.po files.Eliseo Martínez2014-04-23
* Use portable format specifiers: Remove dead code.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %lu - localized - EMSGN.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %l[uoxX] - plain - sprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Support 'll' in vim_snprintf.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - *.po files.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - N_.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - localized - EMSGN.Eliseo Martínez2014-04-23
* Use portable format specifiers: Case %ld - plain - EMSGN.Eliseo Martínez2014-04-23