Skip to content
  1. Nov 07, 2023
  2. Nov 06, 2023
    • Mislav Marohnić's avatar
      Remove topaz · 945d1243
      Mislav Marohnić authored
      I can't find evidence that Topaz is still in development nor that it has had a release in the last 10 years.
      945d1243
    • Mislav Marohnić's avatar
      Remove maglev · a706e117
      Mislav Marohnić authored
      Maglev Ruby hasn't seen a release in 10 years.
      a706e117
  3. Nov 05, 2023
  4. Nov 03, 2023
  5. Nov 02, 2023
  6. Oct 28, 2023
  7. Oct 27, 2023
  8. Oct 25, 2023
  9. 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
  10. Oct 20, 2023
  11. Oct 18, 2023
  12. Oct 17, 2023