Skip to content
  1. Oct 25, 2023
  2. Oct 23, 2023
    • Benoit Daloze's avatar
      39f77ffd
    • Mislav Marohnić's avatar
      Fix fixing JRuby shebangs on macOS · c3bae8b6
      Mislav Marohnić authored
      LC_CTYPE is "utf-8" on macOS, which instructs utilities like `tr` to expect Unicode input. However, in case of binary files, which we here explicitly guard against, the utility will fail because of invalid input encoding.
      
      The solution is to set LC_CTYPE=C which effectively removes the expectation around input encoding and allows `tr` to process the input byte-by-byte.
      c3bae8b6
  3. Oct 20, 2023
  4. Oct 18, 2023
  5. Oct 17, 2023
  6. Oct 16, 2023
  7. Oct 14, 2023
  8. Oct 13, 2023
  9. Oct 12, 2023
  10. Oct 11, 2023
  11. Oct 10, 2023
    • Hiroshi SHIBATA's avatar
      Merge pull request #2265 from... · 51071a4d
      Hiroshi SHIBATA authored
      Merge pull request #2265 from rbenv/dependabot/github_actions/redhat-plumbers-in-action/differential-shellcheck-5
      
      Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5
      51071a4d
  12. Oct 09, 2023
  13. Sep 27, 2023
  14. Sep 25, 2023