minishell/src
2025-04-18 09:22:18 +02:00
..
buffer fix: potential buffer overflow caused by missing terminating null byte in t_buffer 2025-04-15 15:17:51 +02:00
env Expansion: Most changes dealt with 2025-03-21 18:54:10 +01:00
executing fix(susbt/variable): empty variables on their own are removed 2025-04-18 09:22:18 +02:00
parser feat(debug): function to easily treeprint a worddesc 2025-04-18 09:20:49 +02:00
postprocess fix(susbt/variable): empty variables on their own are removed 2025-04-18 09:22:18 +02:00
sig feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
subst fix(susbt/variable): empty variables on their own are removed 2025-04-18 09:22:18 +02:00
word_search Expansion: correction of type conflict 2025-03-21 10:09:32 +01:00
ft_errno.c feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
ft_errno.h feat(here_doc): handle signals (^C, ^\) correctly 2025-04-17 12:06:48 +02:00
get_command.c exec: command to toggle execution 2025-04-15 15:17:51 +02:00
get_command.h debug: special command can turn debug mode on and off 2025-04-15 15:16:51 +02:00
minishell.c feat(debug): add function to easily treeprint a cmd 2025-04-17 12:28:57 +02:00
minishell.h fix(parsing/here_doc): segfault & invalid fd & premature exit 2025-04-17 11:25:59 +02:00
treedrawing.c treedrawing: fix bug where rare circumstances could lead to incorrect indent 2025-03-28 14:50:37 +01:00
treedrawing.h treedrawing: fix bug where rare circumstances could lead to incorrect indent 2025-03-28 14:50:37 +01:00