summaryrefslogtreecommitdiff
path: root/include/ruby/onigmo.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor `Regexp#match` cache implementation (#7724)TSUYUSATO Kitsune2023-04-191-2/+0
* Add `Regexp.linear_time?` (#6901)TSUYUSATO Kitsune2022-12-141-0/+2
* Reduce warningsTSUYUSATO Kitsune2022-11-091-2/+2
* Revert "Refactor field names"TSUYUSATO Kitsune2022-11-091-3/+2
* Refactor field namesTSUYUSATO Kitsune2022-11-091-2/+3
* Support OP_REPEAT and OP_REPEAT_INCTSUYUSATO Kitsune2022-11-091-0/+2
* Prevent potential buffer overrun in onigmoYusuke Endoh2022-10-251-2/+2
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-301-0/+7
* Reduce ONIG_NREGION from 10 to 4: power of 2 and testing revealed most patter...Lourens Naudé2019-05-071-1/+1
* Only define history_root member of the Oniguruma re_registers struct if USE_C...Lourens Naudé2019-04-241-0/+6
* Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.naruse2017-12-011-1/+1
* Merge Onigmo 6.1.2naruse2017-05-171-1/+1
* Merge Onigmo 6.1.1naruse2017-02-111-5/+6
* Merge Onigmo 6.0.0naruse2016-12-101-0/+934