| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
| 2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
| 2022-03-28 | Update to ruby/spec@aaf998f | Benoit Daloze | |
| 2022-03-03 | Update to ruby/spec@82cd3a3 | Benoit Daloze | |
| 2022-01-28 | Update to ruby/spec@902ab83 | Benoit Daloze | |
| 2022-01-10 | Update to ruby/spec@226cfdc | Benoit Daloze | |
| 2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-10-28 | Update to ruby/spec@21a48d9 | Benoit Daloze | |
| 2021-10-25 | fix typo [ci skip] | 180909 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4972 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-08-22 | Fix failures on non-UTF-8 environment [Bug #18077] | Nobuyoshi Nakada | |
| Call `IOSpecs.io_fixture` with the default encoding explicitly. `IOSpecs.closed_io` calls the method without optional `mode` which is set to UTF-8 by default, while the default external encoding depends on the locale environment variables. | |||
| 2021-08-22 | Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO | Lars Kanis | |
| Mashalling a closed IO object raised "closed stream (IOError)" before instead of TypeError. This changes IO#(in|ex)ternal_encoding to still return the encoding even if the underlying FD is closed. Fixes bug #18077 Notes: Merged: https://github.com/ruby/ruby/pull/4758 | |||
| 2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
| 2021-07-20 | Remove meaningless IO#close_on_exec= spec [Feature #17745] | Nobuyoshi Nakada | |
| 2021-06-02 | Update to ruby/spec@a0b7d0d | Benoit Daloze | |
| 2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
| 2021-01-13 | Rename RubyVM::MJIT to RubyVM::JIT | Takashi Kokubun | |
| because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490] | |||
| 2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
| 2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
| 2020-12-04 | 2.8 -> 3.0 in specs | Benoit Daloze | |
| 2020-12-03 | delete deprecated IO-like methods | 卜部昌平 | |
| This commit deletes {IO,ARGF,StringIO,Zib::GZipReader}#{bytes,chars,lines,codepoints}, which have been deprecated since c47c095b9740e7c19d6fdca29ab661c1089221d4. Note that String also has those methods. They are neither depreacted nor deleted because they are not aliases of counterpart each_something. | |||
| 2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
| 2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
| 2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
| 2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
| 2020-06-11 | Refined ioctl error description | Nobuyoshi Nakada | |
| 2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
| 2020-05-02 | Update to ruby/spec@d394dfd | 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-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
| 2020-02-27 | Remove support for passing nil to IO#ungetc | Jeremy Evans | |
| Fixes [Bug #13675] Notes: Merged: https://github.com/ruby/ruby/pull/2935 | |||
| 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-02 | Update specs for keyword argument separation | Jeremy Evans | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2794 | |||
| 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 | |||
| 2019-10-26 | Update to ruby/spec@28a728b | Benoit Daloze | |
| 2019-09-29 | Update to ruby/spec@34e6246 | Benoit Daloze | |
| 2019-09-29 | Update to ruby/spec@519df35 | Benoit Daloze | |
| 2019-07-27 | Update to ruby/spec@0526d8f | Benoit Daloze | |
| 2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
| 2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
| 2019-04-28 | Update to ruby/spec@7de852d | Benoit Daloze | |
| 2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
| 2019-03-28 | Update to ruby/spec@e81b3cd | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-23 | spec/../shared/write.rb: suppress random failure | k0kubun | |
| due to MJIT worker's known race condition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-21 | Update to ruby/spec@7a16e01 | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-02-07 | Update to ruby/spec@6cf8ebe | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-01-20 | Update to ruby/spec@35a9fba | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2019-01-15 | setbyte / ungetbyte allow out-of-range integers | shyouhei | |
| * string.c: String#setbyte to accept arbitrary integers [Bug #15460] * io.c: ditto for IO#ungetbyte * ext/strringio/stringio.c: ditto for StringIO#ungetbyte git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
| 2018-12-29 | Update to ruby/spec@944ea57 | eregon | |
| git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
