aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_nfa.c
Commit message (Expand)AuthorAge
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0520: using a function pointer while the function is known (#8513)KunMing Xie2018-06-10
* lintJan Edmund Lazo2018-06-04
* vim-patch:8.0.0623: error for invalid regexp is not very informativeJan Edmund Lazo2018-06-04
* vim-patch:8.0.0519: character classes not well tested (#8460)KunMing Xie2018-06-01
* regexp_nfa: Silence PVS/V560: current code is more obviousZyX2018-04-22
* lintJames McCoy2018-01-02
* vim-patch:8.0.0160: EMSG() is sometimes used where it should be IEMSG()James McCoy2018-01-02
* vim-patch:8.0.0165 (#7132)KunMing Xie2017-08-10
* vim-patch:8.0.0020Jurica Bradaric2017-07-29
* vim-patch:7.4.2354Shougo Matsushita2017-07-12
* regexp_nfa: Fix invalid fallthrough in character class detectionJames McCoy2017-05-12
* *: Comment intentional fallthroughsJames McCoy2017-05-12
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * Merge branch 'master' into 1476-changesZyX2017-04-10
| |\
| * | strings: Remove vim_strbyteZyX2017-04-07
* | | *: Add comment to all C filesZyX2017-04-19
* | | regexp_nfa: Remove octal constantZyX2017-04-16
* | | regexp_nfa: Remove another has_mbyte/…-checking codeZyX2017-04-16
| |/ |/|
* | lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* | mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
|/
* eval: Split eval.c into smaller filesZyX2017-03-29
* vim-patch:7.4.2355Justin M. Keyes2017-03-22
* vim-patch:7.4.1793Michael Ennen2016-12-31
* vim-patch:7.4.1708James McCoy2016-12-06
* vim-patch:7.4.1967Michael Ennen2016-11-02
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* lint: Close resource leak (#5288)Patrick Jackson2016-09-03
* vim-patch:7.4.1305 #5094Michael Ennen2016-08-01
* *: Also fix the adjacent errorsZyX2016-06-11
* *: Fix errors from new linter checksZyX2016-06-11
* *: Fix new linter errorsZyX2016-05-01
* regexp_nfa.c: Fix various linter errorsJames McCoy2016-04-25
* vim-patch:7.4.613James McCoy2016-04-25
* vim-patch:7.4.937watiko2016-02-17
* vim-patch:7.4.887watiko2016-02-15
* regexp_nfa.c: Speed up find_match_text()oni-link2016-01-24
* vim-patch:7.4.715 #4003Michael Ennen2016-01-13
* vim-patch:7.4.623Shougo Matsushita2015-12-01
* vim-patch:7.4.651 #3644Shougo Matsushita2015-11-10
* regexp: Fix invalid multibyte reads at end of stringsThiago de Arruda2015-09-18
* vim-patch:7.4.776 #3062Marco Hinz2015-08-09
* vim-patch:7.4.600 #3081cztchoice2015-07-31
* Remove POSIX 'cpoptions': '\'Michael Reed2015-07-19
* vim-patch:7.4.593 #2657David Bürgin2015-06-13
* vim-patch:7.4.582 #2653David Bürgin2015-05-26
* Passing by: regexp_nfa.c: Convert add_here variable to boolDavid Bürgin2015-05-13
* vim-patch:7.4.577David Bürgin2015-05-13
* Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24