aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* move update_screen() flags to screen.hBrandon Coleman2014-06-12
* SVG coverage badge #821Sahat Yalkabov2014-06-12
* Merge #804 'Coverity fix resource leaks 1b'Justin M. Keyes2014-06-12
|\
| * coverity/13685: silence NUL-termnation fpNicolas Hillegeer2014-06-12
| * coverity/13770: add_keyword(), mark as false pos.Nicolas Hillegeer2014-06-12
| * coverity/62615: fix leak in write_reg_contents_exNicolas Hillegeer2014-06-12
| * coverity/62617: fix leak in set_string_defaultNicolas Hillegeer2014-06-12
|/
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add function attributes to functions in memory.h #811Wesley Wiser2014-06-10
* Prevent null-pointer deference during vim_eval #785Andrew Chin2014-06-10
* deleted unused defines in vim.h #772Brandon Coleman2014-06-10
* Merge #783 'Nul terminate pascal strings'Justin M. Keyes2014-06-08
|\
| * api: unify string conversions, simplify interopNicolas Hillegeer2014-06-08
| * api: also NUL-terminate Strings made from cstrsNicolas Hillegeer2014-06-08
| * api: remove some redundant string copiesNicolas Hillegeer2014-06-08
| * msgpack: NULL terminate incoming stringsNicolas Hillegeer2014-06-08
|/
* Merge #777 'Constify text enc args fix mb_string2cells'Justin M. Keyes2014-06-08
|\
| * text: remove useless arg from mb_string2cellsNicolas Hillegeer2014-06-08
| * text/encoding: constify argumentsNicolas Hillegeer2014-06-07
|/
* vim-patch:7.4.290 #753oni-link2014-06-06
* vim-patch:7.4.292 #754oni-link2014-06-06
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* Add more commented patch numbers to version.c (2) #763oni-link2014-06-05
* vim-patch:7.4.289 #752oni-link2014-06-05
* vim-patch:7.4.288 #751oni-link2014-06-05
* vim-patch:7.4.286 #750oni-link2014-06-05
* vim-patch:7.4.284 #748oni-link2014-06-05
* vim-patch:7.4.282 #747oni-link2014-06-05
* vim-patch:7.4.281 #746oni-link2014-06-05
* vim-patch:7.4.280 #745oni-link2014-06-05
* Merge #738 'vim-patch:7.4.275'Justin M. Keyes2014-06-04
|\
| * vim-patch:7.4.275Douglas Schneider2014-06-04
|/
* Merge #744 'vim-patch:7.4.277'Justin M. Keyes2014-06-04
|\
| * vim-patch:7.4.277oni-link2014-06-04
|/
* Fix diagrams in ex_cmds.c #798Justin M. Keyes2014-06-02
* Merge branch 'make-gendeclarations-friendly-to-incremental-builds'Thiago de Arruda2014-06-02
|\
| * Make gendeclarations.lua more friendly to incremental buildsThiago de Arruda2014-06-02
|/
* Merge pull request #710 'Automatically generate declarations'Thiago de Arruda2014-06-02
|\
| * Use generated static declarations in cursor.cZyX2014-06-02
| * Use generated headers in os.hZyX2014-06-02
| * Add REAL_FATTR_ macros to func_attr.h, use them in lib/k*ZyX2014-06-02
| * Move memory.h include above func_attr.h includeZyX2014-06-02
| * Remove unneeded klist include in channel.cZyX2014-06-02
| * Remove a number of unneeded func_attr includesZyX2014-06-02
| * Add missing include to mbyte.cZyX2014-06-02
| * Fix some stylesZyX2014-06-02
| * Add include guard to ex_cmds_defsZyX2014-06-02
| * Make nvim/lib/k*.h headers be the last one in the listZyX2014-06-02
| * Surround nvim/func_attr.h includes with define/undef DEFINE_FUNC_ATTRIBUTESZyX2014-06-02
| * Remove remaining declarations with new script: finddeclarations.plZyX2014-06-02