aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1305 #5094Michael Ennen2016-08-01
* *: Fix new linter errorsZyX2016-05-01
* regexp: Remove a leftover line.Jurica Bradaric2016-01-24
* vim-patch:7.4.704Jurica Bradaric2016-01-24
* vim-patch:7.4.685Jurica Bradaric2016-01-23
* vim-patch:7.4.714Michael Ennen2016-01-13
* vim-patch:7.4.776 #3062Marco Hinz2015-08-09
* Remove POSIX 'cpoptions': '\'Michael Reed2015-07-19
* vim-patch:7.4.736 #2998cztchoice2015-07-11
* vim-patch:7.4.593 #2657David Bürgin2015-06-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* vim-patch:7.4.526 #2562David Bürgin2015-05-07
* vim-patch:7.4.519David Bürgin2015-04-27
* 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
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Remove long_u: regexp: Refactor long_u.Eliseo Martínez2015-01-19
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Define and use the ARRAY_SIZE macroFelipe Oliveira Carvalho2014-12-18
* Reduce indentation level by early returning or continuing loopFelipe Oliveira Carvalho2014-12-13
* vim-patch:7.4.437Scott Prager2014-11-13
* Fix warnings: regexp.c: match_with_backref(): Nonnull violation: FP.Eliseo Martínez2014-11-06
* Fix warnings: regexp.c: br_regcomp(): Np dereference: MI.Eliseo Martínez2014-11-06
* Fix warnings: regexp.c: skip_regexp: Np dereference: FP.Eliseo Martínez2014-11-06
* vim-patch:7.4.360André Twupack2014-09-21
* vim-patch:7.4.293Damián Silvani2014-08-14
* Remove SMALL_MALLOC. Used on MSDOS and WIN16.Pavel Platto2014-08-02
* profiling: implement on top of os_hrtime()Nicolas Hillegeer2014-07-16
* Use strict function prototypes #945Pavel Platto2014-07-14
* vim-patch:7.4.291 #879oni-link2014-07-11
* 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
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* No OOM in vim_strsave_escaped[_ext]()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: regexp.cDouglas Schneider2014-06-13
* vim-patch:7.4.292 #754oni-link2014-06-06
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_EVALHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Replace ga->ga_len == 0 checks with GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17
* Replace ga->ga_len > 0 checks with !GA_EMPTY(ga)Felipe Oliveira Carvalho2014-05-17