aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* vim-patch:8.0.0243Björn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* lintJames McCoy2017-04-07
* vim-patch:8.0.0499James McCoy2017-04-07
* eval: delimit string with NUL byte (#6467)Nicolas Hillegeer2017-04-07
* eval: Add s flag, use p_fs by default, error out on unknown flagZyX2017-04-03
* eval: Make writefile() able to disable fsync()ZyX2017-04-02
* eval: Do not allocate FileDescriptorZyX2017-04-01
* eval,fileio: Omit additional fsync() callZyX2017-04-01
* Merge pull request #6397 from jamessan/coverityJames McCoy2017-03-31
|\
| * coverity/161216: Ensure buf is valid for lifetime of defstrJames McCoy2017-03-30
* | vim-patch:7.4.2104 (#6332)Michael Ennen2017-03-31
|/
* *: Use const char * in set_one_cmd_contextZyX2017-03-29
* eval: Fix -Werror=unitialized from QBZyX2017-03-29
* eval: Do not supply S_LEN to strncmpZyX2017-03-29
* eval: Fix extend() behaviour with NULL lists and dictionariesZyX2017-03-29
* eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIALZyX2017-03-29
* eval: Do not use S_LEN as snprintf argumentZyX2017-03-29
* eval: Fix SEGV in test49ZyX2017-03-29
* eval: Fix len argument to xstrlcatZyX2017-03-29
* eval: Fix linter errorsZyX2017-03-29
* *: Make some more things const and with lengthZyX2017-03-29
* eval: Make dictionary watchers work with empty keysZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* unittests: Add tests for tv_list_find*() functionsZyX2017-03-29
* unittests: Test tv_list_copyZyX2017-03-29
* eval: Move copy_tv to eval/typvalZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* typval.h: Allow non-var expressions in TV_DICT_ITER first argumentZyX2017-03-29
* eval: Make sort always stableZyX2017-03-29
* eval: Remove eval_expr() completelyZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move free_tv to eval/typval.h, remove most of its usagesZyX2017-03-29
* eval: Move get_tv_number[_chk] to eval/typval.cZyX2017-03-29
* eval: Refactor get_tv_lnum_bufZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-03-29
* eval: Move get_tv_string_buf() to eval/typval.cZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* eval: Move get_float_arg to typval.hZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* eval: Move dict_add_list and dict_add_dict to typval.cZyX2017-03-29
* eval: Move dict_set_keys_readonly to typval.cZyX2017-03-29
* eval: Move get_dict_callback to typval.cZyX2017-03-29
* eval: Make setmatches() return -1 in case of some failuresZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* getcompletion("cmdline") (#6376)Justin M. Keyes2017-03-27
* refactor: Remove allow_keys global (#6346)Matthew Malcomson2017-03-25
* vim-patch:7.4.2329 (#6341)Jurica Bradarić2017-03-23