Skip to content

Commit bdc43b0

Browse files
committed
ruby-2.3.0-preview2 removed, ruby-2.4.0-preview1 added.
1 parent 7983569 commit bdc43b0

51 files changed

Lines changed: 841 additions & 448 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.9.1](https::/github.com/os97673/debase-ruby_core_source/compare/v0.9.0...v0.9.1)
2+
3+
* ruby 2.4.0-preview1 added
4+
* ruby 2.3.0-preview2 removed
5+
16
## [0.9.0](https::/github.com/os97673/debase-ruby_core_source/compare/v0.8.6...v0.9.0)
27

38
* ruby 2.3.1 added

lib/debase/ruby_core_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Debase
55
module RubyCoreSource
66
REVISION_MAP = {
7-
53028 => 'ruby-2.3.0-preview2',
7+
55466 => 'ruby-2.4.0-preview1',
88
}
99

1010
def self.create_makefile_with_core(hdrs, name)

lib/debase/ruby_core_source/ruby-2.3.0-preview2/revision.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/addr2line.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/addr2line.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/build_assert/build_assert.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/build_assert/build_assert.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/check_type/check_type.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/check_type/check_type.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/container_of/container_of.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/container_of/container_of.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/list/list.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/list/list.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/ccan/str/str.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/ccan/str/str.h

File renamed without changes.

lib/debase/ruby_core_source/ruby-2.3.0-preview2/constant.h renamed to lib/debase/ruby_core_source/ruby-2.4.0-preview1/constant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef struct rb_const_entry_struct {
3838
VALUE rb_mod_private_constant(int argc, const VALUE *argv, VALUE obj);
3939
VALUE rb_mod_public_constant(int argc, const VALUE *argv, VALUE obj);
4040
VALUE rb_mod_deprecate_constant(int argc, const VALUE *argv, VALUE obj);
41-
void rb_free_const_table(st_table *tbl);
41+
void rb_free_const_table(struct rb_id_table *tbl);
4242
VALUE rb_public_const_get(VALUE klass, ID id);
4343
VALUE rb_public_const_get_at(VALUE klass, ID id);
4444
VALUE rb_public_const_get_from(VALUE klass, ID id);

0 commit comments

Comments
 (0)