log src/regexp_nfa.c @ 29247:5f314b2ed494 v8.2.5142

age author description
Mon, 20 Jun 2022 12:30:07 +0200 Bram Moolenaar patch 8.2.5137: cannot build without the +channel feature v8.2.5137
Fri, 17 Jun 2022 16:30:06 +0200 Bram Moolenaar patch 8.2.5115: search timeout is overrun with some patterns v8.2.5115
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sat, 28 May 2022 12:15:03 +0200 Bram Moolenaar patch 8.2.5036: using two counters for timeout check in NFA engine v8.2.5036
Fri, 27 May 2022 16:45:04 +0200 Bram Moolenaar patch 8.2.5028: syntax regexp matching can be slow v8.2.5028
Wed, 18 May 2022 16:15:03 +0200 Bram Moolenaar patch 8.2.4978: no error if engine selection atom is not at the start v8.2.4978
Tue, 05 Apr 2022 15:15:04 +0200 Bram Moolenaar patch 8.2.4693: new regexp does not accept pattern "%>0v" v8.2.4693
Mon, 04 Apr 2022 19:45:04 +0200 Bram Moolenaar patch 8.2.4688: new regexp engine does not give an error for "%v" v8.2.4688
Wed, 30 Mar 2022 12:00:05 +0200 Bram Moolenaar patch 8.2.4649: various formatting problems v8.2.4649
Sat, 19 Mar 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4592: search continues after giving E1204 v8.2.4592
Fri, 11 Mar 2022 16:45:02 +0100 Bram Moolenaar patch 8.2.4546: duplicate #undef v8.2.4546
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Fri, 07 Jan 2022 18:00:04 +0100 Bram Moolenaar patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrong v8.2.4029
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Sun, 19 Dec 2021 20:30:03 +0100 Bram Moolenaar patch 8.2.3855: illegal memory access when displaying a blob v8.2.3855
Thu, 16 Dec 2021 16:00:05 +0100 Bram Moolenaar patch 8.2.3825: various comments could be improved v8.2.3825
Sun, 05 Dec 2021 23:00:06 +0100 Bram Moolenaar patch 8.2.3749: error messages are everywhere v8.2.3749
Wed, 17 Nov 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.3612: using freed memory with regexp using a mark v8.2.3612
Tue, 07 Sep 2021 19:30:04 +0200 Bram Moolenaar patch 8.2.3409: reading beyond end of line with invalid utf-8 character v8.2.3409
Wed, 21 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3197: error messages are spread out v8.2.3197
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Thu, 08 Jul 2021 18:15:03 +0200 Bram Moolenaar patch 8.2.3125: variables are set but not used v8.2.3125
Mon, 05 Jul 2021 20:30:03 +0200 Bram Moolenaar patch 8.2.3110: a pattern that matches the cursor position is complicated v8.2.3110
Mon, 24 May 2021 23:00:03 +0200 Bram Moolenaar patch 8.2.2885: searching for %'> does not match linewise end of line v8.2.2885
Mon, 03 May 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.2829: some comments are not correct or clear v8.2.2829
Mon, 05 Apr 2021 14:00:15 +0200 Bram Moolenaar patch 8.2.2716: the equivalent class regexp is missing some characters v8.2.2716
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, 21 Dec 2020 18:30:04 +0100 Bram Moolenaar patch 8.2.2181: valgrind warnings for using uninitialized value v8.2.2181
Mon, 21 Dec 2020 15:00:04 +0100 Bram Moolenaar patch 8.2.2177: pattern "^" does not match if first character is combining v8.2.2177
Sun, 20 Dec 2020 18:00:07 +0100 Bram Moolenaar patch 8.2.2171: valgrind warning for using uninitialized value
Wed, 09 Dec 2020 16:45:04 +0100 Bram Moolenaar patch 8.2.2121: internal error when using ze before zs in a pattern v8.2.2121
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
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Tue, 09 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case v8.2.0938
Wed, 03 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.0892: ubsan warns for undefined behavior v8.2.0892
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Sat, 15 Feb 2020 23:15:04 +0100 Bram Moolenaar patch 8.2.0260: several lines of code are duplicated v8.2.0260
Sun, 22 Dec 2019 19:45:03 +0100 Bram Moolenaar patch 8.2.0033: crash when make_extmatch() runs out of memory v8.2.0033
Thu, 05 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2394: using old C style comments v8.1.2394
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
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
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 03 May 2019 11:30:05 +0200 Bram Moolenaar patch 8.1.1249: compiler warning for uninitialized variable v8.1.1249
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
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
Thu, 21 Feb 2019 22:30:06 +0100 Bram Moolenaar patch 8.1.0968: crash when using search pattern %Ufffffc23 v8.1.0968
Wed, 20 Feb 2019 22:15:05 +0100 Bram Moolenaar patch 8.1.0958: compiling weird regexp pattern is very slow v8.1.0958
Sun, 17 Feb 2019 20:30:06 +0100 Bram Moolenaar patch 8.1.0945: internal error when using pattern with NL in the range v8.1.0945
Thu, 14 Feb 2019 21:00:06 +0100 Bram Moolenaar patch 8.1.0919: compiler warnings v8.1.0919
Wed, 13 Feb 2019 22:00:07 +0100 Bram Moolenaar patch 8.1.0913: CI crashes when running out of memory v8.1.0913
Wed, 13 Feb 2019 20:45:07 +0100 Bram Moolenaar patch 8.1.0910: crash with tricky search pattern v8.1.0910
Wed, 13 Feb 2019 18:45:06 +0100 Bram Moolenaar patch 8.1.0908: can't handle large value for %{nr}v in regexp v8.1.0908
Wed, 13 Feb 2019 01:30:29 +0100 Bram Moolenaar patch 8.1.0907: CI tests on AppVeyor are failing v8.1.0907
Tue, 12 Feb 2019 23:15:06 +0100 Bram Moolenaar patch 8.1.0905: complicated regexp causes a crash v8.1.0905