summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/regexp.c
AgeCommit message (Expand)AuthorFiles
2026-04-23vim-patch:partial:9.2.0315: missing bound-checks (#39334)zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-13vim-patch:9.2.0339: regexp: nfa_regmatch() allocates and frees too often (#38...zeertzjq1
2026-04-04vim-patch:9.2.0298: Some internal variables are not modified (#38758)zeertzjq1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
2026-03-11vim-patch:9.2.0137: [security]: crash with composing char in collection range...zeertzjq1
2026-03-10vim-patch:9.2.0131: potential buffer overflow in regdump() (#38217)zeertzjq1
2026-02-22vim-patch:9.2.0041: Not always using GA_CONCAT_LITERALzeertzjq1
2026-01-15vim-patch:9.1.0701: crash with NFA regex engine when searching for composing ...zeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2025-12-29vim-patch:9.1.2030: inefficient use of ga_concat() (#37151)zeertzjq1
2025-10-12vim-patch:8.2.3962: build fails for missing error messageJan Edmund Lazo1
2025-10-11vim-patch:9.0.1427: warning for uninitialized variableJan Edmund Lazo1
2025-08-28vim-patch:9.1.1700: Multiline ignorecase specific pattern does not match with...zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-10vim-patch:9.1.1611: possible undefined behaviour in mb_decompose() (#35275)zeertzjq1
2025-03-29vim-patch:9.1.1258: regexp: max \U and \%U value is limited by INT_MAX (#33156)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-28fix(regexp): fix typo in E888 error message (#30161)Eisuke Kawashima1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-08-01vim-patch:9.1.0650: Coverity warning in cstrncmp() (#29944)zeertzjq1
2024-07-31vim-patch:9.1.0645: regex: wrong match when searching multi-byte char case-in...zeertzjq1
2024-07-31vim-patch:9.0.0105: illegal memory access when pattern starts with illegal bytezeertzjq1
2024-07-17vim-patch:9.0.0414: matchstr() still does not match column offsetzeertzjq1
2024-07-17vim-patch:9.0.0407: matchstr() does match column offsetzeertzjq1
2024-07-17vim-patch:9.0.0228: crash when pattern looks below the last linezeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-24vim-patch:9.1.0438: Wrong Ex command executed when :g uses '?' as delimiter (...zeertzjq1
2024-05-24vim-patch:9.1.0436: Crash when using '?' as separator for :s (#28955)zeertzjq1
2024-05-20vim-patch:9.1.0409: too many strlen() calls in the regexp engine (#28857)zeertzjq1
2024-05-15docs: misc (#28609)dundargoc1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-14refactor: fix clang NonNullParamChecker warnings (#28327)zeertzjq1
2024-04-11vim-patch:9.1.0297: Patch 9.1.0296 causes too many issues (#28263)zeertzjq1
2024-04-10vim-patch:9.1.0296: regexp: engines do not handle case-folding well (#28259)zeertzjq1
2024-03-28vim-patch:9.1.0217: regexp: verymagic cannot match before/after a mark (#28074)zeertzjq1
2024-02-14vim-patch:9.1.0105: Style: typos found (#27462)zeertzjq1
2024-01-23vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#...zeertzjq1
2024-01-12vim-patch:9.1.0011: regexp cannot match combining chars in collection (#26992)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-05refactor: move structs from regexp_defs.h to regexp.c (#26899)zeertzjq1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-23refactor: remove os_errmsg and os_msg functionsdundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1