index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
eval
/
decode.c
Commit message (
Expand
)
Author
Age
*
refactor: fix indent in decode.c (#16543)
zeertzjq
2021-12-06
*
lint (#16526)
Jan Edmund Lazo
2021-12-05
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
refactor: format #15702
dundargoc
2021-09-18
*
feat(decode_string): decode binary string with NULs to Blob
Sean Dewar
2021-09-15
*
vim-patch:8.1.1355: obvious mistakes are accepted as valid expressions
Sean Dewar
2021-09-11
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
robustness: avoid adding offset to NULL pointer
Björn Linse
2020-09-04
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
build: -Wmissing-prototypes
Justin M. Keyes
2019-02-04
*
eval/decode: Silence PVS/V547: code written for 32-bit integers
ZyX
2018-04-09
*
Merge #7806 from ZyX-I/list-stat
Justin M. Keyes
2018-01-15
|
\
|
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
|
coverity/169163: decode_string: Null pointer deref
Justin M. Keyes
2018-01-11
|
/
*
*: Remove most calls to tv_list_item_alloc
ZyX
2017-12-24
*
*: Fix linter errors
ZyX
2017-12-11
*
*: Hide list implementation in other files as well
ZyX
2017-12-10
*
*: Start hiding list implementation
ZyX
2017-12-10
*
eval/decode.c: Avoid NULL arg to memchr() #7332
Adrian Neumann
2017-11-06
*
lint
James McCoy
2017-06-04
*
vim-patch:7.4.1976
James McCoy
2017-06-04
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
*: Add comment to all C files
ZyX
2017-04-19
*
|
Merge branch 'master' into luaviml'/lua
ZyX
2017-04-10
|
\
|
|
*
*: Remove useless asserts
ZyX
2017-04-08
|
*
*: Fix linter errors
ZyX
2017-04-08
|
*
eval/*code,shada: Drop support for converting UTF-8 from/to p_enc
ZyX
2017-04-08
|
*
eval/decode: Omit calling convert_setup for each string
ZyX
2017-04-08
|
*
eval/decode,shada: Do not forget to clean up converters
ZyX
2017-04-08
*
|
Merge branch 'master' into luaviml'/lua
ZyX
2017-04-08
|
\
|
|
*
Add handling for MSGPACK_OBJECT_FLOAT{32,64}
James McCoy
2017-03-30
|
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
|
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
|
eval/decode: Fix memory leak in JSON functions
ZyX
2017-03-27
*
|
viml/executor: Directly generate typval_T values
ZyX
2017-03-27
|
/
*
lib/kvec: Do not use kv_init unless needed
ZyX
2016-05-30
*
lib/kvec: Remove useless type argument from kv_push macros
ZyX
2016-05-30
*
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
eval/decode: Accept `\r` as space character
ZyX
2016-04-18
*
eval/decode: Do not overflow when parsing `-`
ZyX
2016-04-18
*
eval/decode: Clarify meaning of some pointer arguments
ZyX
2016-04-18
*
eval/decode: Fix typo in internal error message
ZyX
2016-04-18
*
eval/decode: Reject even more numbers
ZyX
2016-04-18
*
*: Fix linter errors
ZyX
2016-04-18
*
eval/decode: Rewrite json_decode_string end as suggested by oni-link
ZyX
2016-04-18
*
eval/decode: Reject more numbers, accept 1e5
ZyX
2016-04-18
*
eval/decode: Do not loose high surrogates followed by high surrogates
ZyX
2016-04-18
*
eval/decode: Make sure that error messages do not cause overflow
ZyX
2016-04-18
*
eval/decode: Make sure that parsing strings does not overflow
ZyX
2016-04-18
*
eval/decode: Make sure that blank input does not crash Neovim
ZyX
2016-04-18
[next]