| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-10 | [ruby/racc] Make racc test more flexible (for JRuby). | Thomas E. Enebo | |
| JRuby uses these same files for testing racc. The existing logic will not find 'racc' in a JRuby project checkout. This change allows it to work by just assuming 'ruby -S racc' when running tests. This will not change C Ruby's detection when setting up tests (since earlier checks will find racc). https://github.com/ruby/racc/commit/b74ce5e018 | |||
| 2022-05-20 | [ruby/racc] Show diffs | Nobuyoshi Nakada | |
| https://github.com/ruby/racc/commit/0b679e2f69 | |||
| 2021-09-15 | [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) | Olle Jonsson | |
| https://github.com/ruby/racc/commit/c49df40658 | |||
| 2021-09-15 | [ruby/racc] Rename helper to case | Hiroshi SHIBATA | |
