minishell/src/executing/simple_cmd
2025-04-28 14:44:20 +02:00
..
builtin_cd.c feat(builtins/cd): on error, print path 2025-04-25 16:08:10 +02:00
builtin_echo.c echo: correctly handle write errors such as /dev/full 2025-04-15 15:19:27 +02:00
builtin_env.c env: correctly handle write errors such as /dev/full 2025-04-15 15:19:27 +02:00
builtin_exit.c clean: move around some imports 2025-04-16 16:41:54 +02:00
builtin_export.c fix(builtin/export): show error on invalid identifiers such as % and $ 2025-04-18 10:17:21 +02:00
builtin_invalid.c builtin: implement pwd 2025-03-31 14:54:40 +02:00
builtin_pwd.c pwd: correctly handle write errors 2025-04-15 15:19:27 +02:00
builtin_unset.c unset: implement unset 2025-04-15 15:03:13 +02:00
builtins.c feat(redirections): allow a command composed only of redirections 2025-04-28 14:44:20 +02:00
builtins.h refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
handle_redirections.c refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
handle_redirections.h refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
simple_cmd_execute.c feat(redirections): allow a command composed only of redirections 2025-04-28 14:44:20 +02:00
simple_cmd_execute.h fix(exec): correctly exit subprocesses, do not keep multiple shells in parallel 2025-04-16 17:30:25 +02:00
simple_cmd_execute_debug.c parsing: do not reset last_return_value at start of parsing 2025-04-15 15:45:29 +02:00
simple_cmd_execute_debug.h parsing: do not reset last_return_value at start of parsing 2025-04-15 15:45:29 +02:00
std_fds.c refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
std_fds.h refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
subprocess.c refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00
subprocess.h refactor(std_fds): allow for ability to store multiple std fds savesets 2025-04-28 12:49:13 +02:00