summaryrefslogtreecommitdiff
path: root/prism/encoding.h
AgeCommit message (Expand)Author
2024-03-20[ruby/prism] Provide options for reducing sizeKevin Newton
2024-03-08[ruby/prism] Add initial implementation of `Regexp` validation.Kevin Menard
2024-03-08[ruby/prism] Track both the unescaped bytes and source string for a regular e...Kevin Menard
2024-02-14[ruby/prism] Validate multibyte characters in stringsKevin Newton
2024-01-31[ruby/prism] Always return the character width for char_is_identifier_start()...Benoit Daloze
2023-12-06[ruby/prism] Update documentation for encodingsKevin Newton
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
2023-11-30[ruby/prism] Document remaining encodingsKevin Newton
2023-11-30[ruby/prism] Group encodings into a single arrayKevin Newton
2023-11-30[ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton
2023-11-30[ruby/prism] Remove public ASCII functions that can now be staticKevin Newton
2023-11-30[PRISM] Consolidate prism encoding filesKevin Newton