| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-27 | Update to ruby/spec@fd6eddd | Benoit Daloze | |
| 2021-02-28 | Skip spec which does not work on mingw | Benoit Daloze | |
| * https://github.com/ruby/ruby/runs/1994688198 ruby 3.1.0dev (2021-02-27T16:42:17Z master 8305a48413) [x64-mingw32] C-API Thread function rb_thread_call_without_gvl runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO Example took longer than the configured timeout of 60.0s | |||
| 2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
| 2021-01-28 | Update to ruby/spec@8cafaa5 | Benoit Daloze | |
| 2021-01-27 | Taint flags has been deprecated in 3.1 | Nobuyoshi Nakada | |
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-22 | Remvoed no longer needed version guards | Nobuyoshi Nakada | |
| 2020-12-22 | Removed rb_cData entity | Nobuyoshi Nakada | |
| * Use the wrapper of rb_cObject instead of data access * Replaced rest of extentions * Updated the version guard for Data * Added the version guard of rb_cData Notes: Merged: https://github.com/ruby/ruby/pull/3961 | |||
| 2020-11-27 | Update to ruby/spec@ac878ad | Benoit Daloze | |
| 2020-11-22 | Suppress a unused-variable warning | Nobuyoshi Nakada | |
| 2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
| 2020-10-26 | Remove spec which is too difficult to get working with various compilers | Benoit Daloze | |
| * The spec means to use an actual system library function, not a wrapper. | |||
| 2020-10-26 | Use gcc-specific pragma only on gcc (and the family) | Nobuyoshi Nakada | |
| 2020-10-25 | Fix compilation on MSVC | Nobuyoshi Nakada | |
| * cast scalar value instead of function * use `rb_pid_t` for the portability | |||
| 2020-10-25 | Try to fix compilation on MSVC | Benoit Daloze | |
| 2020-10-24 | Update to ruby/spec@4f59d86 | Benoit Daloze | |
| 2020-09-30 | Update to ruby/spec@9277d27 | Benoit Daloze | |
| 2020-09-25 | should not check taint flag on rubyspec. | Koichi Sasada | |
| Now taint flag is obsolete and it is used fro shareaable flag. So we should not check this flag. Notes: Merged: https://github.com/ruby/ruby/pull/3575 | |||
| 2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
| 2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
| 2020-07-28 | Do not assume all compilers accept same flags as gcc | Nobuyoshi Nakada | |
| 2020-07-27 | Update to ruby/spec@07164da | Benoit Daloze | |
| 2020-07-15 | RBasci::flags (VALUE) doesn't match int. | Koichi Sasada | |
| The type of RBasic::flags is VALUE, and INT2FIX(flags) does not make sense. Use correct type to represent. | |||
| 2020-06-27 | Update to ruby/spec@6c466d4 | Benoit Daloze | |
| 2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
| 2020-06-01 | Make sure rb_enc_str_new_static() is used when enc is NULL | Benoit Daloze | |
| * The definition of the rb_enc_str_new_cstr macro depends on HAVE_BUILTIN___BUILTIN_CONSTANT_P. * It SEGV on mswin otherwise. | |||
| 2020-05-31 | Update to ruby/spec@4e486fa | Benoit Daloze | |
| 2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
| 2020-05-03 | Show unreserved bits only | Nobuyoshi Nakada | |
| `RUBY_FL_SEEN_OBJ_ID` can be set by #object_id. | |||
| 2020-05-03 | DO NOT CORRUPT TYPE FLAGS | Nobuyoshi Nakada | |
| 2020-05-03 | Fixed missing `should` | Nobuyoshi Nakada | |
| 2020-05-02 | append newline at EOF [ci skip] | Nobuyoshi Nakada | |
| 2020-05-02 | Update to ruby/spec@d394dfd | Benoit Daloze | |
| 2020-04-08 | Suppress -Wshorten-64-to-32 warnings | Nobuyoshi Nakada | |
| 2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | |
| Split ruby.h Notes: Merged-By: shyouhei <shyouhei@ruby-lang.org> | |||
| 2020-04-04 | Fixed the location of the shared library | Nobuyoshi Nakada | |
| On platform where searchs shared libraries by `PATH` environment variable (i.e., Windows), the shared library is installed in `bindir`. On other platforms, the library directory is directed by `libdirname` indirectly. | |||
| 2020-04-04 | Update to ruby/spec@7289ea3 | Benoit Daloze | |
| 2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-04-01 | Use FrozenError instead of frozen_error_class | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
| 2020-03-28 | Remove spec which is an incorrect usage of rb_rescue2() | Benoit Daloze | |
| * It segfaults on MRI. | |||
| 2020-03-28 | spec/ruby/optional/capi/kernel_spec.rb: stop a spec that causes SEGV | Yusuke Endoh | |
| I think the wrong terminating argument cannot work. To stop the noisy CI failures, the spec is tentatively suspended. | |||
| 2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
| 2020-03-21 | Removed non-RUBY_INTEGER_UNIFICATION code | Nobuyoshi Nakada | |
| 2020-02-29 | Adjust types | Nobuyoshi Nakada | |
| 2020-02-28 | Update to ruby/spec@41bf282 | Benoit Daloze | |
| 2020-02-23 | Warn non-nil `$/` [Feature #14240] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2920 | |||
| 2020-02-23 | Warn non-nil `$\` [Feature #14240] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2920 | |||
| 2020-01-28 | Update to ruby/spec@f8a2d54 | Benoit Daloze | |
| 2020-01-15 | Freeze Regexp literals | Jean Boussier | |
| [Feature #8948] [Feature #16377] Since Regexp literals always reference the same instance, allowing to mutate them can lead to state leak. Notes: Merged: https://github.com/ruby/ruby/pull/2705 | |||
| 2020-01-02 | Update specs for keyword argument separation | Jeremy Evans | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2794 | |||
