Skip to content
Snippets Groups Projects
  1. Jun 01, 2023
  2. May 29, 2023
  3. Mar 26, 2023
  4. Jul 27, 2022
  5. Jun 23, 2020
  6. Jun 22, 2020
  7. May 24, 2020
  8. Jul 01, 2019
  9. May 30, 2019
  10. May 23, 2019
  11. May 22, 2019
  12. May 12, 2019
  13. May 08, 2019
  14. Apr 26, 2019
  15. Apr 22, 2019
  16. Apr 21, 2019
  17. Feb 25, 2019
    • Nagy Tibor's avatar
      tests: Fix function-like macros · efd6947d
      Nagy Tibor authored
      Turns the results of these macros from compound to regular statements using the old `do { ... } while(0)` trick. Must have for function-like macros.
      efd6947d
  18. Feb 24, 2019
    • Nagy Tibor's avatar
      tests: Even more work on error handling · a92be000
      Nagy Tibor authored
      realpath: Fixing undefined behaviour in the second test. If the call fails the resolved_name argument cannot be used for error checking because its state is undefined by SUSv2.
      pipe: Changing the order of close and write error handling code. Errors in close could overwrite errno after write errors, returning incorrect error messages.
      gmtime: Removed duplicate checks
      Other fixes for fseek, rename, mktime, putwchar
      a92be000
  19. Feb 23, 2019
  20. Feb 21, 2019
  21. Feb 20, 2019
  22. Feb 02, 2019
  23. Dec 14, 2018
  24. Nov 27, 2018
  25. Oct 17, 2018
  26. Oct 07, 2018
  27. Aug 12, 2018
  28. Aug 09, 2018
  29. Jul 22, 2018
  30. Jun 27, 2018
  31. May 11, 2018
  32. Mar 21, 2018
  33. Mar 18, 2018
Loading