aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/typval.h
Commit message (Expand)AuthorAge
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0515: reloading a script gives errors for existing functionserw72019-09-04
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.1.0130: ":profdel func" does not work if func was called alreadyDaniel Hahler2019-06-08
* vim-patch:8.0.1590: padding in list type wastes memory (#9119)Jan Edmund Lazo2018-10-13
* vim-patch:8.0.0593: DRY: setting list/dict return value (#8639)Jan Edmund Lazo2018-06-30
* eval/typval: Remove struct dictitem_S which is not used anywhereZyX2018-04-20
* eval: Fix PVS/V547: ufunc_T is actually an incomplete typeZyX2018-04-10
* build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes2018-03-18
* eval/typval: Log list actionsZyX2018-01-14
* *: Provide list length when allocating listsZyX2018-01-14
* eval: Refactor some potentially dangerous list appendsZyX2017-12-25
* clint,eval: Make linter check for direct usage of list attributesZyX2017-12-12
* eval/typval: Fix typoZyX2017-12-11
* *: Finish hiding list implementationZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* eval/typval: Add macros useful for hiding list item implementationZyX2017-12-10
* eval/typval: Add functions useful for hiding list implementationZyX2017-12-10
* ex_getln: Replace global with entry in save_cclineZyX2017-07-17
* vim-patch:7.4.1976James McCoy2017-06-04
* unittests: Add a test for TV_CSTRINGZyX2017-04-14
* eval: Change the point at which arg_errmsg and its length are changedZyX2017-04-14
* eval: Use tv_is_func in place of ==VAR_FUNC||==VAR_PARTIALZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* eval/typval: Add missing includes, also add a script to find themZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-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
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29