No description
Find a file
Khaïs COLIN 1df6a6ad9a
simple_cmd executing: show error in case execve fails
We don't have to check the return status, since execve only returns on failure.

Fixes #52
2025-04-02 19:27:30 +02:00
libft debug: remove *alloc/free debug information 2025-03-10 13:22:29 +00:00
src simple_cmd executing: show error in case execve fails 2025-04-02 19:27:30 +02:00
tests here_doc: print error if failed to create temp file 2025-03-28 19:10:43 +01:00
.gitignore tests: implement a better integration test framework than shellspec 2025-03-28 14:50:37 +01:00
.valgrindrc valgrind: suppress readline still reachable leaks 2025-02-07 15:29:43 +01:00
interesting_tests.md Expansion : text replacement in a string 2025-03-21 10:04:25 +01:00
Makefile simple_cmd executing refactor: put builtin related utilities into own file 2025-04-01 16:38:41 +02:00
NOTES.md cmdlist: use new architecture (STUB) 2025-03-28 14:50:37 +01:00
readline.supp leaks: ignore readline add_history leaks 2025-03-28 14:50:37 +01:00
test.sh export: set correct exit status 2025-04-01 15:58:56 +02:00