| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-12-30 | MinGW on Actions (#2791) | MSP-Greg | |
| * MinGW - skip spec in spec/ruby/optional/capi/thread_spec.rb 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 stops/freezes spec tests See https://bugs.ruby-lang.org/issues/16265 * MinGW - skip test test/resolv/test_dns.rb Test times out in CI (both AppVeyor & Actions), cannot repo locally * MinGW - skip test test/ruby/test_thread_queue.rb * Add Actions mingw.yml | |||
| 2019-12-27 | Update to ruby/spec@d419e74 | Benoit Daloze | |
| 2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
| Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. | |||
| 2019-12-01 | Fixed type of an index variable | Nobuyoshi Nakada | |
| 2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
| 2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | |
| This removes the related tests, and puts the related specs behind version guards. This affects all code in lib, including some libraries that may want to support older versions of Ruby. Notes: Merged: https://github.com/ruby/ruby/pull/2476 | |||
