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: 4b40c4ed0d36
Choose a base ref
...
head repository: rubinius/rubinius
compare: b47e6add87f5
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 13, 2015

  1. Remove News, Changelog files.

    These will be derived from the tag comment for a release.
    brixen committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    80f7dc1 View commit details
    Browse the repository at this point in the history
  2. Set up all internal threads for C-API code.

    We may reduce this at some point, but allow C-API code to run on any thread for now.
    brixen committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    defaef2 View commit details
    Browse the repository at this point in the history
  3. Deref Thread from VM when function exits.

    VM shouldn't reference Thread but that's a bigger task.
    brixen committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    b47e6ad View commit details
    Browse the repository at this point in the history