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: 2ce686dd1486
Choose a base ref
...
head repository: rubinius/rubinius
compare: 5120a6a3c7f2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 3, 2015

  1. Removed configure check for bison.

    Instead of always generating the grammar, the rubinius-melbourne gem includes
    the generated grammar in source control and generating the grammar is an
    explicit build step, so we don't need to depend on bison.
    brixen committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    93746df View commit details
    Browse the repository at this point in the history
  2. Prefer clang/clang++.

    brixen committed Feb 3, 2015
    1 Configuration menu
    Copy the full SHA
    d5650b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fd7a05 View commit details
    Browse the repository at this point in the history
  4. Fixed world state re-init after fork().

    After fork(), there is only one thread running. Therefore, the world state
    must not assume that any previous-to-fork() state, like threads waiting for
    the world to restart, exists.
    brixen committed Feb 3, 2015
    Configuration menu
    Copy the full SHA
    5120a6a View commit details
    Browse the repository at this point in the history