log src/regexp.c @ 23505:bb29b09902d5 v8.2.2295

age author description
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Sat, 02 Jan 2021 17:45:03 +0100 Bram Moolenaar patch 8.2.2278: falling back to old regexp engine can some patterns v8.2.2278
Mon, 07 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1633: some error messages are internal but do not use iemsg() v8.2.1633
Sun, 06 Sep 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1625: compiler warning for use of fptr_T v8.2.1625
Sun, 06 Sep 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1621: crash when using submatch(0, 1) in substitute() v8.2.1621
Wed, 24 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1049: Vim9: leaking memory when using continuation line v8.2.1049
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Mon, 20 Apr 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0612: Vim9: no check for space before #comment v8.2.0612
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Sat, 15 Feb 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0260: several lines of code are duplicated v8.2.0260
Wed, 12 Feb 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0250: test_clear_search_pat() is unused v8.2.0250
Wed, 05 Feb 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0212: missing search/substitute pattern hardly tested v8.2.0212
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Thu, 05 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2394: using old C style comments v8.1.2394
Sun, 10 Nov 2019 00:15:04 +0100 Bram Moolenaar patch 8.1.2282: crash when passing many arguments through a partial v8.1.2282
Sat, 09 Nov 2019 22:30:04 +0100 Bram Moolenaar patch 8.1.2280: crash when passing partial to substitute() v8.1.2280
Sat, 07 Sep 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.2005: the regexp.c file is too big v8.1.2005
Wed, 04 Sep 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1979: code for handling file names is spread out v8.1.1979
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Thu, 08 Aug 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.1827: allocating more memory than needed for extended structs v8.1.1827
Sat, 03 Aug 2019 18:30:07 +0200 Bram Moolenaar patch 8.1.1800: function call functions have too many arguments v8.1.1800
Sat, 20 Jul 2019 19:00:06 +0200 Bram Moolenaar patch 8.1.1720: crash with very long %[] pattern v8.1.1720
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sat, 11 May 2019 18:45:07 +0200 Bram Moolenaar patch 8.1.1319: computing function length name in many places v8.1.1319
Thu, 25 Apr 2019 20:15:06 +0200 Bram Moolenaar patch 8.1.1202: always get regexp debugging logs when building with -DDEBUG v8.1.1202
Thu, 21 Mar 2019 22:00:05 +0100 Bram Moolenaar patch 8.1.1032: warnings from clang static analyzer v8.1.1032
Wed, 20 Mar 2019 21:30:04 +0100 Bram Moolenaar patch 8.1.1025: checking NULL pointer after addition v8.1.1025
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Thu, 28 Feb 2019 06:30:11 +0100 Bram Moolenaar patch 8.1.0985: crash with large number in regexp v8.1.0985
Fri, 22 Feb 2019 17:30:06 +0100 Bram Moolenaar patch 8.1.0973: pattern with syntax error gives threee error messages v8.1.0973
Sun, 17 Feb 2019 14:00:06 +0100 Bram Moolenaar patch 8.1.0937: invalid memory access in search pattern v8.1.0937
Sat, 16 Feb 2019 18:15:05 +0100 Bram Moolenaar patch 8.1.0935: old regexp engine may use invalid buffer v8.1.0935
Sat, 16 Feb 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0934: invalid memory access in search pattern v8.1.0934
Tue, 12 Feb 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.0903: struct uses more bytes than needed v8.1.0903
Thu, 31 Jan 2019 15:45:06 +0100 Bram Moolenaar patch 8.1.0862: no verbose version of character classes v8.1.0862
Thu, 24 Jan 2019 16:45:06 +0100 Bram Moolenaar patch 8.1.0809: too many #ifdefs v8.1.0809
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Mon, 14 Jan 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.0748: using sprintf() instead of semsg() v8.1.0748
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 01 Jan 2019 22:30:08 +0100 Bram Moolenaar patch 8.1.0677: look-behind match may use the wrong line number v8.1.0677
Sat, 29 Dec 2018 22:30:05 +0100 Bram Moolenaar patch 8.1.0661: clipboard regexp might be used recursively v8.1.0661
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Wed, 18 Jul 2018 06:15:04 +0200 Christian Brabandt patch 8.1.0194: possibly use of NULL pointer v8.1.0194
Tue, 17 Jul 2018 05:45:05 +0200 Christian Brabandt patch 8.1.0192: executing regexp recursively fails with a crash v8.1.0192
Sat, 23 Jun 2018 15:15:04 +0200 Christian Brabandt patch 8.1.0102: cannot build without syntax highlighting v8.1.0102
Sat, 23 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0098: segfault when pattern with z() is very slow v8.1.0098
Tue, 13 Feb 2018 16:45:05 +0100 Christian Brabandt patch 8.0.1517: invalid memory acces with pattern using look-behind match v8.0.1517
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Thu, 02 Nov 2017 22:30:05 +0100 Christian Brabandt patch 8.0.1254: undefined left shift in gethexchrs() v8.0.1254
Tue, 24 Oct 2017 22:00:06 +0200 Christian Brabandt patch 8.0.1215: newer gcc warns for implicit fallthrough v8.0.1215
Sun, 18 Jun 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0647: syntax highlighting can make cause a freeze v8.0.0647
Sat, 17 Jun 2017 21:00:03 +0200 Christian Brabandt patch 8.0.0646: the hlsearch test fails on fast systems v8.0.0646
Sat, 17 Jun 2017 20:15:03 +0200 Christian Brabandt patch 8.0.0645: no error for illegal back reference in NFA engine v8.0.0645
Sat, 17 Jun 2017 18:45:04 +0200 Christian Brabandt patch 8.0.0643: when a pattern search is slow Vim becomes unusable v8.0.0643
Mon, 05 Jun 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0624: warning for unused variable in tiny build v8.0.0624