- Aug 10, 2024
-
-
Jacob Lorentzon authored
The former is more portable, even on Linux if for example sudo/doas is used.
-
- Jul 25, 2024
-
-
Agoston Szepessy authored
-
- Jul 23, 2024
-
-
Agoston Szepessy authored
-
- Nov 12, 2023
-
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Oct 20, 2023
-
-
- Jan 03, 2021
-
-
8tab authored
inner_scanf prematurely exited before parsing collected string
-
- Dec 23, 2020
-
-
Jeremy Soller authored
-
- Aug 20, 2020
-
-
Peter Limkilde Svendsen authored
-
- Aug 05, 2020
-
-
jD91mZM2 authored
-
- Jul 08, 2020
-
-
Wren Turkal authored
Signed-off-by:
Wren Turkal <wt@penguintechs.org>
-
- Jun 29, 2020
-
-
jD91mZM2 authored
Oops, forgot to initiate the pointer after uses of CVec::new()
-
- Jun 03, 2020
-
-
Ahmed Abd El Mawgood authored
-
- May 23, 2020
-
-
Ahmed Abd El Mawgood authored
-
Ahmed Abd El Mawgood authored
-
Ahmed Abd El Mawgood authored
-
Ahmed Abd El Mawgood authored
-
- May 08, 2020
-
-
Ahmed Abd El Mawgood authored
-
- Dec 05, 2019
-
-
- Jul 18, 2019
-
-
Mateusz Mikuła authored
-
jD91mZM2 authored
-
- Jul 11, 2019
-
-
jD91mZM2 authored
-
- Apr 27, 2019
-
-
Alex Lyon authored
-
- Apr 23, 2019
- Mar 28, 2019
-
-
jD91mZM2 authored
-
- 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 22, 2019
-
-
Nagy Tibor authored
-
- Feb 21, 2019
-
-
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
-
- Dec 17, 2018
-
-
lmiskiew 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
-
- Nov 25, 2018
-
-
Jeremy Soller authored
-
- Oct 15, 2018
-
-
jD91mZM2 authored
-
- Oct 14, 2018
-
-
jD91mZM2 authored
-
- Oct 13, 2018
-
-
jD91mZM2 authored
-