aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
Commit message (Expand)AuthorAge
* vim-patch:7.4.2209James McCoy2017-04-19
* vim-patch:7.4.2152James McCoy2017-04-19
* Merge #6533 'Fix PVS-studio warnings'Justin M. Keyes2017-04-17
|\
| * *: Fix linter errorsZyX2017-04-16
| * eval: Fix position of buf declarationZyX2017-04-16
| * eval: Remove unneeded !eap->skip checkZyX2017-04-16
| * eval: Remove unneeded varp checkZyX2017-04-16
| * eval: Remove unneeded varp checkZyX2017-04-16
| * eval: Fix condition in f_serverstopZyX2017-04-16
| * eval: Refactor nr2char()ZyX2017-04-16
| * eval: Silence octal constant warningZyX2017-04-16
| * eval: Fix useless NULL checkZyX2017-04-16
| * eval: Refactor f_char2nrZyX2017-04-16
| * eval: Fix V547: `d == NULL` was already checked at line 2986ZyX2017-04-16
| * eval: Silence eap->skip false positivesZyX2017-04-16
|/
* Merge #6219 from jbradaric/vim-7.4.2170Justin M. Keyes2017-04-16
|\
| * eval.c: Code style fixesJurica Bradaric2017-04-15
| * Merge remote-tracking branch 'origin/master' into vim-7.4.2170James McCoy2017-04-05
| |\
| * | vim-patch:7.4.2180Jurica Bradaric2017-03-20
| * | vim-patch:7.4.2170Jurica Bradaric2017-03-20
* | | 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