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: 90227748aeea
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd56bd7cbd24
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 12, 2018

  1. Squashed commit of the following:

    commit 9abc2bbb264335c3d08d6c62eea9f1c412fc8e2c
    Author: Charles Oliver Nutter <headius@headius.com>
    Date:   Tue Aug 1 00:49:08 2017 -0500
    
        Tweaks for chr fixes.
    
        * Raise proper error for out of char range in encMbcput (found by
          ruby/spec)
        * Don't use single-arg chr from multi-arg path at all (caused
          infinite recursion; may impact perf by missing single-byte
          ByteLists)
    
    commit e343686
    Author: Charles Oliver Nutter <headius@headius.com>
    Date:   Mon Jul 31 23:44:04 2017 -0500
    
        Various fixes for Integer#chr.
    
        * Fixed missing chr logic from MRI
        * Fixed encoding utility methods that were missing or different
        * Fixed error handling of invalid values
        * Updated jcodings to get sjis, single-byte fixes
    headius committed Feb 12, 2018
    Copy the full SHA
    2d7b193 View commit details
  2. Copy the full SHA
    cd56bd7 View commit details
Loading