aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* 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
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15