summaryrefslogtreecommitdiff
path: root/yarp/extension.c
AgeCommit message (Expand)Author
2023-09-13[ruby/yarp] free strings in the ruby extensionNathan Froyd
2023-09-06[ruby/yarp] Consider source encoding for `slice`Vinicius Stock
2023-08-30[ruby/yarp] Switch from handling const char * to const uint8_t *Kevin Newton
2023-08-30[ruby/yarp] debug: ensure valgrind will work when calling YARP.dumpMike Dalessio
2023-08-25Remove version templating in YARPKevin Newton
2023-08-25[ruby/yarp] Introduce parse_lex instead of asking for a blockKevin Newton
2023-08-25[ruby/yarp] Accept a block to parse and parse_file to get lexer output as wellKevin Newton
2023-08-25[ruby/yarp] Use templating to avoid duplicating the YARP version in many placesBenoit Daloze
2023-08-24[ruby/yarp] Fix lex compat with BOMKevin Newton
2023-08-17[ruby/yarp] Treat yp_buffer_t as an opaque pointerKevin Newton
2023-08-16Resync YARPTakashi Kokubun
2023-08-16[ruby/yarp] Less const_getKevin Newton
2023-08-16[ruby/yarp] Addressed review comments.Thomas E. Enebo
2023-08-16[ruby/yarp] Use yp_memchr in regexp parsingKevin Newton
2023-08-16[ruby/yarp] Hide debug methodsKevin Newton
2023-08-16[ruby/yarp] Add comment that extension.c should not contain non-trivial logicBenoit Daloze
2023-08-16[ruby/yarp] Move efficient file reading using demand paging to librubyparserBenoit Daloze
2023-08-16[ruby/yarp] Add simpler exported unescape function to librubyparserBenoit Daloze
2023-08-16[ruby/yarp] WIP - Introduce contextually parsing programs vs evalsThomas E. Enebo
2023-07-26[ruby/yarp] Fix error and warning locationsHaldun Bayhantopcu
2023-07-26[ruby/yarp] Fix comment locationsHaldun Bayhantopcu
2023-07-07[ruby/yarp] Add source to ParseResultJemma Issroff
2023-07-07[ruby/yarp] Remove bin/newlinesJemma Issroff
2023-07-05Manual YARP resyncJemma Issroff
2023-06-22Sync ruby/yarp to https://github.com/ruby/yarp/commit/89a00203af803032383338c...Takashi Kokubun
2023-06-22[ruby/yarp] Do not leak file descriptorsKevin Newton
2023-06-22Sync ruby/yarp with sync_default_gemsTakashi Kokubun
2023-06-22Fix leaked FD for an empty fileNobuyoshi Nakada
2023-06-21[Feature #19741] Sync all files in yarpJemma Issroff