summaryrefslogtreecommitdiff
path: root/yarp
AgeCommit message (Expand)Author
2023-06-29[ruby/yarp] Handle bad input for ascii printableKevin Newton
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-22Sync ruby/yarp to https://github.com/ruby/yarp/commit/89a00203af803032383338c...Takashi Kokubun
2023-06-22[ruby/yarp] Allow for block statements after elsif and elseJemma Issroff
2023-06-22[ruby/yarp] Do not leak file descriptorsKevin Newton
2023-06-22[ruby/yarp] Do not leak memory from lex modesKevin Newton
2023-06-22Sync ruby/yarp with sync_default_gemsTakashi Kokubun
2023-06-22Fix leaked FD for an empty fileNobuyoshi Nakada
2023-06-21Fix -Wold-style-definitionTakashi Kokubun
2023-06-21[ruby/yarp] Fix invalid unescape sequence error for lower wJemma Issroff
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff
2023-06-21[Feature #19741] Added Init_YARP() to load from the yarp C extensionJemma Issroff