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: 9e28da4ab417
Choose a base ref
...
head repository: rubinius/rubinius
compare: 85cd7c9c26ec
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 20, 2016

  1. Fixed updating PID for logger.

    brixen committed Mar 20, 2016
    Copy the full SHA
    e5573c3 View commit details
    Browse the repository at this point in the history
  2. Fixed setting Thread management state.

    Before returning from Thread.new (or any similar methods), we ensure that
    all the state for tracking Thread instances and any related state are
    completely initialized. This prevents a case where the process calls fork()
    immediately after creating a Thread and the Thread's state is only partially
    initialized before the fork() call completes.
    brixen committed Mar 20, 2016
    Copy the full SHA
    4000cca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    85cd7c9 View commit details
    Browse the repository at this point in the history