summaryrefslogtreecommitdiff
path: root/yarp/unescape.c
AgeCommit message (Expand)Author
2023-09-07[ruby/yarp] Extract error messages into diagnostic.c and use canonical messag...Mike Dalessio
2023-09-01[ruby/yarp] fix: report syntax error for invalid hex escapeMike Dalessio
2023-09-01[ruby/yarp] fix: double-counting of errors in parsing escaped stringsMike Dalessio
2023-08-31[ruby/yarp] fix: octal, hex, and unicode strings at the end of aMike Dalessio
2023-08-30[ruby/yarp] simplify the calling convention for `unescape`Mike Dalessio
2023-08-30[ruby/yarp] Switch from handling const char * to const uint8_t *Kevin Newton
2023-08-24[ruby/yarp] Encoding-dependent escapesKevin Newton
2023-08-17Resync YARPTakashi Kokubun
2023-08-16Resync YARPTakashi Kokubun
2023-08-16[ruby/yarp] Use common fields for yp_string_tBenoit Daloze
2023-08-16[ruby/yarp] Add simpler exported unescape function to librubyparserBenoit Daloze
2023-08-16[ruby/yarp] Enable all of -wconversionKevin Newton
2023-07-05Manual YARP resyncJemma Issroff
2023-06-29[ruby/yarp] Handle bad input for ascii printableKevin Newton
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff