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: 34e71c61b3ae
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 86244e406872
Choose a head ref
  • 18 commits
  • 18 files changed
  • 2 contributors

Commits on Jan 28, 2015

  1. Liberalize check for MacPorts *port* command.

    - Use *which* to search the PATH for the *port* command, rather than
      checking the canonical installation location.
    - See <#3297> for a discussion
      of the pros and cons of this approach.
    todd-a-jacobs committed Jan 28, 2015
    Copy the full SHA
    99625cb View commit details
  2. Validate that *port* command in PATH is MacPorts.

    Use a more reliable validation technique to ensure that the executable
    found in the PATH is really MacPorts, and not some other file named
    "port."
    todd-a-jacobs committed Jan 28, 2015
    Copy the full SHA
    7a37705 View commit details

Commits on Jan 29, 2015

  1. Match less of the MacPorts interactive prompt.

    - Per @jc00ke, we will not use the semantic version from the interactive
      prompt to anchor the validation.
    - Switch to a fixed-string match instead of a regex for performance.
    - Relevant comments:
        - <#3298 (comment)>
        - <#3298 (comment)>
    todd-a-jacobs committed Jan 29, 2015
    Copy the full SHA
    29763ea View commit details
  2. Copy the full SHA
    41eae53 View commit details
  3. Use SpinLock in logger.

    brixen committed Jan 29, 2015
    Copy the full SHA
    a1f09a6 View commit details
  4. Merge pull request #3298 from CodeGnome/feature/search_path_for_port_cmd

    Search PATH for "port" command.
    brixen committed Jan 29, 2015
    Copy the full SHA
    22a2224 View commit details

Commits on Jan 30, 2015

  1. Copy the full SHA
    2997c30 View commit details
  2. Copy the full SHA
    1abe847 View commit details
  3. Checkpoint before fork().

    brixen committed Jan 30, 2015
    Copy the full SHA
    0ceab02 View commit details
  4. Updated compiler version.

    brixen committed Jan 30, 2015
    Copy the full SHA
    8b1d557 View commit details
  5. Updated gems_list.txt.

    brixen committed Jan 30, 2015
    Copy the full SHA
    cfe1af5 View commit details
  6. Copy the full SHA
    3e4bb41 View commit details
  7. Updated News.

    brixen committed Jan 30, 2015
    Copy the full SHA
    ab6c2a0 View commit details
  8. Updated Changelog.

    brixen committed Jan 30, 2015
    Copy the full SHA
    516caa3 View commit details
  9. Version 2.5.2.

    brixen committed Jan 30, 2015
    Copy the full SHA
    7a5b05b View commit details
  10. Reset release date.

    brixen committed Jan 30, 2015
    Copy the full SHA
    2b0936a View commit details
  11. Merge remote-tracking branch 'origin' into 1.8.7

    Conflicts:
    	Changelog
    	Gemfile.lock
    	News
    	configure
    	gems_list.txt
    	vm/builtin/system.cpp
    brixen committed Jan 30, 2015
    Copy the full SHA
    3496342 View commit details
  12. Updated Gemfile.lock.

    brixen committed Jan 30, 2015
    Copy the full SHA
    86244e4 View commit details
Loading