aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_nfa.c
Commit message (Expand)AuthorAge
* 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
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* vim-patch:7.4.497 #2295David Bürgin2015-04-05
* Remove always-true expressionsAnton Ovchinnikov2015-03-16
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* coverity/13773: Resource leak: RI.Eliseo Martínez2015-02-11
* Remove long_u: regexp: Refactor long_u.Eliseo Martínez2015-01-19
* vim-patch:7.4.527Florian Walch2014-12-24
* vim-patch:7.4.474Florian Walch2014-12-23
* Fix warnings: regexp_nfa.c: nfa_regatom(): Dead assignment: HI.Eliseo Martínez2014-11-15
* vim-patch:7.4.437Scott Prager2014-11-13
* vim-patch:7.4.421Scott Prager2014-11-13
* vim-patch:7.4.293Damián Silvani2014-08-14
* Use strict function prototypes #945Pavel Platto2014-07-14
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* vim-patch:7.4.290 #753oni-link2014-06-06
* vim-patch:7.4.289 #752oni-link2014-06-05
* Remove remaining declarations with new script: finddeclarations.plZyX2014-06-02
* Add automatic generation of headersZyX2014-06-02
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15