| .. |
|
builtin_cd.c
|
parse-cmd: Various fixes and a rotation of the parsing tree
|
2025-04-08 12:14:38 +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
|
fix(exec/redirections): did not correctly restore fds when executing builtins
|
2025-04-18 14:14:43 +02:00 |
|
builtins.h
|
fix(exec/redirections): did not correctly restore fds when executing builtins
|
2025-04-18 14:14:43 +02:00 |
|
handle_redirections.c
|
fix(parsing/here_doc): segfault & invalid fd & premature exit
|
2025-04-17 11:25:59 +02:00 |
|
handle_redirections.h
|
fix(parsing/here_doc): segfault & invalid fd & premature exit
|
2025-04-17 11:25:59 +02:00 |
|
simple_cmd_execute.c
|
feat(redir): fieldsplit redir target, and handle ambiguous redirects
|
2025-04-24 12:44:33 +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 |
|
subprocess.c
|
fix(exec): running a command with an absolute path which does not exist now gives correct error
|
2025-04-18 09:25:11 +02:00 |
|
subprocess.h
|
simple_cmd refactor: put subprocess functions in own file
|
2025-04-15 14:41:44 +02:00 |