aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.c
Commit message (Expand)AuthorAge
* vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq2025-01-24
* feat(messages): add :!cmd shell message kindsLuuk van Baal2025-01-15
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* refactor: fix incorrect use of enum (#30631)zeertzjq2024-10-03
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(stream.c): unused params in stream_close #30356Justin M. Keyes2024-09-12
* refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* refactor(os/shell): we have DynamicBuffer at homebfredl2024-06-09
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* docs: fix typos (#27868)dundargoc2024-03-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* vim-patch:9.0.1946: filename expansion using ** in bash may failzeertzjq2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* fix: fix compiler warning from clangdundargoc2023-09-09
* refactor: uncrustifydundargoc2023-04-26
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor(build): remove unused stdlib function and include checksbfredl2023-03-03
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: fix typos (#20394)dundargoc2022-09-30