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: 7a7e3233de02
Choose a base ref
...
head repository: jruby/jruby
compare: 0bc371a63925
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 13, 2015

  1. [Truffle] Add Hash#invert.

    eregon committed Feb 13, 2015
    Copy the full SHA
    59c00ff View commit details
    Browse the repository at this point in the history
  2. [Truffle] Move Fixnum#** to Ruby for correctness.

    * Most notably a few checks for exponent < 0 were missing.
    eregon committed Feb 13, 2015
    Copy the full SHA
    71a393a View commit details
    Browse the repository at this point in the history
  3. [Truffle] Fix Fixnum#**(Bignum) always returning a Float.

    * This is wrong if the Bignum has a low value (which is a bug).
    * Try to be closer to MRI behavior.
    * Move Bignum#* to Ruby.
    eregon committed Feb 13, 2015
    Copy the full SHA
    0bc371a View commit details
    Browse the repository at this point in the history