aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp.c
Commit message (Expand)AuthorAge
* *: Provide list length when allocating listsZyX2018-01-14
* regexp: Fix linter errorsZyX2017-12-23
* Merge branch 'master' into hide-container-implZyX2017-12-16
|\
| * lintJames McCoy2017-12-15
| * vim-patch:8.0.0074Michael Schupikov2017-12-15
* | *: Finish hiding list implementationZyX2017-12-11
* | *: Hide list implementation in other files as wellZyX2017-12-10
|/
* Move definition of cstrchr above the functions which call itJames McCoy2017-09-23
* vim-patch:8.0.0020Jurica Bradaric2017-07-29
* regexp: Silence V595: potential null dereferenceZyX2017-07-04
* Merge #6460 from ZyX-I/1476-changesJustin M. Keyes2017-05-08
|\
| * Merge branch 'master' into 1476-changesZyX2017-04-10
| |\
| * | regexp: Update comment in cstrchr()ZyX2017-04-08
| * | regexp: Do not use locale-dependent functions in cstrchrZyX2017-04-07
| * | regexp: Refactor cstrchrZyX2017-04-07
| * | strings: Remove vim_strbyteZyX2017-04-07
* | | *: Add comment to all C filesZyX2017-04-19
* | | regexp: Silence octal constant warningZyX2017-04-16
* | | regexp: Remove another has_mbyte/…-checking stuffZyX2017-04-16
* | | regexp: Fix warning about octal constantZyX2017-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: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* Allow lambdas to be used with jobs, timers and dictwatchers.Michael Ennen2017-02-14
* vim-patch:7.4.2137Michael Ennen2017-02-14
* vim-patch:7.4.2090Michael Ennen2017-02-14
* vim-patch:7.4.2072Michael Ennen2017-02-14
* vim-patch:7.4.1783Michael Ennen2016-12-31
* vim-patch:7.4.1793Michael Ennen2016-12-31
* 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