index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prism
/
encoding.c
Age
Commit message (
Expand
)
Author
2024-03-20
[ruby/prism] Provide options for reducing size
Kevin Newton
2024-02-26
[ruby/prism] Triple-check prism encodings
Kevin Newton
2024-02-14
[ruby/prism] Validate multibyte characters in strings
Kevin Newton
2024-02-13
[ruby/prism] Fix KOI-8 char width check
Kevin Newton
2024-02-01
[ruby/prism] Amend assert in pm_utf_8_codepoint(), n=0 is fine
Alan 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 dynamic
Kevin Newton
2023-12-06
[ruby/prism] Update documentation for encodings
Kevin Newton
2023-12-06
[ruby/prism] Provide flags for changing encodings
Kevin Newton
2023-11-30
[ruby/prism] Document remaining encodings
Kevin Newton
2023-11-30
[ruby/prism] Group encodings into a single array
Kevin Newton
2023-11-30
[ruby/prism] Do not expose encodings that do not need to be exposed
Kevin Newton
2023-11-30
[ruby/prism] Remove public ASCII functions that can now be static
Kevin Newton
2023-11-30
[PRISM] Consolidate prism encoding files
Kevin Newton