aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval/decode.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove redundant const char * castsii142023-04-07
* vim-patch:9.0.1380: CTRL-X on 2**64 subtracts two (#22530)zeertzjq2023-03-05
* refactor(build): graduate msgpack-c FLOAT32 "feature" since foreverbfredl2023-03-03
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* refactor: clint (#20600)Lewis Russell2022-10-12
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: fix indent in decode.c (#16543)zeertzjq2021-12-06
* lint (#16526)Jan Edmund Lazo2021-12-05
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: format #15702dundargoc2021-09-18
* feat(decode_string): decode binary string with NULs to BlobSean Dewar2021-09-15
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* robustness: avoid adding offset to NULL pointerBjörn Linse2020-09-04
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* eval/decode: Silence PVS/V547: code written for 32-bit integersZyX2018-04-09
* Merge #7806 from ZyX-I/list-statJustin M. Keyes2018-01-15
|\
| * *: Provide list length when allocating listsZyX2018-01-14
* | coverity/169163: decode_string: Null pointer derefJustin M. Keyes2018-01-11
|/
* *: Remove most calls to tv_list_item_allocZyX2017-12-24
* *: Fix linter errorsZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* *: Start hiding list implementationZyX2017-12-10
* eval/decode.c: Avoid NULL arg to memchr() #7332Adrian Neumann2017-11-06
* lintJames McCoy2017-06-04
* vim-patch:7.4.1976James McCoy2017-06-04
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * *: Add comment to all C filesZyX2017-04-19
* | Merge branch 'master' into luaviml'/luaZyX2017-04-10
|\|
| * *: Remove useless assertsZyX2017-04-08
| * *: Fix linter errorsZyX2017-04-08
| * eval/*code,shada: Drop support for converting UTF-8 from/to p_encZyX2017-04-08
| * eval/decode: Omit calling convert_setup for each stringZyX2017-04-08
| * eval/decode,shada: Do not forget to clean up convertersZyX2017-04-08
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * Add handling for MSGPACK_OBJECT_FLOAT{32,64}James McCoy2017-03-30
| * *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29