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: a26e1fa50e3b
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 034f95844a91
Choose a head ref
  • 9 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 26, 2015

  1. Updated gems.

    brixen committed Jan 26, 2015
    Copy the full SHA
    fb3b114 View commit details
  2. Updated News.

    brixen committed Jan 26, 2015
    Copy the full SHA
    d196769 View commit details
  3. Updated Changelog.

    brixen committed Jan 26, 2015
    Copy the full SHA
    d39c079 View commit details
  4. Version 2.5.1.

    brixen committed Jan 26, 2015
    Copy the full SHA
    8fd046f View commit details
  5. Reset release date.

    brixen committed Jan 26, 2015
    Copy the full SHA
    3d449b7 View commit details
  6. Copy the full SHA
    db75dd1 View commit details
  7. Merge remote-tracking branch 'origin' into 1.8.7

    Conflicts:
    	Changelog
    	Gemfile.installed
    	News
    	configure
    	gems_list.txt
    brixen committed Jan 26, 2015
    Copy the full SHA
    c25dddb View commit details
  8. Copy the full SHA
    b717480 View commit details

Commits on Jan 28, 2015

  1. Copy the full SHA
    034f958 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 configure
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ class Configure
@ruby_version = "1.8.7"
@libversion = "1.4"
@patch_version = "1"
@release_date = "2015-01-26"
@release_date = nil

# Configure settings
@release_build = !git_directory
@@ -658,7 +658,7 @@ int main() { LLVMContext &Context = getGlobalContext(); }
}

shared_configs.each do |desc, objs|
status = check_program(false, *common_args, *objs) do |f|
status = check_program(false, *(common_args + objs)) do |f|
f.puts src
@log.log src
end