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
base: 33e10351a106
Choose a base ref
...
head repository: rubinius/rubinius
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
    Configuration menu
    Copy the full SHA
    3e311e7 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    35a0c61 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    bf21a6b View commit details
    Browse the repository at this point in the history