summaryrefslogtreecommitdiffstats
path: root/src/regexp.c
AgeCommit message (Expand)Author
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-08patch 8.1.1827: allocating more memory than needed for extended structsv8.1.1827Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-07-20patch 8.1.1720: crash with very long %[] patternv8.1.1720Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-11patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar
2019-04-25patch 8.1.1202: always get regexp debugging logs when building with -DDEBUGv8.1.1202Bram Moolenaar
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
2019-03-20patch 8.1.1025: checking NULL pointer after additionv8.1.1025Bram Moolenaar
2019-03-02patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar
2019-02-28patch 8.1.0985: crash with large number in regexpv8.1.0985Bram Moolenaar
2019-02-22patch 8.1.0973: pattern with syntax error gives threee error messagesv8.1.0973Bram Moolenaar
2019-02-17patch 8.1.0937: invalid memory access in search patternv8.1.0937Bram Moolenaar
2019-02-16patch 8.1.0935: old regexp engine may use invalid bufferv8.1.0935Bram Moolenaar
2019-02-16patch 8.1.0934: invalid memory access in search patternv8.1.0934Bram Moolenaar
2019-02-12patch 8.1.0903: struct uses more bytes than neededv8.1.0903Bram Moolenaar
2019-01-31patch 8.1.0862: no verbose version of character classesv8.1.0862Bram Moolenaar
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-14patch 8.1.0748: using sprintf() instead of semsg()v8.1.0748Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-01patch 8.1.0677: look-behind match may use the wrong line numberv8.1.0677Bram Moolenaar
2018-12-29patch 8.1.0661: clipboard regexp might be used recursivelyv8.1.0661Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-07-18patch 8.1.0194: possibly use of NULL pointerv8.1.0194Bram Moolenaar
2018-07-17patch 8.1.0192: executing regexp recursively fails with a crashv8.1.0192Bram Moolenaar
2018-06-23patch 8.1.0102: cannot build without syntax highlightingv8.1.0102Bram Moolenaar
2018-06-23patch 8.1.0098: segfault when pattern with \z() is very slowv8.1.0098Bram Moolenaar
2018-02-13patch 8.0.1517: invalid memory acces with pattern using look-behind matchv8.0.1517Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2017-11-02patch 8.0.1254: undefined left shift in gethexchrs()v8.0.1254Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-06-18patch 8.0.0647: syntax highlighting can make cause a freezev8.0.0647Bram Moolenaar
2017-06-17patch 8.0.0646: the hlsearch test fails on fast systemsv8.0.0646Bram Moolenaar
2017-06-17patch 8.0.0645: no error for illegal back reference in NFA enginev8.0.0645Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-06-05patch 8.0.0624: warning for unused variable in tiny buildv8.0.0624Bram Moolenaar
2017-06-05patch 8.0.0623: error for invalid regexp is not very informativev8.0.0623Bram Moolenaar
2017-03-29patch 8.0.0520: using a function pointer while the function is knownv8.0.0520Bram Moolenaar
2017-03-29patch 8.0.0519: character classes are not well testedv8.0.0519Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2016-11-10patch 8.0.0074v8.0.0074Bram Moolenaar
2016-10-02patch 8.0.0020v8.0.0020Bram Moolenaar
2016-09-11patch 7.4.2363v7.4.2363Bram Moolenaar