summaryrefslogtreecommitdiff
path: root/prism/encoding.h
AgeCommit message (Collapse)Author
2023-12-06[ruby/prism] Update documentation for encodingsKevin Newton
https://github.com/ruby/prism/commit/18e6df0d4f
2023-12-06[ruby/prism] Provide flags for changing encodingsKevin Newton
https://github.com/ruby/prism/commit/e838eaff6f
2023-11-30[ruby/prism] Document remaining encodingsKevin Newton
https://github.com/ruby/prism/commit/b9510aed40
2023-11-30[ruby/prism] Group encodings into a single arrayKevin Newton
https://github.com/ruby/prism/commit/f4b7beadc9
2023-11-30[ruby/prism] Do not expose encodings that do not need to be exposedKevin Newton
https://github.com/ruby/prism/commit/c52c7f37ea
2023-11-30[ruby/prism] Remove public ASCII functions that can now be staticKevin Newton
https://github.com/ruby/prism/commit/9461384b0c
2023-11-30[PRISM] Consolidate prism encoding filesKevin Newton