aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove project int types: Case long_i: Replace with plain long.Eliseo Martínez2014-05-03
* Remove project int types: Case int_u: Replace with uint32_t.Eliseo Martínez2014-05-03
* Remove project int types: Case short_u: Replace with uint16_t.Eliseo Martínez2014-05-03
* Improve test_eval.inMarco Hinz2014-05-02
* 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
* Remove two-iteration loop from check_keyword_idPavel Platto2014-05-02
* Remove two-iteration loop from expand_filenamePavel Platto2014-05-02
* Remove two-iteration loop from ExpandGenericPavel Platto2014-05-02
* Move `concat_strings` from path.cJohn Schmidt2014-05-02
* Extract strings.c from misc2.cJohn Schmidt2014-05-02
* Added missing #define guards in headersHinidu2014-05-01
* Replace 'alloc' with 'xmalloc' in some files.Chris Watkins2014-05-01
* revert #652Justin M. Keyes2014-05-01
* Remove incorrect trailing backslashJoel Teichroeb2014-04-30
* vim-patch:7.4.272Marco Hinz2014-04-30
* Remove NUL macroMarco Hinz2014-04-29
* vim-patch:7.4.268Marco Hinz2014-04-29
* Refactor test_evalMarco Hinz2014-04-29
* vim-patch:7.4.269Marco Hinz2014-04-29
* vim-patch:7.4.266Marco Hinz2014-04-29
* Changed variable types to fixed-size.Klemen Košir2014-04-29
* Added crypt.h doxygen comments.Klemen Košir2014-04-29
* Cleanup crypt.h/.c to follow the style guide.Klemen Košir2014-04-29
* Cleanuponi-link2014-04-29
* Call to rettv_list_alloc cannot fail.oni-link2014-04-29
* Call to list_append_tv cannot fail.oni-link2014-04-29
* Call to list_append_number cannot fail.oni-link2014-04-29
* Updated comments in spell.h/.c to follow the style guide.Klemen Košir2014-04-29
* vim-patch:7.4.262Klemen Košir2014-04-29
* garray: comment and refactor a bit moreNicolas Hillegeer2014-04-29
* garray: refactor and optimize ga_concatNicolas Hillegeer2014-04-29
* garray: make parameter of ga_concat_strings constNicolas Hillegeer2014-04-29
* garray: implement ga_concat_strings_sepNicolas Hillegeer2014-04-29
* garray: reimplement ga_concat_strings with stpcpyNicolas Hillegeer2014-04-29
* memory: implement xstp(n)cpyNicolas Hillegeer2014-04-29
* garray: refactor ga_growNicolas Hillegeer2014-04-29
* 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