| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-28 | Update to ruby/spec@902ab83 | Benoit Daloze | |
| 2022-01-10 | Update to ruby/spec@226cfdc | Benoit Daloze | |
| 2021-12-26 | Remove tainted and trusted features | Nobuyoshi Nakada | |
| Already these had been announced to be removed in 3.2. Notes: Merged: https://github.com/ruby/ruby/pull/5348 | |||
| 2021-11-29 | Update to ruby/spec@7f22a0b | Benoit Daloze | |
| 2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu | |
| This commit adds support for embedded strings with variable capacity and uses Variable Width Allocation to allocate strings. Notes: Merged: https://github.com/ruby/ruby/pull/4933 | |||
| 2021-10-05 | Update to ruby/spec@ccf0d85 | Benoit Daloze | |
| 2021-09-25 | FL_USER flags on ohter than T_DATA are reserved [Misc #18059] | Nobuyoshi Nakada | |
| 2021-09-24 | FL_USER flags on ohter than T_DATA are reserved [Misc #18059] | Nobuyoshi Nakada | |
| 2021-09-20 | Don't describe C function that does not exist in prior versions. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4871 | |||
| 2021-09-20 | Add C interface spec. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4649 | |||
| 2021-09-12 | Add printf attribute to functions call va_list format functions | Nobuyoshi Nakada | |
| 2021-09-10 | spec/ruby/optional/capi/ext: must support GCC 5 | 卜部昌平 | |
| What a silly bug. Notes: Merged: https://github.com/ruby/ruby/pull/4815 | |||
| 2021-09-10 | spec/ruby/optional/capi/ext: support ruby < 3 | 卜部昌平 | |
| RBIMPL_WARNING_PUSH is a 3.0 feature. Rubyspec OTOH has to support 2.x. Notes: Merged: https://github.com/ruby/ruby/pull/4815 | |||
| 2021-09-10 | spec/ruby/optional/capi/ext: suppress warnings | 卜部昌平 | |
| These warnings are okay here. Notes: Merged: https://github.com/ruby/ruby/pull/4815 | |||
| 2021-09-07 | Update to ruby/spec@b1e93a2 | Benoit Daloze | |
| 2021-08-30 | Fix rubyspec_capiext dependency and flags | Nobuyoshi Nakada | |
| - The file needed to link may be the import library. - Remove duplicate flags. | |||
| 2021-08-30 | Fix dllimport attribute | Nobuyoshi Nakada | |
| 2021-08-07 | Suppress unused-result warnings | S.H | |
| * Hide read function warning in string_spec_RSTRING_PTR_read function * The type of `read` may be `ssize_t` Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/4703 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-07-30 | Tweak rb_str_modify_expand() + read() spec to try to find out why it fails ↵ | Benoit Daloze | |
| on some platforms * Use a longer string as <= 23 characters it's embedded on CRuby and the value of rb_str_capacity() is implementation-specific. | |||
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-07-26 | rb_iterate is no longer used in ruby/spec | Benoit Daloze | |
| 2021-07-18 | Use rb_block_call() instead of the deprecated rb_iterate() | Nobuyoshi Nakada | |
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2021-05-11 | Run nmake check on Actions (#4487) | Takashi Kokubun | |
| * Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit 544d2575fcdf23ae63cd25aa03fce10c28b259f2. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commit e1f8ad7862c9c4be52dc6e1031a004621eb07e6e. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commit bc9694b6b3b9594d406378d15ca11723fb052bc8. * Skip the ensure clause * Simplify the ensure Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 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. | |||
