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

Commits on Jan 27, 2015

  1. Fixed Kernel#require specs for absolute paths

    We have decided to enforce full paths in $LOADED_FEATURES in rbx 1.x (as
    is done in MRI 1.9+).
    sshao committed Jan 27, 2015
    Copy the full SHA
    3e311e7 View commit details
  2. Fixed __FILE__ specs for absolute paths.

    We have decided to enforce full paths in $LOADED_FEATURES in rbx 1.x (as
    is done in MRI 1.9+).
    sshao committed Jan 27, 2015
    Copy the full SHA
    35a0c61 View commit details
  3. Enforced full paths in $LOADED_FEATURES.

    We have decided to enforce full paths in $LOADED_FEATURES in rbx 1.x (as
    is done in MRI 1.9+).
    sshao committed Jan 27, 2015
    Copy the full SHA
    bf21a6b View commit details
Loading