Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to ruby/spec@e7dc804 | Benoit Daloze | 2023-02-27 | 1 | -2/+2 |
| | |||||
* | Update to ruby/spec@9d69b95 | Benoit Daloze | 2023-01-05 | 1 | -0/+5 |
| | |||||
* | Update to ruby/spec@cbfaf51 | Benoit Daloze | 2022-07-27 | 1 | -6/+78 |
| | |||||
* | Update to ruby/spec@7f22a0b | Benoit Daloze | 2021-11-29 | 1 | -0/+17 |
| | |||||
* | Update to ruby/spec@b1e93a2 | Benoit Daloze | 2021-09-07 | 1 | -0/+28 |
| | |||||
* | Fix handling of control/meta escapes in literal regexps | Jeremy Evans | 2021-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Ruby uses a recursive algorithm for handling control/meta escapes in strings (read_escape). However, the equivalent code for regexps (tokadd_escape) in did not use a recursive algorithm. Due to this, Handling of control/meta escapes in regexp did not have the same behavior as in strings, leading to behavior such as the following returning nil: ```ruby /\c\xFF/ =~ "\c\xFF" ``` Switch the code for handling \c, \C and \M in literal regexps to use the same code as for strings (read_escape), to keep behavior consistent between the two. Fixes [Bug #14367] | ||||
* | Update to ruby/spec@fd6eddd | Benoit Daloze | 2021-03-27 | 1 | -0/+7 |
| | |||||
* | Update to ruby/spec@37e52e5 | Benoit Daloze | 2021-02-27 | 3 | -0/+151 |
| | |||||
* | Update to ruby/spec@4ce9f41 | Benoit Daloze | 2020-12-27 | 5 | -0/+236 |
| | |||||
* | Update to ruby/spec@ac878ad | Benoit Daloze | 2020-11-27 | 1 | -0/+6 |
| | |||||
* | Update to ruby/spec@032ee74 | Benoit Daloze | 2020-05-03 | 1 | -2/+2 |
| | |||||
* | Update to ruby/spec@ec84479 | Benoit Daloze | 2020-03-28 | 1 | -0/+12 |
| | |||||
* | Fixed misspellings | Nobuyoshi Nakada | 2019-12-20 | 1 | -1/+1 |
| | | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. | ||||
* | Update to ruby/spec@4eec3dc | Benoit Daloze | 2019-11-30 | 1 | -0/+16 |
| | |||||
* | Update to ruby/spec@875a09e | Benoit Daloze | 2019-07-27 | 5 | -10/+10 |
| | |||||
* | Update to ruby/spec@8d74d49 | Benoit Daloze | 2019-06-27 | 1 | -4/+4 |
| | |||||
* | Update to ruby/spec@15c9619 | Benoit Daloze | 2019-04-27 | 3 | -34/+21 |
| | |||||
* | Update to ruby/spec@6cf8ebe | eregon | 2019-02-07 | 3 | -3/+3 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Update to ruby/spec@8b743a3 | eregon | 2018-10-27 | 1 | -0/+4 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Update to ruby/spec@c1b568b | eregon | 2018-03-04 | 9 | -18/+18 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Update to ruby/spec@0fe33ac | eregon | 2017-12-27 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Update to ruby/spec@a6b8805 | eregon | 2017-10-28 | 2 | -0/+30 |
| | | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | Move spec/rubyspec to spec/ruby for consistency | eregon | 2017-09-20 | 9 | -0/+1269 |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |