- Jul 23, 2024
-
-
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()`.
-
- Mar 27, 2024
-
-
- Feb 19, 2024
-
-
- Nov 12, 2023
-
-
Jacob Lorentzon authored
-
- Jan 13, 2020
-
-
Graham MacDonald authored
-
- Dec 02, 2019
-
-
Sean Kennedy authored
i.e. not depending on the first fd to be 4.
-
- Sep 17, 2019
-
-
AdminXVII authored
-
- Jul 18, 2019
-
-
Mateusz Mikuła authored
-
- Jul 07, 2019
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 01, 2019
-
- Jun 13, 2019
-
-
Peter Limkilde Svendsen authored
-
- Feb 28, 2019
-
- Feb 25, 2019
-
-
Nagy Tibor authored
-
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.
-
- Feb 24, 2019
-
-
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
-
- Feb 23, 2019
-
-
Nagy Tibor authored
-
- Feb 21, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
-
Nagy Tibor authored
-
Nagy Tibor authored
This will allow us to redefine the exit function. For example: ``` #define exit(code) { \ fprintf(stderr, "%s:%d: exit(%s) in function ‘%s’\n", __FILE__, __LINE__, #code, __func__); \ _exit(code); \ } ```
-
- Feb 20, 2019
-
-
Nagy Tibor authored
When the execution reaches the end of the main functions, they implicitly return a successful status.
-
Nagy Tibor authored
-
Nagy Tibor authored
-
Nagy Tibor authored
-
- Jan 28, 2019
-
-
Jeremy Soller authored
-
- Jan 13, 2019
-
-
Jeremy Soller authored
-
- Nov 27, 2018
-
-
Jeremy Soller authored
- Remove incorrect header styles - Use export.replace where header style was previously needed - Check compilation of tests using system gcc
-
- Oct 06, 2018
-
- Aug 04, 2018
-
- Jul 30, 2018
-
- Jul 26, 2018
-
- Jul 23, 2018
-
- Jul 22, 2018
-
- Mar 19, 2018