aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/optional/capi
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@c3206f6Benoit Daloze2023-11-2711-59/+141
* Missing format stringNobuyoshi Nakada2023-10-311-1/+1
* Update to ruby/spec@bd7017fBenoit Daloze2023-10-303-0/+58
* Update to ruby/spec@96d1072Benoit Daloze2023-09-042-1/+6
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-0216-60/+129
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-268-121/+226
* rb_io_descriptor() is available since 3.1Benoit Daloze2023-06-011-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+9
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-9/+1
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+9
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-242-17/+17
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-241-1/+2
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-253-0/+155
* [Bug #19584] Register global variables before assignmentNobuyoshi Nakada2023-04-071-3/+3
* Define RUBY_VERSION_IS_3_3 macro in rubyspec.hNobuyoshi Nakada2023-01-181-3/+8
* Move classpath to rb_classext_tPeter Zhu2023-01-111-2/+8
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-052-0/+58
* [Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada2022-12-091-3/+5
* Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg2022-11-212-2/+2
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-077-49/+170
* Revert jobserver handling in specNobuyoshi Nakada2022-11-071-11/+3
* Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada2022-11-071-3/+11
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-1/+1
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-287-2/+99
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-9/+2
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-2/+9
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-9/+2
* Update to ruby/spec@d01709fBenoit Daloze2022-08-296-11/+105
* Update to ruby/spec@cbfaf51Benoit Daloze2022-07-272-8/+14
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-2610-78/+109
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-256-208/+13
* Get rid of type aliasingNobuyoshi Nakada2022-04-071-3/+3
* Suppress an unused functionNobuyoshi Nakada2022-04-071-0/+2
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-04-061-6/+15
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-011-15/+6
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-287-20/+147
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-241-6/+15
* Now all extension libraries must consider the ABI headerNobuyoshi Nakada2022-03-241-1/+4
* Update to ruby/spec@82cd3a3Benoit Daloze2022-03-033-2/+27
* Update to ruby/spec@902ab83Benoit Daloze2022-01-282-0/+13
* Update to ruby/spec@226cfdcBenoit Daloze2022-01-104-0/+132
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-263-0/+12
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-294-1/+44
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-6/+6
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-052-0/+75
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-251-13/+15
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-242-20/+20
* Don't describe C function that does not exist in prior versions.Samuel Williams2021-09-201-2/+2
* Add C interface spec.Samuel Williams2021-09-202-0/+49
* Add printf attribute to functions call va_list format functionsNobuyoshi Nakada2021-09-121-0/+2