Skip to content
Snippets Groups Projects
  1. Oct 28, 2020
  2. Sep 13, 2020
    • Daniil Bondarev's avatar
      Use safe_f! consistently across platforms · 773f5562
      Daniil Bondarev authored
      The pr #1870 introduced safe_f! macro, which made some functions like
      WIFEXITED and WEXITSTATUS const and safe on linux_like platform only,
      which causes inconsistency when trying to use those functions in crates
      compiled across multiple platforms, as using unsafe on those functions
      will generate unused_unsafe warning on linux platforms and lack of
      unsafe block will fail compilation on non-linux platforms.
      
      To avoid the inconsistency, this commit applies the same macro for all
      the same functions on other platforms too.
      773f5562
  3. May 21, 2020
  4. May 18, 2020
  5. Feb 29, 2020
  6. Dec 09, 2019
  7. Sep 12, 2019
  8. Aug 15, 2019
  9. Jul 15, 2019
  10. Jul 11, 2019
  11. May 27, 2019
  12. May 23, 2019
  13. May 22, 2019
  14. May 04, 2019
Loading