summaryrefslogtreecommitdiff
path: root/prism/encoding.c
AgeCommit message (Expand)Author
2024-03-20[ruby/prism] Provide options for reducing sizeKevin Newton
2024-02-26[ruby/prism] Triple-check prism encodingsKevin Newton
2024-02-14[ruby/prism] Validate multibyte characters in stringsKevin Newton
2024-02-13[ruby/prism] Fix KOI-8 char width checkKevin Newton
2024-02-01[ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fineAlan Wu
2024-01-31[ruby/prism] Always return the character width for char_is_identifier_start()...Benoit Daloze
2024-01-11[ruby/prism] Exclude encodings that are dynamicKevin Newton
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