aboutsummaryrefslogtreecommitdiffstats
path: root/yarp/regexp.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/yarp] Handle escaping in regexp slow pathKevin Newton2023-08-161-1/+4
* [ruby/yarp] Provide slow path for finding ) in regexp when encoding changesKevin Newton2023-08-161-5/+28
* [ruby/yarp] Use yp_memchr in regexp parsingKevin Newton2023-08-161-5/+10
* [ruby/yarp] Enable all of -wconversionKevin Newton2023-08-161-3/+5
* Manual YARP resyncJemma Issroff2023-07-051-1/+1
* [ruby/yarp] Use smaller regexp optionsKevin Newton2023-06-261-34/+48
* [ruby/yarp] Prevent reading/writing outside the bounds of optionsSteven Johnstone2023-06-261-2/+11
* [ruby/yarp] Check for eof in yp_regexp_char_is_eofSteven Johnstone2023-06-231-1/+4
* [ruby/yarp] If ? is last char of regexp buffer, don't read beyond it.Steven Johnstone2023-06-231-0/+3
* [ruby/yarp] Don't read past the end of input parsing regex groupSteven Johnstone2023-06-231-1/+1
* [Feature #19741] Sync all files in yarpJemma Issroff2023-06-211-0/+518