Skip to content
Snippets Groups Projects
  1. Apr 11, 2021
  2. Apr 08, 2021
  3. Apr 05, 2021
  4. Apr 02, 2021
  5. Mar 29, 2021
  6. Mar 28, 2021
  7. Mar 26, 2021
    • Jigsaw52's avatar
      Fix glob processing on BSD systems. #40318 · 36768b57
      Jigsaw52 authored
      On Linux systems, glob automatically ignores the errors ENOENT and
      ENOTDIR because they are expected during glob expansion. But BSD
      systems do not ignore these, resulting in glob failing when globs
      expand to invalid paths. This is fixed by adding a custom error
      handler that ignores only these two errors and removing the
      GLOB_ERR flag as it makes glob fail even if the error handler
      ignores the error and is unnecessary as the error handler will
      make glob fail on all other errors anyway.
      36768b57
  8. Mar 24, 2021
  9. Mar 23, 2021
  10. Mar 22, 2021
  11. Mar 19, 2021
  12. Mar 18, 2021
  13. Mar 17, 2021
Loading