aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/stringio
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@f8987acAndrew Konchin2024-07-021-1/+21
|
* Update to ruby/spec@6b04c1dAndrew Konchin2024-05-191-1/+19
|
* Update to ruby/spec@573cf97Andrew Konchin2024-04-024-13/+13
|
* Suppress warning at literal stringNobuyoshi Nakada2024-03-281-1/+1
|
* Update to ruby/spec@89175b2Benoit Daloze2024-03-1434-172/+178
|
* Update to ruby/spec@bd7017fBenoit Daloze2023-10-301-2/+4
|
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-022-11/+6
|
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-268-175/+1
|
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-252-0/+29
|
* * remove trailing spaces, append newline at EOF. [ci skip]git2023-01-051-1/+1
|
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-053-0/+115
|
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-073-0/+44
|
* Update to ruby/spec@d01709fBenoit Daloze2022-08-294-5/+51
|
* Update to ruby/spec@cbfaf51Benoit Daloze2022-07-271-0/+6
|
* Fix TODO in stringio/truncate_spec.rbNobuyoshi Nakada2022-07-011-12/+3
|
* stop CI failures.Koichi Sasada2022-07-011-2/+3
| | | | | | 302f353fd9223d020e48495eaa7a03ce5d539409 seems break the rubyspec. @nobu please check it.
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-266-0/+91
|
* Update rubyspec for stringio bug fixJeremy Evans2022-05-291-5/+16
|
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-253-31/+0
|
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-291-1/+1
|
* Update to ruby/spec@254c380Benoit Daloze2021-10-201-1/+1
|
* Update to ruby/spec@d6921efBenoit Daloze2021-10-201-1/+1
|
* Fix a typoKazuhiro NISHIYAMA2021-10-131-1/+1
|
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-051-1/+37
|
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-274-1/+72
|
* Set default for Encoding.default_external to UTF-8 on Windows (#2877)Lars Kanis2020-12-081-1/+1
| | | | | | * Use UTF-8 as default for Encoding.default_external on Windows * Document UTF-8 change on Windows to Encoding.default_external fix https://bugs.ruby-lang.org/issues/16604
* 2.8 -> 3.0 in specsBenoit Daloze2020-12-044-4/+4
|
* delete deprecated IO-like methods卜部昌平2020-12-036-26/+35
| | | | | | | | | 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.
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-153-5/+5
|
* Make StringIO encoding fixedNobuyoshi Nakada2020-07-201-1/+1
| | | | Get rid of affects by default external encoding.
* Update to ruby/spec@b6b7752Benoit Daloze2020-06-271-0/+11
|
* Update to ruby/spec@032ee74Benoit Daloze2020-05-031-1/+1
|
* Use FrozenError instead of frozen_error_classNobuyoshi Nakada2020-04-014-8/+8
|
* Update to ruby/spec@ec84479Benoit Daloze2020-03-281-27/+13
|
* Enclosed version constantNobuyoshi Nakada2020-03-151-3/+5
|
* Added guard against [Bug #16497]Nobuyoshi Nakada2020-03-151-1/+23
|
* [ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier2020-03-151-0/+3
| | | | | | [Bug #16497] https://github.com/ruby/stringio/commit/4958a5ccab
* Update to ruby/spec@41bf282Benoit Daloze2020-02-282-0/+33
|
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-234-8/+12
|
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-232-10/+15
|
* Guarded the examples for deprecated "taint"Nobuyoshi Nakada2020-01-233-23/+33
|
* spec: Fix syntax errorsYusuke Endoh2019-10-313-4/+4
| | | | Follow up of 473882e01f7e55753733e2607ace633b5041f11f
* Skip tainted examples for stringioHiroshi SHIBATA2019-10-313-14/+22
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-2732-93/+93
|
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-272-1/+14
|
* Update to ruby/spec@7de852dBenoit Daloze2019-04-281-9/+7
|
* Update to ruby/spec@15c9619Benoit Daloze2019-04-276-30/+18
|
* Update to ruby/spec@7a16e01eregon2019-02-211-0/+8
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@e57f49ceregon2019-01-271-0/+24
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@944ea57eregon2018-12-291-2/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e