summaryrefslogtreecommitdiff
path: root/yarp/regexp.c
AgeCommit message (Expand)Author
2023-08-30[ruby/yarp] Switch from handling const char * to const uint8_t *Kevin Newton
2023-08-16[ruby/yarp] Handle escaping in regexp slow pathKevin Newton
2023-08-16[ruby/yarp] Provide slow path for finding ) in regexp when encoding changesKevin Newton
2023-08-16[ruby/yarp] Use yp_memchr in regexp parsingKevin Newton
2023-08-16[ruby/yarp] Enable all of -wconversionKevin Newton
2023-07-05Manual YARP resyncJemma Issroff
2023-06-26[ruby/yarp] Use smaller regexp optionsKevin Newton
2023-06-26[ruby/yarp] Prevent reading/writing outside the bounds of optionsSteven Johnstone
2023-06-23[ruby/yarp] Check for eof in yp_regexp_char_is_eofSteven Johnstone
2023-06-23[ruby/yarp] If ? is last char of regexp buffer, don't read beyond it.Steven Johnstone
2023-06-23[ruby/yarp] Don't read past the end of input parsing regex groupSteven Johnstone
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff