summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/strings.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-01refactor: move StringBuilder to types_defs.h (#33745)Gregory Anders1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-07-13refactor(declarations): also generate prototypes for functions in headersbfredl1
2024-05-20vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)zeertzjq1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move function macros out of vim_defs.h (#26300)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2022-09-25refactor: move klib out of src/nvim/ #20341dundargoc1
2022-05-20ci: lint with uncrustify #18563dundargoc1
2022-05-14refactor(api/nvim_cmd): use `kvec_t` for constructing cmdline stringFamiu Haque1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2018-04-09buffer: PVS/V557: Refactor maketitle()ZyX1
2017-03-29eval: Split eval.c into smaller filesZyX1
2017-03-27ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA1
2017-02-20strings.h: Include <stdarg.h> for vim_vsnprintf's use of va_listJames McCoy1
2017-02-14message,strings: Move vim_*printf functions to strings.cZyX1
2014-07-11Include stdbool.h in headers which have functions with bool in signaturePavel Platto1
2014-06-02Add automatic generation of headersZyX1
2014-05-19Implement vim_str(n)save using xstrdup and strncpy/xmallocFelipe Oliveira Carvalho1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1