summaryrefslogtreecommitdiff
path: root/spec/ruby/shared
AgeCommit message (Expand)Author
2025-04-02Removed Solaris conditions from optional and shared directoriesHiroshi SHIBATA
2025-03-27Update to ruby/spec@5e579e2Andrew Konchin
2025-01-07Update to ruby/spec@18032a7Andrew Konchin
2024-12-10Update to ruby/spec@9f10222Andrew Konchin
2024-11-08Do not round `a**b` to infinityYusuke Endoh
2024-11-06Update to ruby/spec@54c391eBenoit Daloze
2024-07-24Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#sizeAlan Wu
2024-07-02Update to ruby/spec@f8987acAndrew Konchin
2024-05-19Update to ruby/spec@6b04c1dAndrew Konchin
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-18Update set_backtrace documentationJean Boussier
2024-03-14Update to ruby/spec@89175b2Benoit Daloze
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-02-15Move examples related core extension feature by Bigdecimal to under the libra...Hiroshi SHIBATA
2024-02-12Update to ruby/spec@ce834adBenoit Daloze
2024-02-05Update to ruby/spec@3fc4444Benoit Daloze
2024-01-18Guard bigdecimal related examplesHiroshi SHIBATA
2023-12-25Typofix under bootstraptest, spec and yjit directoriesHiroshi SHIBATA
2023-11-27Update to ruby/spec@c3206f6Benoit Daloze
2023-10-30Update to ruby/spec@bd7017fBenoit Daloze
2023-09-04Update to ruby/spec@96d1072Benoit Daloze
2023-08-26[Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada
2023-08-02Update to ruby/spec@9e278f5Benoit Daloze
2023-06-26Update to ruby/spec@30e1c35Benoit Daloze
2023-05-21Fix typo in spec file description [ci skip]Ivanov-Anton
2023-04-25Update to ruby/spec@7f69c86Benoit Daloze
2023-02-27Update to ruby/spec@e7dc804Benoit Daloze
2023-01-05Update to ruby/spec@9d69b95Benoit Daloze
2022-11-07Update to ruby/spec@740ccc8Benoit Daloze
2022-10-17thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier
2022-08-29Update to ruby/spec@d01709fBenoit Daloze
2022-08-18Implement SizedQueue#push(timeout: sec)Jean Boussier
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-07-27Update to ruby/spec@cbfaf51Benoit Daloze
2022-04-25Update to ruby/spec@3affe1eBenoit Daloze
2022-03-28Update to ruby/spec@aaf998fBenoit Daloze
2022-03-03Update to ruby/spec@82cd3a3Benoit Daloze
2022-01-28Update to ruby/spec@902ab83Benoit Daloze
2021-11-02Fix typosNobuyoshi Nakada
2021-07-29Update to ruby/spec@b65d01fBenoit Daloze
2021-06-02Update to ruby/spec@a0b7d0dBenoit Daloze
2021-03-27Update to ruby/spec@fd6edddBenoit Daloze
2020-12-28Suppress too big exponent warningsNobuyoshi Nakada
2020-12-27Update to ruby/spec@4ce9f41Benoit Daloze
2020-12-21Use Integer instead of Fixnum/BignumNobuyoshi Nakada
2020-11-27Update to ruby/spec@ac878adBenoit Daloze
2020-11-20Make String methods return String instances when called on a subclass instanceJeremy Evans
2020-11-13Update to ruby/spec@b0b7f53Benoit Daloze
2020-10-24Update to ruby/spec@4f59d86Benoit Daloze
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada