aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* Fix some "out of memory" comments and few cosmeticsFelipe Oliveira Carvalho2014-06-16
* No OOM in concat_str() (few remaining cases)Felipe Oliveira Carvalho2014-06-16
* No OOM in vim_strsave_escape_csi()Felipe Oliveira Carvalho2014-06-16
* No OOM in home_replace_save()Felipe Oliveira Carvalho2014-06-16
* No OOM in vim_strsave_escaped[_ext]()Felipe Oliveira Carvalho2014-06-16
* No OOM in autoload_name()Felipe Oliveira Carvalho2014-06-16
* No OOM in list_insert_tv() and list_extend()Felipe Oliveira Carvalho2014-06-16
* No OOM in listitem_alloc()Felipe Oliveira Carvalho2014-06-16
* No OOM in dictitem_copyFelipe Oliveira Carvalho2014-06-16
* No OOM in hash_may_resize() and hash_add_item()Felipe Oliveira Carvalho2014-06-16
* No OOM in dictitem_alloc()Felipe Oliveira Carvalho2014-06-16
* No OOM in dict_alloc() and rettv_dict_alloc()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: eval.cDouglas Schneider2014-06-13
* move/remove W_* macrosBrandon Coleman2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* text: remove useless arg from mb_string2cellsNicolas Hillegeer2014-06-08
* Remove USE_CR and tag_fgets. #808Justin M. Keyes2014-06-06
* vim-patch:7.4.286 #750oni-link2014-06-05
* Fix some stylesZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_FLOATHinidu2014-05-28
* Remove FEAT_COMPL_FUNCHinidu2014-05-28
* Remove FEAT_CMDL_COMPLHinidu2014-05-28
* Remove ml_ prefix from cursor.h functionsPavel Platto2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* API: Events: Add support for broadcasting eventsThiago de Arruda2014-05-28
* API: Events: Implement channel_send_event and vimscript wrapperThiago de Arruda2014-05-26
* Dead code: Remove unused vimscript functions(from FEAT_CLIENTSERVER)Thiago de Arruda2014-05-26
* Merge #708 'Remove NULL/non-NULL tests after vim_str(n)save'Justin M. Keyes2014-05-22
|\
| * Remove OOM checks: suggested changes in reviewFelipe Oliveira Carvalho2014-05-19
| * Remove OOM checks: do_string_sub()Felipe Oliveira Carvalho2014-05-19
| * Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
| * Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* | Remove cryptographyJohn Schmidt2014-05-20
|/
* Replace if (ga->ga_len) with if (!GA_EMPTY(ga))Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len == 0 checks with GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15