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: fb40475dc895
Choose a base ref
...
head repository: rubinius/rubinius
compare: 95c00d31482e
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 18, 2015

  1. Copy the full SHA
    01fa2fa View commit details
    Browse the repository at this point in the history
  2. Added unconditional logger::write.

    Many log messages may be associated with a particular log level, but some
    log output (eg the command line of the process) are not necessarily associated
    with a log level as that is typically specified. In other words, some info
    should always be written to the log. It's not a matter of program 'condition'
    (eg warning, debug, error). The content *is* informational, but the 'info'
    level typically indicates something between optional and important, inclusive,
    and may be turned off.
    
    Because of syslog limitations, the write() output is tagged LOG_INFO.
    brixen committed Apr 18, 2015
    Copy the full SHA
    b782146 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ed2393f View commit details
    Browse the repository at this point in the history
  4. Fixed halt race.

    brixen committed Apr 18, 2015
    Copy the full SHA
    95c00d3 View commit details
    Browse the repository at this point in the history