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
/
strings.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.1.2083: multi-byte chars do not work properly with "%.*S" in prin...
Daniel Hahler
2019-09-28
*
vim-patch:8.0.0709: libvterm cannot use vsnprintf()
Jan Edmund Lazo
2019-04-04
*
build: Fix -Wconversion warnings for fpclassify et al
Justin M. Keyes
2019-01-21
*
build: Fix -Wconversion warnings for fpclassify et al
Justin M. Keyes
2019-01-20
*
strings: make vim_snprintf handle %d correctly again
Björn Linse
2018-12-24
*
strings: use (u)int16_t for %h printf format
Jan Edmund Lazo
2018-12-16
*
add func_attr_printf in :
MichaHoffmann
2018-09-24
*
vim-patch:8.0.1468: illegal memory access in del_bytes()
Jan Edmund Lazo
2018-08-24
*
Merge #8833 from janlazo/vim-8.0.1004
Justin M. Keyes
2018-08-12
|
\
|
*
vim-patch:8.0.1421: accessing invalid memory with overlong byte sequence
Jan Edmund Lazo
2018-08-09
*
|
refactor: Replace vim_strrchr() with strrchar() (#8718)
ZviRackover
2018-08-11
|
/
*
vim-patch:8.0.0451: some macros are in lower case
Jan Edmund Lazo
2018-06-12
*
strings.c: Fix PVS/V781: value of 'l + 1' is checked after it was used
Justin M. Keyes
2018-05-20
*
strings: Fix PVS/V547: condition already checked by surrounding if
ZyX
2018-04-22
*
strings: Fix PVS/V779: wrong assert() position
ZyX
2018-04-22
*
Fix for lint
George Zhao
2018-01-19
*
Fix warning about math functions, include isnan, isinf, fpclassify.
George Zhao
2018-01-18
*
strings/tv_float: Explicitly cast v_number to float_T for -Wconversion
James McCoy
2017-06-06
*
vim-patch:7.4.2029
James McCoy
2017-06-04
*
strings: Return NUL from vim_strchr for invalid input
ZyX
2017-05-09
*
Merge #6460 from ZyX-I/1476-changes
Justin M. Keyes
2017-05-08
|
\
|
*
Merge branch 'master' into 1476-changes
ZyX
2017-04-10
|
|
\
|
*
|
strings: Remove vim_strbyte
ZyX
2017-04-07
|
*
|
strings: Replace vim_strchr implementation with a saner one
ZyX
2017-04-07
*
|
|
*: Add comment to all C files
ZyX
2017-04-19
*
|
|
win: vim_strsave_shellescape: Handle 'shellslash'.
Justin M. Keyes
2017-04-12
|
|
/
|
/
|
*
|
vim-patch:8.0.0243
Björn Linse
2017-04-10
*
|
mbyte: replace vim_tolower with mb_tolower handling locale correctly
Björn Linse
2017-04-10
|
/
*
eval: Move remaining get_tv_string* functions to eval/typval.c
ZyX
2017-03-29
*
eval: Move get_tv_number[_chk] to eval/typval.c
ZyX
2017-03-29
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
vim_vsnprintf: fix conversion warning #6333
John Szakmeister
2017-03-22
*
strings: Fix problems found during code review
Jurica Bradaric
2017-03-21
*
vim-patch:7.4.2291
Jurica Bradaric
2017-03-20
*
vim-patch:7.4.2280
Jurica Bradaric
2017-03-20
*
vim-patch:7.4.2266
Jurica Bradaric
2017-03-20
*
vim_vsnprintf: fix conversion error #6311
John Szakmeister
2017-03-18
*
vim-patch:7.4.2292 (#6304)
Jack Bracewell
2017-03-17
*
strings.c: Fix problems found during code review.
Jurica Bradaric
2017-03-06
*
vim-patch:7.4.2220
Jurica Bradaric
2017-03-06
*
strings.c: remove unused assignment
Jente Hidskes
2017-02-20
*
string.c: Include <stdarg.h> for va_list type and va_* macros
James McCoy
2017-02-19
*
Merge #6110 'refactor: Move vim_*printf to strings.c'.
Justin M. Keyes
2017-02-17
|
\
|
*
strings: Fix “unexpected format specifier: %lp” ASAN error
ZyX
2017-02-15
|
*
message,strings: Move vim_*printf functions to strings.c
ZyX
2017-02-14
|
/
*
refactor: Remove strncpy/STRNCPY. (#6008)
Justin M. Keyes
2017-01-26
*
refactor: Replace vim_strcat() with xstrlcat().
Justin M. Keyes
2017-01-23
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
strings: Change order of operands in condition.
Jurica Bradaric
2016-01-24
[next]