aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* coverity/155513: Do not assume xcalloc can return NULLZyX2017-01-23
* vim-patch:7.4.2065 (#5950)Shougo2017-01-15
* vim-patch:7.4.2160 (#5952)Shougo2017-01-15
* job: Consume content from rbuffer before invoking the callback againJames McCoy2017-01-14
* eval: Remove dictwatcher from watchers queue before freeing itJames McCoy2017-01-12
* system([...]): Set v:shell_error=-1 if not executable.Rui Abreu Ferreira2017-01-11
* vim-patch:7.4.2009James McCoy2017-01-10
* vim-patch:7.4.2008James McCoy2017-01-10
* memory: Restore entered_free_all_mem functionalityZyX2017-01-07
* eval: Fix failing testZyX2017-01-07
* unittest: Add dict_items functionZyX2017-01-07
* eval: Make sure that copyID is reset when neededZyX2017-01-07
* Merge pull request #5826 from ZyX-I/fix-typval_encodeJames McCoy2017-01-06
|\
| * eval: Fix typoZyX2017-01-07
| * eval: Work with reference cycles in partials (self) properlyZyX2017-01-06
| * eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partialsZyX2017-01-06
| * *: Remove `// fname()` comments near typval_encode includesZyX2017-01-04
| * eval: Fix errorneous early exit when converting lists and dictionariesZyX2017-01-03
| * eval: Fix unused variable error in release buildsZyX2017-01-03
| * eval/typval_encode: Refactor arguments to argument macrosesZyX2017-01-03
| * eval: Do not free partial contents if partial is still referencedZyX2017-01-03
| * eval: Do not free partial lists as listsZyX2017-01-03
| * eval: Fix case when cur_mpsv is NULLZyX2017-01-03
| * eval/typval_encode: Fix infinite loopZyX2017-01-03
| * eval/typval_encode: Refactor big-big macros into .c.h fileZyX2017-01-03
| * eval/typval_encode: Make partial conversions not recursiveZyX2017-01-03
* | eval.c: filter_map(): avoid maybe-uninitialized warning (#5897)Michael Schupikov2017-01-06
* | Merge #5872 justinmk/test_autochdirJustin M. Keyes2017-01-04
|\ \
| * | refactor: Remove VimL function `test()`Justin M. Keyes2017-01-04
| * | refactor: Remove VimL function `test_autochdir()`Justin M. Keyes2017-01-04
| * | vim-patch:6f1d9aShougo Matsushita2017-01-02
| * | vim-patch:7.4.2015Shougo Matsushita2017-01-02
* | | vim-patch:7.4.2043 (#5871)lonerover2017-01-04
* | | fix lint errorlonerover2017-01-03
* | | vim-patch:7.4.1847lonerover2017-01-03
| |/ |/|
* | lintJames McCoy2017-01-02
* | vim-patch:7.4.1868James McCoy2017-01-01
* | vim-patch:7.4.1866James McCoy2017-01-01
|/
* lintJames McCoy2016-12-28
* vim-patch:7.4.2277James McCoy2016-12-28
* vim-patch:7.4.2273James McCoy2016-12-28
* vim-patch:7.4.2272James McCoy2016-12-28
* vim-patch:7.4.2226James McCoy2016-12-28
* vim-patch:7.4.2215James McCoy2016-12-28
* vim-patch:7.4.2204James McCoy2016-12-28
* lintJames McCoy2016-12-27
* vim-patch:7.4.1768James McCoy2016-12-27
* vim-patch:7.4.1816 (#5833)lonerover2016-12-26
* eval.c: set_selfdict(): Fix invalid memory access.Justin M. Keyes2016-12-14
* Add some tests and cleanup.Michael Ennen2016-12-12