Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3d1d49fe2711
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 020601013021
Choose a head ref
  • 6 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 22, 2016

  1. Copy the full SHA
    de35d78 View commit details
  2. Fix unescape_ascii as in MRI bug #10670.

    Fixes MRI TestM17N#test_escaped_metachar.
    headius committed Feb 22, 2016
    Copy the full SHA
    60fd112 View commit details
  3. Implement rb_str_escape as in MRI and use it for inspect.

    Fixes MRI tests:
    
    * TestM17N#test_object_inspect_external
    * TestM17N#test_object_utf16_32_inspect
    headius committed Feb 22, 2016
    Copy the full SHA
    207a4b2 View commit details
  4. Copy the full SHA
    c5caf26 View commit details
  5. Copy the full SHA
    2f125f6 View commit details
  6. Fix for code range scanning with a dummy mbc encoding.

    Fixes MRI TestM17N#test_scrub_dummy_encoding.
    headius committed Feb 22, 2016
    Copy the full SHA
    0206010 View commit details
Loading