neovim/src
James 119390e7ce
refactor: avoid copying before vim_strup() if possible (#27830)
Current uses of vim_strup() calls memcpy()/strcpy() before calling vim_strup().
This results in 2 * strlen(string) operations.

We can trivially convert to lowercase while copying the string instead.
2024-03-13 04:34:59 +08:00
..
cjson
klib fix(coverity/477623,477624): guard null pointer dereference in kv_concat_len (#27022) 2024-01-15 14:25:57 -06:00
man
mpack fix: buffer overrun in lmpack_session_receive 2024-02-06 01:07:54 +02:00
nvim refactor: avoid copying before vim_strup() if possible (#27830) 2024-03-13 04:34:59 +08:00
termkey Handle mouse buttons 6/7 (often used for horizontal scrolling) 2023-12-31 04:56:35 +08:00
unicode feat: update unicode tables (#27317) 2024-02-04 06:28:51 +08:00
xdiff
.valgrind.supp
bit.c
bit.h
clint.py docs: small fixes (#27364) 2024-03-12 13:51:53 +08:00
coverity-model.c
nlua0.c
uncrustify.cfg build: fix uncrustify 2024-02-21 11:58:28 +01:00