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

Commits on Jan 9, 2015

  1. Copy the full SHA
    0183e4d View commit details
  2. Bootstrap with psych (again).

    brixen committed Jan 9, 2015
    Copy the full SHA
    1bb7945 View commit details
  3. Update gems.

    brixen committed Jan 9, 2015
    2
    Copy the full SHA
    a7a6cb0 View commit details
Showing with 9 additions and 5 deletions.
  1. +1 −0 Gemfile.installed
  2. +1 −0 configure
  3. +6 −5 gems_list.txt
  4. +1 −0 vm/include/capi/ruby/ruby.h
1 change: 1 addition & 0 deletions Gemfile.installed
Original file line number Diff line number Diff line change
@@ -10,4 +10,5 @@ gem "racc", "~> 1.4"
gem "rake", "~> 10.1"
gem "json", "~> 1.8"
gem "rdoc", "~> 4.0"
gem "psych", "~> 2.0"
gem "rb-readline", "~> 0.5"
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -147,6 +147,7 @@ class Configure
"rubysl-uri",
"rubysl-yaml",
"rubysl-zlib",
"psych",
]

# List of all gems to pre-install.
11 changes: 6 additions & 5 deletions gems_list.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
bundler-1.7.11.gem
bundler-1.7.7.gem
ffi2-generators-0.1.1.gem
json-1.8.1.gem
json-1.8.2.gem
minitest-4.7.5.gem
psych-2.0.9.gem
racc-1.4.12.gem
rake-10.4.2.gem
rb-readline-0.5.1.gem
rb-readline-0.5.2.gem
rdoc-4.2.0.gem
rubinius-ast-2.3.1.gem
rubinius-build_tools-2.0.0.gem
@@ -36,7 +37,7 @@ rubysl-drb-2.0.1.gem
rubysl-e2mmap-2.0.0.gem
rubysl-english-2.0.0.gem
rubysl-enumerator-2.0.0.gem
rubysl-erb-2.0.1.gem
rubysl-erb-2.0.2.gem
rubysl-etc-2.0.3.gem
rubysl-expect-2.0.0.gem
rubysl-fcntl-2.0.4.gem
@@ -106,5 +107,5 @@ rubysl-uri-2.0.0.gem
rubysl-weakref-2.0.0.gem
rubysl-webrick-2.0.0.gem
rubysl-xmlrpc-2.0.0.gem
rubysl-yaml-2.0.4.gem
rubysl-yaml-2.1.0.gem
rubysl-zlib-2.0.1.gem
1 change: 1 addition & 0 deletions vm/include/capi/ruby/ruby.h
Original file line number Diff line number Diff line change
@@ -814,6 +814,7 @@ VALUE rb_uint2big(unsigned long number);
const rb_data_type_t *parent;
void *data; /* This area can be used for any purpose
by a programmer who define the type. */
VALUE flags; /* FL_WB_PROTECTED */
};

#define HAVE_TYPE_RB_DATA_TYPE_T 1