summaryrefslogtreecommitdiffstats
path: root/src/regexp.c
AgeCommit message (Expand)Author
2024-02-13patch 9.1.0105: Style: typos foundv9.1.0105zeertzjq
2024-01-22patch 9.1.0043: ml_get: invalid lnum when :s replaces visual selectionv9.1.0043Christian Brabandt
2024-01-04patch 9.1.0011: regexp cannot match combining chars in collectionv9.1.0011Christian Brabandt
2023-09-18patch 9.0.1908: undefined behaviour upper/lower function ptrsv9.0.1908Yee Cheng Chin
2023-09-02patch 9.0.1853: CI error on different signedness in regexp.cv9.0.1853Christian Brabandt
2023-09-02patch 9.0.1848: [security] buffer-overflow in vim_regsub_both()v9.0.1848Christian Brabandt
2023-05-31patch 9.0.1594: some internal error messages are translatedv9.0.1594RestorerZ
2023-05-09patch 9.0.1532: crash when expanding "~" in substitute causes very long textv9.0.1532Bram Moolenaar
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-01-18patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan
2022-11-26patch 9.0.0951: trying every character position for a match is inefficientv9.0.0951Bram Moolenaar
2022-11-25patch 9.0.0950: the pattern "\_s\zs" matches at EOLv9.0.0950Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-01patch 9.0.0634: evaluating "expr" options has more overhead than neededv9.0.0634Bram Moolenaar
2022-09-20patch 9.0.0513: may not be able to use a pattern ad the debug promptv9.0.0513Bram Moolenaar
2022-09-16patch 9.0.0480: cannot use a :def varargs function with substitute()v9.0.0480zeertzjq
2022-09-16patch 9.0.0476: varargs does not work for replacement function of substitute()v9.0.0476zeertzjq
2022-08-26patch 9.0.0282: a nested timout stops the previous timeoutv9.0.0282Bram Moolenaar
2022-07-29patch 9.0.0105: illegal memory access when pattern starts with illegal bytev9.0.0105Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-07-07patch 9.0.0047: using freed memory with recursive substitutev9.0.0047Bram Moolenaar
2022-06-23patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar
2022-06-21patch 8.2.5146: memory leak when substitute expression nestsv8.2.5146Bram Moolenaar
2022-06-20patch 8.2.5141: using "volatile int" in a signal handler might be wrongv8.2.5141Bram Moolenaar
2022-06-19patch 8.2.5129: timeout handling is not optimalv8.2.5129Bram Moolenaar
2022-06-17patch 8.2.5115: search timeout is overrun with some patternsv8.2.5115Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-05-30patch 8.2.5046: vim_regsub() can overwrite the destinationv8.2.5046Bram Moolenaar
2022-05-05patch 8.2.4870: Vim9: expression in :substitute is not compiledv8.2.4870LemonBoy
2022-04-23patch 8.2.4810: missing changes in one filev8.2.4810Bram Moolenaar
2022-04-04patch 8.2.4687: "vimgrep /\%v/ *" may cause a crashv8.2.4687Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-30patch 8.2.4262: some search tests failv8.2.4262Bram Moolenaar
2022-01-30patch 8.2.4261: accessing invalid memory in a regular expressionv8.2.4261Bram Moolenaar
2022-01-05patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-05patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar
2022-01-04patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar
2022-01-02patch 8.2.3987: error messages are spread outv8.2.3987Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2021-12-30patch 8.2.3949: using freed memory with /\%Vv8.2.3949Bram Moolenaar
2021-12-13patch 8.2.3796: the funcexe_T struct members are not named consistentlyv8.2.3796Bram Moolenaar
2021-12-05patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-11-17patch 8.2.3612: using freed memory with regexp using a markv8.2.3612Bram Moolenaar
2021-07-21patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-05-30patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar