| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-09 | Make `rb_str_rindex` return byte index | Nobuyoshi Nakada | |
| Leave callers to convert byte index to char index, as well as `rb_str_index`, so that `rb_str_rpartition` does not need to re-convert char index to byte index. Notes: Merged: https://github.com/ruby/ruby/pull/8047 | |||
