aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0438: Wrong Ex command executed when :g uses '?' as delimiter (...zeertzjq2024-05-24
* vim-patch:9.1.0436: Crash when using '?' as separator for :s (#28955)zeertzjq2024-05-24
* vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)zeertzjq2024-05-20
* docs: misc (#28609)dundargoc2024-05-15
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* refactor: fix clang NonNullParamChecker warnings (#28327)zeertzjq2024-04-14
* vim-patch:9.1.0297: Patch 9.1.0296 causes too many issues (#28263)zeertzjq2024-04-11
* vim-patch:9.1.0296: regexp: engines do not handle case-folding well (#28259)zeertzjq2024-04-10
* vim-patch:9.1.0217: regexp: verymagic cannot match before/after a mark (#28074)zeertzjq2024-03-28
* vim-patch:9.1.0105: Style: typos found (#27462)zeertzjq2024-02-14
* vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#...zeertzjq2024-01-23
* vim-patch:9.1.0011: regexp cannot match combining chars in collection (#26992)zeertzjq2024-01-12
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: move structs from regexp_defs.h to regexp.c (#26899)zeertzjq2024-01-05
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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
* build: rework IWYU mapping filesdundargoc2023-11-25
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: bump uncrustify versiondundargoc2023-11-19
* vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq2023-11-17
* vim-patch:9.0.1532: crash when expanding "~" in substitute causes very long textzeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: the long goodbyedundargoc2023-11-05
* refactor: combine regexp filesdundargoc2023-11-05
* refactor: the long goodbyedundargoc2023-10-09
* 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.1908: undefined behaviour upper/lower function ptrs (#25238)zeertzjq2023-09-19
* vim-patch:9.0.1848: [security] buffer-overflow in vim_regsub_both() (#25001)zeertzjq2023-09-03
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* fix(runtime): do not allow breakcheck inside runtime path calculationbfredl2023-04-19
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01