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

Commits on Feb 10, 2015

  1. Renamed AuxiliaryThread to InternalThread.

    The meaning of 'auxiliary' isn't accurate for these threads, which provide
    primary, not supplemental, functionality.
    
    The word 'internal' is generic, but words like 'vm', 'system', etc. don't
    provide much greater specificity and can be ambiguous (eg system referring to
    the underlying OS rather than the Rubinius 'system').
    brixen committed Feb 10, 2015
    Copy the full SHA
    193ded4 View commit details
  2. Copy the full SHA
    247f680 View commit details
  3. Copy the full SHA
    59b00bb View commit details
  4. Copy the full SHA
    0f65e5f View commit details
  5. Copy the full SHA
    a088b07 View commit details

Commits on Feb 11, 2015

  1. Copy the full SHA
    edcfa10 View commit details
  2. Copy the full SHA
    a0a8ccd View commit details
  3. Added RUBY_ENGINE_VERSION.

    Similar to RUBY_ENGINE that Rubinius added many years ago, RUBY_ENGINE_VERSION
    is the version of the Ruby engine. This tracks the feature that Bundler
    provides for specifying the Ruby version, Ruby engine, and Ruby engine version
    in a Gemfile. Unfortunately, Bundler chose ':engine' and ':engine_version' as
    the key names.
    brixen committed Feb 11, 2015
    Copy the full SHA
    8212c46 View commit details

Commits on Feb 12, 2015

  1. Wait indefinitely for internal threads to exit.

    Trying to avoid hanging due to improper synchronization has worse side
    effects so deal with hangs when they surface.
    brixen committed Feb 12, 2015
    Copy the full SHA
    9896d1c View commit details
  2. Some LinkedList fixes.

    brixen committed Feb 12, 2015
    Copy the full SHA
    e0ed2ea View commit details
  3. Copy the full SHA
    6f99418 View commit details
  4. Copy the full SHA
    9bbcade View commit details
  5. More JIT thread fixes.

    brixen committed Feb 12, 2015
    Copy the full SHA
    2d762ce View commit details
Loading