Skip to content
Snippets Groups Projects
  1. Feb 18, 2025
    • Josh Megnauth's avatar
      fix: USHRT_MAX is too large · 27cd6a2b
      Josh Megnauth authored
      The original expanded to 16 nibbles which is technically correct because
      the standard defines USHRT_MAX as being at LEAST 65535. However, in
      practice everything seems to set the max as the max length of two bytes.
      27cd6a2b
  2. Feb 11, 2025
  3. Jan 04, 2025
  4. Dec 17, 2024
  5. Nov 27, 2024
    • Josh Megnauth's avatar
      Add `stdnoreturn.h` · 96de114b
      Josh Megnauth authored
      This header is more or less the same across libc implementations.
      
      `musl` uses its `_Noreturn` macro to detect which `noreturn`
      should be used: C11 or GCC's extension as a fallback.
      
      `glibc` simply defines `noreturn` as `_Noreturn`.
      
      This implementation is based off of `musl`'s.
      
      `_Noreturn` is deprecated as of C23.
      96de114b
  6. Nov 17, 2024
  7. Nov 10, 2024
  8. Nov 02, 2024
  9. Oct 11, 2024
  10. Oct 10, 2024
  11. Sep 24, 2024
  12. Jul 09, 2024
  13. Jan 12, 2024
  14. Jan 11, 2024
  15. Jan 03, 2024
  16. Sep 13, 2023
  17. Jul 20, 2023
  18. May 11, 2023
  19. May 06, 2023
  20. Mar 10, 2023
  21. Jan 18, 2023
  22. Dec 19, 2022
  23. Dec 02, 2022
  24. Sep 15, 2021
  25. Jul 19, 2021
  26. Dec 24, 2020
  27. Dec 23, 2020
  28. Aug 08, 2020
Loading