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
base: d203bc2a9355
Choose a base ref
...
head repository: jruby/jruby
compare: 68199606c839
Choose a head ref
  • 14 commits
  • 20 files changed
  • 2 contributors

Commits on Nov 10, 2014

  1. Fixes for #test_bad_initialize_copy - ensure that frozen objects are …

    …not copyable. Fix a type check bug in RubyMatchData#initialize_copy
    cheald committed Nov 10, 2014
    Copy the full SHA
    ec23759 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2264090 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d5266a1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    146b167 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    407f214 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6cd23e0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    307f7e5 View commit details
    Browse the repository at this point in the history
  8. Method#== should consider multiple copies of a method_missing handler…

    … for a given
    
    method to be equivalent.
    cheald committed Nov 10, 2014
    Copy the full SHA
    dc25cfe View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e9fb254 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2e597c1 View commit details
    Browse the repository at this point in the history
  11. Move frozen checks to getSingletonClass() - this allows for MRI-compl…

    …iant behavior
    
    where only non-singleton frozen objects (ie, things that aren't nil or literals)
    perform frozen checking.
    cheald committed Nov 10, 2014
    Copy the full SHA
    7ff0a1f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Copy the full SHA
    dad0ca5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dae7818 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2170 from cheald/fix_test_object

    test_object fixes
    enebo committed Nov 11, 2014
    Copy the full SHA
    6819960 View commit details
    Browse the repository at this point in the history