log src/regexp_nfa.c @ 18478:94223687df0e

age author description
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
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
Tue, 15 Jan 2019 20:30:07 +0100 Bram Moolenaar patch 8.1.0753: printf format not checked for semsg() v8.1.0753
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Wed, 26 Dec 2018 22:15:05 +0100 Bram Moolenaar patch 8.1.0641: no check for out-of-memory when converting regexp v8.1.0641
Tue, 17 Jul 2018 05:45:05 +0200 Christian Brabandt patch 8.1.0192: executing regexp recursively fails with a crash v8.1.0192
Sun, 08 Jul 2018 19:15:05 +0200 Christian Brabandt patch 8.1.0170: invalid memory use with complicated pattern v8.1.0170
Sat, 23 Jun 2018 17:15:05 +0200 Christian Brabandt patch 8.1.0104: can't build without the +eval feature v8.1.0104
Sat, 23 Jun 2018 14:45:05 +0200 Christian Brabandt patch 8.1.0099: exclamation mark in error message not needed v8.1.0099
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
Fri, 22 Jun 2018 21:45:06 +0200 Christian Brabandt patch 8.1.0097: superfluous space before exclamation mark v8.1.0097
Wed, 20 Jun 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0090: "..." used inconsistently in a message v8.1.0090
Tue, 19 Jun 2018 14:30:07 +0200 Christian Brabandt patch 8.1.0078: "..." used inconsistently in messages v8.1.0078
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Thu, 08 Feb 2018 23:00:05 +0100 Christian Brabandt patch 8.0.1478: unnecessary condition v8.0.1478
Sun, 04 Feb 2018 18:30:05 +0100 Christian Brabandt patch 8.0.1470: integer overflow when using regexp pattern v8.0.1470
Sat, 16 Dec 2017 20:00:05 +0100 Christian Brabandt patch 8.0.1397: pattern with & following nothing gives an error v8.0.1397
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
Tue, 01 Aug 2017 15:15:05 +0200 Christian Brabandt patch 8.0.0828: Coverity: may dereference NULL pointer v8.0.0828
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 17:00:03 +0200 Christian Brabandt patch 8.0.0623: error for invalid regexp is not very informative v8.0.0623
Mon, 05 Jun 2017 13:45:04 +0200 Christian Brabandt patch 8.0.0618: NFA regex engine handles [0-z] incorrectly v8.0.0618
Wed, 29 Mar 2017 17:45:06 +0200 Christian Brabandt patch 8.0.0520: using a function pointer while the function is known v8.0.0520
Wed, 29 Mar 2017 15:45:05 +0200 Christian Brabandt patch 8.0.0519: character classes are not well tested v8.0.0519
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Tue, 10 Jan 2017 14:00:05 +0100 Christian Brabandt patch 8.0.0165: ubsan warns for integer overflow v8.0.0165
Sun, 08 Jan 2017 21:00:05 +0100 Christian Brabandt patch 8.0.0160: EMSG() is sometimes used where it should be IEMSG() v8.0.0160
Sun, 02 Oct 2016 17:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6100d02aab7c8294b581cb299250eea164b50e9d v8.0.0020
Fri, 09 Sep 2016 20:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/16b3578f355282846f2600ce77fb344950f0b9ce v7.4.2355
Fri, 09 Sep 2016 18:00:09 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d563883a1fb5ec6cf4a2758c5e36ac1ff4e9bb3d v7.4.2354
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Tue, 28 Jun 2016 22:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6747fabc7348bf5f41ccfe851e2be3e900ec8ee0 v7.4.1967
Tue, 26 Apr 2016 21:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e8aee7dcf9b12becff86e8ce1783a86801c5f9f6 v7.4.1793
Sat, 23 Apr 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 v7.4.1780
Mon, 04 Apr 2016 21:00:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2a6fa564a3b5061c14ff63b8b0f12801df0b0ac2 v7.4.1708
Fri, 12 Feb 2016 19:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd v7.4.1305
Sat, 30 Jan 2016 20:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/055409764ca5f7978d4c399d2c440af0ce971c4f v7.4.1213
Fri, 29 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/baaa7e9ec7398a813e21285c272fa99792642077 v7.4.1199
Tue, 24 Nov 2015 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/5ad075c0735d3d8b97708d17c22de8facb15f997 v7.4.937
Tue, 29 Sep 2015 15:15:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c2b717ebd6719e722dcb5f10e4c74033a53ff7c7 v7.4.887
Fri, 10 Jul 2015 19:16:34 +0200 Bram Moolenaar patch 7.4.776 v7.4.776
Mon, 04 May 2015 10:33:15 +0200 Bram Moolenaar patch 7.4.715 v7.4.715