Skip to content
Snippets Groups Projects
  1. Jul 23, 2024
    • Agoston Szepessy's avatar
      Implement getpass() · a83d4cbc
      Agoston Szepessy authored
      Also make fields in `termios` public; required for modifying them.
      
      There's an new type of test: `EXPECT_INPUT_BINS`. These require a `.exp`
      file to be present along with the `.c` file. The `.exp` file takes the
      produced binary as an argument and sends input to the program. This is
      useful for testing functions like `getpass()`.
      a83d4cbc
  2. Mar 27, 2024
  3. Feb 19, 2024
  4. Nov 12, 2023
  5. Jan 13, 2020
  6. Dec 02, 2019
  7. Sep 17, 2019
  8. Jul 18, 2019
  9. Jul 07, 2019
  10. Jul 01, 2019
  11. Jun 13, 2019
  12. Feb 28, 2019
  13. Feb 25, 2019
  14. 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
  15. Feb 23, 2019
  16. Feb 21, 2019
  17. Feb 20, 2019
  18. Jan 28, 2019
  19. Jan 13, 2019
  20. Nov 27, 2018
  21. Oct 06, 2018
  22. Aug 04, 2018
  23. Jul 30, 2018
  24. Jul 26, 2018
  25. Jul 23, 2018
  26. Jul 22, 2018
  27. Mar 19, 2018
Loading