aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.327 #1010André Twupack2014-08-13
* vim-patch:7.4.323 #967André Twupack2014-08-07
* Refactor vim_feedkeys and f_feedkeysRui Abreu Ferreira2014-08-07
* Remove FEAT_TAG_ANYWHITEPavel Platto2014-08-02
* eval: re-add has('mac') and has('macunix') #976Nicolas Hillegeer2014-07-30
* eval: re-remove USE_CR #1002Nicolas Hillegeer2014-07-30
* Remove FEAT_MOUSE_JSBFredrik Fornwall2014-07-29
* Remove unused arg 'defer' in 'job_start' #1000oni-link2014-07-29
* eval: reimplement f_system() on top of os_system()Nicolas Hillegeer2014-07-27
* viml: re-add sha256() functionNicolas Hillegeer2014-07-21
* startuptime: always enable startuptimeNicolas Hillegeer2014-07-20
* provider: Add support for python commands/functionsThiago de Arruda2014-07-17
* provider: Add support functions for calling external interpretersThiago de Arruda2014-07-17
* provider: New module used to expose extension points for core servicesThiago de Arruda2014-07-17
* job: No longer free the job data. It's now done by the exit callbackThiago de Arruda2014-07-17
* wstream: Pass WBuffer refcount as a constructor parameterThiago de Arruda2014-07-17
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Use strict function prototypes #945Pavel Platto2014-07-14
* os_open: impl mch_open with libuv. ref #133Justin M. Keyes2014-07-14
* move defines from vim.hBrandon Coleman2014-07-12
* vim-patch:7.4.306 #842Will Stamper2014-07-11
* c99: remove vim_round #909Nicolas Hillegeer2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move stdarg.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move locale.h include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* libcall: remove libcall ifdefsNicolas Hillegeer2014-06-28
* os: implement VimL libcall with {mch,os}_libcallNicolas Hillegeer2014-06-28
* channel/msgpack_rpc: Refactor to better split functions across modulesThiago de Arruda2014-06-24
* channel: Implement the 'channel_send_call' functionThiago de Arruda2014-06-24
* job: Add a `maxmem` parameter to job_startThiago de Arruda2014-06-24
* job: Fix vimscript wrapper by returning when an invalid id is passedThiago de Arruda2014-06-24
* vim-patch:7.4.298 #815oni-link2014-06-20
* coverity/68215: removed failed variable + dead code from f_readfile #860Will Stamper2014-06-18
* spatch to drop check after alloc/lalloc/xmalloc #690Nikolay Orlyuk2014-06-18
* api: Change type of event data to `Object` from `typval_T`Thiago de Arruda2014-06-18
* job: Refactor job_write to receive WBuffer instances.Thiago de Arruda2014-06-18
* job: Add defer flag and setter methodThiago de Arruda2014-06-18
* job: Refactor to use pointers instead of idsThiago de Arruda2014-06-18
* Remove unnecessary comments and unnecessary returnFelipe Oliveira Carvalho2014-06-16
* No OOM for list_alloc()Felipe Oliveira Carvalho2014-06-16
* Fix some "out of memory" comments and few cosmeticsFelipe Oliveira Carvalho2014-06-16